summaryrefslogtreecommitdiff
path: root/bootloader/qemu_x86_64/System.map
blob: 7ec26da08b70ca86806fad3413626e9147e8371c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
0000f800 T start16
0000f831 t ff
0000f83a t code32start
0000f840 t idt_ptr
0000f846 t gdt_ptr
0000f850 T gdt_rom
0000fff0 t reset_vector
fff00000 A __text_start
fff00000 T _x86boot_start
fff0001c T _start
fff0003f T car_init_ret
fff00076 T board_init_f_r_trampoline
fff00082 t die
fff00088 W car_uninit
fff00089 t blank_idt_ptr
fff00090 t multiboot_header
fff000b0 T efi_reset_system
fff000b0 d __efi_runtime_start
fff000cf T efi_memcpy_runtime
fff000e5 T efi_update_table_header_crc32
fff00107 W efi_get_time
fff0010d W efi_set_time
fff00113 T efi_convert_pointer
fff001c0 t efi_unimplemented
fff001c6 t efi_update_capsule_unsupported
fff001cc t efi_query_capsule_caps_unsupported
fff001d2 t efi_set_virtual_address_map_runtime
fff001d8 t efi_convert_pointer_runtime
fff001de T efi_runtime_detach
fff00224 T efi_runtime_relocate
fff0032a T efi_get_variable_runtime
fff0035d T efi_get_next_variable_name_runtime
fff0036e T efi_var_mem_find
fff00444 t efi_var_mem_compare
fff004b0 T efi_var_mem_del
fff0051f T efi_var_mem_ins
fff00617 T efi_var_mem_free
fff0063b t efi_var_mem_notify_virtual_address_map
fff0065d T efi_get_variable_mem
fff006e6 T efi_get_next_variable_name_mem
fff0078f T efi_get_variable_int
fff00794 T efi_get_next_variable_name_int
fff00799 t efi_set_variable_runtime
fff0079f t efi_query_variable_info_runtime
fff007a5 T u16_strnlen
fff007bf T crc32_no_comp
fff00882 T crc32
fff00894 t crc_table
fff00c94 t efi_events
fff00c9c t systab
fff00ce4 t firmware_vendor
fff00cfc t efi_runtime_services
fff00d4c t efi_virtmap
fff00d50 t efi_descriptor_count
fff00d54 t efi_descriptor_size
fff00d58 t efi_runtime_relocate.lastoff
fff00d5c t efi_runtime_mmio
fff00d64 t efi_var_buf
fff00d68 t efi_current_var
fff00d6c d __efi_runtime_stop
fff00d70 T x86_init_cache
fff00d70 W init_cache
fff00d7e T flush_cache
fff00d81 T flush_dcache_range
fff00d82 T invalidate_dcache_range
fff00d83 T cpu_vendor_name
fff00d9a T cpu_get_name
fff00de4 W board_final_init
fff00de5 W board_final_cleanup
fff00de6 t last_stage_init
fff00e42 T cpu_init_r
fff00ea2 T reserve_arch
fff00ec4 T cpu_x86_bind
fff00f1d T cpu_x86_get_vendor
fff00f58 T cpu_x86_get_desc
fff00f85 T cpu_x86_get_count
fff01010 T microcode_read_rev
fff0102e T car_init
fff0103f T qemu_get_low_memory_size
fff0105f T qemu_get_high_memory_size
fff01083 T dram_init
fff010d2 T dram_init_banksize
fff0114a T board_get_usable_ram_top
fff0116c T qemu_chipset_init
fff012b4 T arch_cpu_init
fff012bd T checkcpu
fff012c0 T arch_early_init_r
fff012ce T arch_misc_init
fff012f5 T mp_determine_pci_dstirq
fff0133e T cpu_qemu_get_desc
fff01358 t cpu_qemu_get_count
fff01375 T install_e820_map
fff01476 T lapic_read
fff0147d T lapic_write
fff01484 T enable_lapic
fff014a3 T lapicid
fff014ac T lapic_setup
fff0151e T io_apic_read
fff01529 T qemu_cpu_fixup
fff016a8 T pirq_check_irq_routed
fff01750 T pirq_translate_link
fff01790 T pirq_assign_irq
fff0182d T irq_router_probe
fff01c47 T mp_run_on_cpus
fff01c97 t get_bsp
fff01d06 T mp_first_cpu
fff01d61 T mp_next_cpu
fff01d67 T mp_init
fff02131 t find_cpu_by_apic_id
fff0218d t mp_init_cpu
fff021bc t ap_wait_for_instruction
fff021bf t ap_init
fff02242 t apic_wait_timeout
fff02289 T mtrr_open
fff022d1 T mtrr_close
fff0230b T mtrr_read_all
fff02355 T mtrr_get_var_count
fff02360 T mtrr_write_all
fff023c8 T mtrr_commit
fff02527 t h_comp_mtrr
fff02554 T mtrr_set_valid
fff02576 t mtrr_start_op
fff025b2 T mtrr_set
fff025f1 T mtrr_list
fff026e7 t read_mtrrs_
fff026ec T mtrr_get_type_by_name
fff02707 t read_mtrrs
fff0270c t write_mtrrs
fff02711 t mtrr_do_oper
fff0276e T pci_x86_read_config
fff027cd T pci_x86_write_config
fff0282a T pci_assign_irqs
fff028b0 T ap_start16
fff028f4 T sipi_params_16bit
fff028f4 t ap_start_jmp
fff028fc t gdtaddr
fff02904 T ap_start
fff02904 T ap_start16_code_end
fff02969 t lock_microcode
fff02974 t load_microcode
fff02994 t microcode_done
fff029a4 t load_msr
fff029cc T sipi_params
fff029cc t idt_ptr
fff029d0 t stack_top
fff029d4 t stack_size
fff029d8 t microcode_lock
fff029dc t microcode_ptr
fff029e0 t msr_table_ptr
fff029e4 t msr_count
fff029e8 t c_handler
fff029ec t ap_count
fff029f0 T cpu_call64
fff02a41 t code64
fff02a41 t lret_target
fff02a46 T call64_stub_size
fff02a4a T arch_setup_gd
fff02b26 t setup_identity
fff02c3b T x86_cpu_init_f
fff02d0c T x86_enable_caches
fff02d0c W enable_caches
fff02d1a T x86_disable_caches
fff02d1a W disable_caches
fff02d2a T dcache_status
fff02d37 T cpu_has_64bit
fff02d7d T cpu_jump_to_64bit
fff02dc2 t build_pagetable
fff02e17 T x86_mp_init
fff02e39 T irq_common_entry
fff02e68 T irq_0
fff02e6f T irq_1
fff02e76 T irq_2
fff02e7d T irq_3
fff02e84 T irq_4
fff02e8b T irq_5
fff02e92 T irq_6
fff02e99 T irq_7
fff02ea0 T irq_8
fff02ea7 T irq_9
fff02eae T irq_10
fff02eb5 T irq_11
fff02ebc T irq_12
fff02ec3 T irq_13
fff02eca T irq_14
fff02ed1 T irq_15
fff02ed8 T irq_16
fff02edf T irq_17
fff02ee6 T irq_18
fff02eed T irq_19
fff02ef4 T irq_20
fff02efb T irq_21
fff02f02 T irq_22
fff02f09 T irq_23
fff02f10 T irq_24
fff02f17 T irq_25
fff02f1e T irq_26
fff02f25 T irq_27
fff02f2c T irq_28
fff02f33 T irq_29
fff02f3a T irq_30
fff02f41 T irq_31
fff02f48 T irq_32
fff02f4f T irq_33
fff02f56 T irq_34
fff02f5d T irq_35
fff02f64 T irq_36
fff02f6b T irq_37
fff02f72 T irq_38
fff02f79 T irq_39
fff02f80 T irq_40
fff02f87 T irq_41
fff02f8e T irq_42
fff02f95 T irq_43
fff02f9c T irq_44
fff02fa3 T irq_45
fff02faa T irq_46
fff02fb1 T irq_47
fff02fb8 T irq_48
fff02fbf T irq_49
fff02fc6 T irq_50
fff02fcd T irq_51
fff02fd4 T irq_52
fff02fdb T irq_53
fff02fe2 T irq_54
fff02fe9 T irq_55
fff02ff0 T irq_56
fff02ff7 T irq_57
fff02ffe T irq_58
fff03005 T irq_59
fff0300c T irq_60
fff03013 T irq_61
fff0301a T irq_62
fff03021 T irq_63
fff03028 T irq_64
fff0302f T irq_65
fff03036 T irq_66
fff0303d T irq_67
fff03044 T irq_68
fff0304b T irq_69
fff03052 T irq_70
fff03059 T irq_71
fff03060 T irq_72
fff03067 T irq_73
fff0306e T irq_74
fff03075 T irq_75
fff0307c T irq_76
fff03083 T irq_77
fff0308a T irq_78
fff03091 T irq_79
fff03098 T irq_80
fff0309f T irq_81
fff030a6 T irq_82
fff030ad T irq_83
fff030b4 T irq_84
fff030bb T irq_85
fff030c2 T irq_86
fff030c9 T irq_87
fff030d0 T irq_88
fff030d7 T irq_89
fff030de T irq_90
fff030e5 T irq_91
fff030ec T irq_92
fff030f3 T irq_93
fff030fa T irq_94
fff03101 T irq_95
fff03108 T irq_97
fff0310f T irq_96
fff03116 T irq_98
fff0311d T irq_99
fff03124 T irq_100
fff0312b T irq_101
fff03132 T irq_102
fff03139 T irq_103
fff03140 T irq_104
fff03147 T irq_105
fff0314e T irq_106
fff03155 T irq_107
fff0315c T irq_108
fff03163 T irq_109
fff0316a T irq_110
fff03171 T irq_111
fff03178 T irq_112
fff0317f T irq_113
fff03186 T irq_114
fff0318d T irq_115
fff03194 T irq_116
fff0319b T irq_117
fff031a2 T irq_118
fff031a9 T irq_119
fff031b0 T irq_120
fff031b7 T irq_121
fff031be T irq_122
fff031c5 T irq_123
fff031cc T irq_124
fff031d3 T irq_125
fff031da T irq_126
fff031e1 T irq_127
fff031e8 T irq_128
fff031f2 T irq_129
fff031fc T irq_130
fff03206 T irq_131
fff03210 T irq_132
fff0321a T irq_133
fff03224 T irq_134
fff0322e T irq_135
fff03238 T irq_136
fff03242 T irq_137
fff0324c T irq_138
fff03256 T irq_139
fff03260 T irq_140
fff0326a T irq_141
fff03274 T irq_142
fff0327e T irq_143
fff03288 T irq_144
fff03292 T irq_145
fff0329c T irq_146
fff032a6 T irq_147
fff032b0 T irq_148
fff032ba T irq_149
fff032c4 T irq_150
fff032ce T irq_151
fff032d8 T irq_152
fff032e2 T irq_153
fff032ec T irq_154
fff032f6 T irq_155
fff03300 T irq_156
fff0330a T irq_157
fff03314 T irq_158
fff0331e T irq_159
fff03328 T irq_160
fff03332 T irq_161
fff0333c T irq_162
fff03346 T irq_163
fff03350 T irq_164
fff0335a T irq_165
fff03364 T irq_166
fff0336e T irq_167
fff03378 T irq_168
fff03382 T irq_169
fff0338c T irq_170
fff03396 T irq_171
fff033a0 T irq_172
fff033aa T irq_173
fff033b4 T irq_174
fff033be T irq_175
fff033c8 T irq_176
fff033d2 T irq_177
fff033dc T irq_178
fff033e6 T irq_179
fff033f0 T irq_180
fff033fa T irq_181
fff03404 T irq_182
fff0340e T irq_183
fff03418 T irq_184
fff03422 T irq_185
fff0342c T irq_186
fff03436 T irq_187
fff03440 T irq_188
fff0344a T irq_189
fff03454 T irq_190
fff0345e T irq_191
fff03468 T irq_192
fff03472 T irq_193
fff0347c T irq_194
fff03486 T irq_195
fff03490 T irq_196
fff0349a T irq_197
fff034a4 T irq_198
fff034ae T irq_199
fff034b8 T irq_200
fff034c2 T irq_201
fff034cc T irq_202
fff034d6 T irq_203
fff034e0 T irq_204
fff034ea T irq_205
fff034f4 T irq_206
fff034fe T irq_207
fff03508 T irq_208
fff03512 T irq_209
fff0351c T irq_210
fff03526 T irq_211
fff03530 T irq_212
fff0353a T irq_213
fff03544 T irq_214
fff0354e T irq_215
fff03558 T irq_216
fff03562 T irq_217
fff0356c T irq_218
fff03576 T irq_219
fff03580 T irq_220
fff0358a T irq_221
fff03594 T irq_222
fff0359e T irq_223
fff035a8 T irq_224
fff035b2 T irq_225
fff035bc T irq_226
fff035c6 T irq_227
fff035d0 T irq_228
fff035da T irq_229
fff035e4 T irq_230
fff035ee T irq_231
fff035f8 T irq_232
fff03602 T irq_233
fff0360c T irq_234
fff03616 T irq_235
fff03620 T irq_236
fff0362a T irq_237
fff03634 T irq_238
fff0363e T irq_239
fff03648 T irq_240
fff03652 T irq_241
fff0365c T irq_242
fff03666 T irq_243
fff03670 T irq_244
fff0367a T irq_245
fff03684 T irq_246
fff0368e T irq_247
fff03698 T irq_248
fff036a2 T irq_249
fff036ac T irq_250
fff036b6 T irq_251
fff036c0 T irq_252
fff036ca T irq_253
fff036d4 T irq_254
fff036de T irq_255
fff036e8 T x86_get_idt
fff036ee T enable_interrupts
fff036f0 T disable_interrupts
fff03700 T interrupt_init
fff0379e T irq_llsr
fff037d8 t dump_regs
fff03960 T setjmp
fff03978 T longjmp
fff0398c t nz
fff0398f T memset
fff039ca T memcpy
fff03a00 T memmove
fff03b75 T boot_linux_kernel
fff03bdb T do_bootm_linux
fff03d13 T arch_lmb_reserve
fff03d32 T efi_add_known_memory
fff03dde T init_cache_f_r
fff03dfd T irq_install_handler
fff03e88 T irq_free_handler
fff03ed7 T do_irq
fff03f4b T mp_write_floating_table
fff03f8a T mp_config_table_init
fff03fee T mp_write_processor
fff040ad T mptable_finalize
fff040e4 T write_mp_table
fff043f2 T i8259_init
fff04460 T unmask_irq
fff04486 T mask_irq
fff044aa T specific_eoi
fff044c4 T i8254_init
fff044db T pirq_route_irqs
fff0461a T copy_pirq_routing_table
fff04667 T write_pirq_routing_table
fff0468a T copy_uboot_to_ram
fff046be T clear_bss
fff046f6 T do_elf_reloc_fixups
fff047b1 T acpi_find_fadt
fff0483e T enter_acpi_mode
fff04848 T table_fill_string
fff04873 T write_tables
fff04950 T zimage_get_kernel_version
fff049ad t get_boot_protocol
fff049ee T load_zimage
fff04bcb T setup_zimage
fff04e96 t zboot_load
fff04f0c T zimage_dump
fff0553d t print_flags
fff05596 T do_zboot_parent
fff0564d T android_bootloader_boot_kernel
fff0572c t hex_to_str
fff05781 t complete_zboot
fff057ad t do_zboot_start
fff0586e t do_zboot_load
fff058b0 t do_zboot_setup
fff0590e t do_zboot_info
fff05930 t do_zboot_go
fff05962 t do_zboot_dump
fff059a2 W board_quiesce_devices
fff059a3 T bootm_find_images
fff05aaa T bootm_disable_interrupts
fff05aaf T bootm_process_cmdline
fff05ab2 T do_bootm_states
fff060b4 W switch_to_non_secure_mode
fff060b5 W arch_preboot_os
fff060b6 W board_preboot_os
fff060b7 T boot_selected_os
fff06101 T bootm_os_get_boot_func
fff06109 t do_bootm_standalone
fff0613f t qfw_bootmeth_bind
fff06153 t qfw_check
fff06175 t qfw_read_bootflow
fff061e3 t qfw_read_file
fff061e9 t qfw_boot
fff0621d T image_multi_getimg
fff06274 T image_decomp
fff06395 T genimg_get_os_name
fff063ba T genimg_get_comp_name
fff063df t on_loadaddr
fff063fe T env_get_bootm_low
fff0641f T env_get_bootm_size
fff064ba T env_get_bootm_mapsize
fff064e2 T memmove_wd
fff064eb T genimg_get_kernel_addr_fit
fff064fc T genimg_get_format
fff06528 T genimg_has_config
fff0652b T boot_get_ramdisk
fff06621 T boot_ramdisk_high
fff0672b T boot_get_setup
fff06731 T image_setup_linux
fff06794 T image_locate_script
fff067bd T ab_select_slot
fff06c70 T android_image_get_kernel
fff06c7b T android_image_check_header
fff06c7e T android_image_get_end
fff06c81 T android_image_get_kload
fff06c85 T android_image_get_kcomp
fff06c88 T android_image_get_ramdisk
fff06ca0 T android_image_get_kernel_cmdline
fff06ca4 T android_image_is_bootconfig_used
fff06caf T android_get_preloaded_partition
fff06d61 t is_same_partition
fff06dc5 T android_image_load
fff0734f t _extract_boot_image_header
fff073c9 t _read_in_boot_ramdisk
fff073f9 T android_image_get_second
fff073fd T android_image_get_dtb_by_index
fff07400 t android_read_data
fff07520 T android_bootloader_boot_flow
fff07dd8 t do_avb_verify
fff07f74 t android_part_get_info_by_name_suffix
fff07fe7 t get_partition_size
fff08065 T android_bootloader_request_response
fff082c6 t console_write
fff0833a t console_read
fff083ab T oemlock_is_allowed
fff083b5 t oemlock_get_field
fff08416 T oemlock_set_locked
fff08487 T oemlock_is_locked
fff08491 t get_console
fff084f0 T write_avb_to_keymint_console
fff089b0 t parse_patchlevel
fff08a9a T fdt_find_and_setprop
fff08aec T fdt_find_or_add_subnode
fff08b3b T fdt_root
fff08bb3 T fdt_initrd
fff08d32 W board_fdt_chosen_bootargs
fff08d3c T fdt_chosen
fff08df5 T do_fixup_by_path
fff08e34 T fdt_fixup_ethernet
fff08f9a T fdt_shrink_to_minimum
fff0907f T fdt_support_default_count_cells
fff090d0 T fdt_translate_address
fff090eb t __of_translate_address
fff0931a t of_bus_default_map
fff093c9 t of_bus_default_translate
fff09427 T boot_fdt_add_mem_rsv_regions
fff09545 t boot_fdt_reserve_region
fff0959e T boot_relocate_fdt
fff0980d t fdt_error
fff09832 T boot_get_fdt
fff09a22 W ft_verify_fdt
fff09a26 W arch_fixup_fdt
fff09a29 T image_setup_libfdt
fff09bad T do_bootm
fff09c7d T bootm_maybe_autostart
fff09ce0 T do_bootd
fff09cfb t do_help
fff09d33 t do_panic
fff09d4f t do_version
fff09d8a t do_acpi
fff09df9 t complete_acpi
fff09e25 t do_acpi_list
fff09f30 t do_acpi_items
fff09f5c t do_acpi_set
fff09fb7 t do_acpi_dump
fff0a03c t dump_hdr
fff0a0ab t do_ab_select
fff0a186 T blk_common_cmd
fff0a46a t do_source
fff0a4a8 T bcb_find_partition_and_load
fff0a50f t __bcb_initialize
fff0a5e2 t __bcb_load
fff0a6a7 T bcb_load
fff0a6fa T bcb_set
fff0a70f t __bcb_set
fff0a7d9 T bcb_get
fff0a81e t bcb_field_get
fff0a8cd T bcb_store
fff0a8d2 t __bcb_store
fff0a93e T bcb_reset
fff0a97a t do_bcb
fff0aab3 t do_bcb_load
fff0ab1d t do_bcb_set
fff0ab2c t do_bcb_clear
fff0ab7d t do_bcb_test
fff0ac00 t do_bcb_dump
fff0ac4d t do_bcb_store
fff0ac52 t do_boot_android
fff0ac69 t do_verified_boot_android
fff0ac80 t boot_android
fff0adbd T efi_get_image_parameters
fff0adcd T efi_set_bootdev
fff0aef2 T efi_install_fdt
fff0b019 T efi_run_image
fff0b1ad t do_bootefi_exec
fff0b2d8 t do_bootefi
fff0b4bc W bootz_setup
fff0b4d0 T do_bootz
fff0b5a7 t do_video_clear
fff0b5bc T mk_date
fff0b7eb t do_date
fff0b954 t do_dm
fff0b9c3 t complete_dm
fff0b9ef t do_dm_dump_driver_compat
fff0b9fd t do_dm_dump_devres
fff0ba00 t do_dm_dump_drivers
fff0ba0e t do_dm_dump_static_driver_info
fff0ba1c t do_dm_dump_tree
fff0baab t do_dm_dump_uclass
fff0baf4 t do_echo
fff0bb5c t do_efidebug
fff0bbd1 t do_efi_boot_opt
fff0bc1c t do_efi_show_drivers
fff0bd22 t do_efi_show_handles
fff0be78 t do_efi_show_images
fff0be88 t do_efi_show_memmap
fff0bfb4 t do_efi_show_tables
fff0bfc7 t do_efi_test
fff0c010 t do_efi_query_info
fff0c105 t do_efi_boot_add
fff0c504 t do_efi_boot_rm
fff0c5ca t do_efi_boot_dump
fff0c801 t do_efi_boot_next
fff0c89d t do_efi_boot_order
fff0cb2f t do_efi_test_bootmgr
fff0cbc5 T efi_show_tables
fff0cc1b T eficonfig_print_msg
fff0cc49 T eficonfig_print_entry
fff0ccbd T eficonfig_display_statusline
fff0cd05 T eficonfig_choice_entry
fff0cd92 T eficonfig_destroy
fff0cdf1 T eficonfig_process_quit
fff0cdf7 T eficonfig_append_menu_entry
fff0ce7f T eficonfig_append_quit_entry
fff0cec9 T eficonfig_create_fixed_menu
fff0cf3e T eficonfig_process_common
fff0d059 T eficonfig_create_device_path
fff0d0ce T eficonfig_process_clear_file_selection
fff0d0e3 T eficonfig_process_show_file_option
fff0d14b T eficonfig_process_select_file
fff0d931 T eficonfig_choice_change_boot_order
fff0db44 t do_eficonfig
fff0dcc8 t eficonfig_volume_selected
fff0dcde t sort_file
fff0dced t eficonfig_file_selected
fff0de5f t eficonfig_process_add_boot_option
fff0dede t eficonfig_process_edit_boot_option
fff0dfe7 t eficonfig_process_change_boot_order
fff0e268 t eficonfig_process_delete_boot_option
fff0e29e t eficonfig_edit_boot_option
fff0e6e7 t fill_file_info
fff0e745 t eficonfig_set_boot_option
fff0e7c3 t create_boot_option_entry
fff0e845 t eficonfig_boot_add_enter_description
fff0e863 t prepare_file_selection_entry
fff0e99a t eficonfig_boot_add_optional_data
fff0e9b8 t eficonfig_boot_edit_save
fff0ea02 t handle_user_input
fff0ea82 t eficonfig_show_boot_selection
fff0ec2c t eficonfig_add_boot_selection_entry
fff0ed89 t eficonfig_process_boot_selected
fff0ed98 t eficonfig_print_change_boot_order_entry
fff0ee29 t eficonfig_add_change_boot_order_entry
fff0ef35 t eficonfig_process_save_boot_order
fff0effe t do_exit
fff0f02b T do_fat_size
fff0f03d T do_fat_fsload
fff0f04f t do_fat_ls
fff0f061 t do_fat_fsinfo
fff0f0ec t do_fat_fswrite
fff0f0fe t do_fat_rm
fff0f110 t do_fat_mkdir
fff0f122 t do_size_wrapper
fff0f134 t do_load_wrapper
fff0f146 t do_save_wrapper
fff0f158 t do_ls_wrapper
fff0f16a t do_ln_wrapper
fff0f17c t do_fstype_wrapper
fff0f181 t do_fstypes_wrapper
fff0f186 t do_itest
fff0f1f4 t binary_test
fff0f301 t evalstr
fff0f350 t evalexp
fff0f3ad t do_sleep
fff0f47a t do_bootp
fff0f496 T do_tftpb
fff0f4b5 t netboot_common
fff0f82c t do_ping
fff0f88d T do_ping6
fff0f8f9 t do_net
fff0f956 t do_net_list
fff0f9d3 t do_net_stats
fff0fad7 t do_part
fff0fdee t do_part_types
fff0fe80 t do_part_set
fff0feed t do_part_type
fff0ff65 t do_part_info
fff100a9 t do_rw
fff10185 T setexpr_regex_sub
fff10393 t substitute
fff10456 t do_setexpr
fff106b9 t get_arg
fff10755 t regex_sub_var
fff10841 t do_test
fff10ad3 t do_false
fff10ad7 t do_true
fff10ada t do_virtio
fff10b60 t do_video_setcursor
fff10bb9 t do_video_puts
fff10c0e t do_fastboot
fff10d9f t do_gpt
fff10fef t gpt_verify
fff110f8 t gpt_setenv
fff111ea t gpt_enumerate
fff112fe t do_disk_guid
fff11349 t set_gpt_info
fff1186e t extract_val
fff118e9 t extract_env
fff11987 T do_avb_init
fff119d7 T do_avb_read_part
fff11a8c T do_avb_read_part_hex
fff11ba1 T do_avb_write_part
fff11c3e T do_avb_read_rb
fff11cb4 T do_avb_write_rb
fff11d25 T do_avb_get_uuid
fff11d90 T do_avb_verify_part
fff11e20 T do_avb_is_unlocked
fff11e8a t do_avb
fff11ee1 t do_mtrr
fff12106 T env_get_id
fff1210c T env_set
fff12162 t _do_env_set
fff122fc t do_env
fff12347 t do_env_print
fff123d4 t do_env_set
fff123f4 t do_env_default
fff12489 t do_env_delete
fff12529 t do_env_verified_import
fff12754 t do_env_exists
fff1279c t env_print
fff1284e T board_init_f_alloc_reserve
fff12857 T board_init_f_init_reserve
fff12887 T main_loop
fff128c8 T get_version
fff128ce T jumptable_init
fff12b52 t dummy
fff12b53 t mdelay
fff12b5e T get_local_var
fff12bc3 T set_local_var
fff12cfd T unset_local_var
fff12d73 T parse_string_outer
fff12e4b t parse_stream_outer
fff13480 T parse_file_outer
fff134bc T u_boot_hush_start
fff134f9 t do_showvar
fff135e1 t static_peek
fff135e7 t static_get
fff135fb t done_word
fff13875 t done_pipe
fff138b0 t file_peek
fff138b6 t free_pipe_list
fff13966 t new_pipe
fff13999 t done_command
fff13a0a t b_addqchr
fff13a4c t b_addchr
fff13aa1 t run_list_real
fff14256 t insert_var_value_sub
fff14513 t make_string
fff14627 t file_get
fff147a5 T bootdelay_process
fff14835 T autoboot_command
fff1491b W board_add_ram_info
fff1491c W mach_cpu_init
fff1491f W arch_setup_dest_addr
fff14922 W arch_reserve_mmu
fff14925 W arch_reserve_stacks
fff14928 W arch_setup_bdinfo
fff1492b T setup_bdinfo
fff14936 T board_init_f
fff1495f T board_init_f_r
fff149af t setup_mon_len
fff149bf t initf_bootstage
fff149c2 t bloblist_maybe_init
fff149c5 t setup_spl_handoff
fff149c8 t initf_dm
fff149d0 t init_baud_rate
fff149f7 t display_text_info
fff149fa t print_resetinfo
fff14a8e t announce_dram_init
fff14aa1 t setup_dest_addr
fff14afe t reserve_round_4k
fff14b0e t reserve_video
fff14b3b t reserve_trace
fff14b3e t reserve_uboot
fff14b80 t reserve_malloc
fff14b9e t reserve_board
fff14bf3 t reserve_global_data
fff14c24 t reserve_fdt
fff14c92 t reserve_bootstage
fff14c95 t reserve_bloblist
fff14c98 t reserve_stacks
fff14cb6 t show_dram_config
fff14f9b t display_new_sp
fff14f9e t reloc_fdt
fff14fed t reloc_bootstage
fff14ff0 t reloc_bloblist
fff14ff3 t setup_reloc
fff1503f t cyclic_unregister_all
fff15042 t jump_to_copy
fff15073 W cpu_secondary_init_r
fff15076 W arch_initr_trap
fff15079 W power_init_board
fff1507c T board_init_r
fff150a5 t initr_trace
fff150a8 t initr_reloc
fff150b8 t initr_reloc_global_data
fff150ea t initr_barrier
fff150ed t initr_malloc
fff1511c t initr_bootstage
fff1511f t initr_of_live
fff15122 t initr_dm
fff15150 t initr_binman
fff15177 t initr_dm_devices
fff1517a t initr_announce
fff1517d t dm_announce
fff151ec t initr_env
fff15243 t initr_net
fff1525b t run_main_loop
fff1526f T iomux_match_device
fff1528f T iomux_doenv
fff15445 T menu_default_choice
fff1545a T menu_default_set
fff154cc T menu_get_choice
fff1563e T menu_item_add
fff156f3 T menu_create
fff15772 T menu_destroy
fff157ca T bootmenu_conv_key
fff1582c T bootmenu_loop
fff15872 T cli_ch_init
fff1587e T cli_ch_process
fff159f1 T cread_line_process_ch
fff15e85 t cread_add_char
fff15f43 T cli_cread_init
fff15fb3 T cli_readline
fff15fc6 T cli_readline_into_buffer
fff16330 t delete_char
fff163d8 T cli_simple_process_macros
fff16602 T bounce_buffer_start_extalign
fff16680 T bounce_buffer_stop
fff166c7 t on_console
fff1676d t console_needs_start_stop
fff167b6 T console_stop
fff167db T serial_printf
fff1681c T fgetc
fff16852 t console_tstc
fff168c9 T fputs
fff16913 T getchar
fff1693a T tstc
fff16961 T putc
fff169d0 T puts
fff16a3a T flush
fff16aa2 T ctrlc
fff16ae3 T disable_ctrlc
fff16af1 T had_ctrlc
fff16af9 T clear_ctrlc
fff16b01 T console_search_dev
fff16b1d T console_assign
fff16bfa T console_init_f
fff16c10 T console_init_r
fff16dae T sbrk
fff16dec T mem_malloc_init
fff16dff T malloc
fff17211 t malloc_extend_top
fff1737c T free
fff17566 T malloc_trim
fff1762f T realloc
fff17a44 T memalign
fff17ba0 T calloc
fff17c2c T initf_malloc
fff17c55 T malloc_simple
fff17c5f t alloc_simple
fff17ce6 T memalign_simple
fff17cef T event_type_name
fff17cf5 T event_notify
fff17da9 T event_notify_null
fff17db2 T event_register
fff17e10 T event_init
fff17e2b W get_effective_memsize
fff17e39 T stdio_file_to_flags
fff17e4d T stdio_get_by_name
fff17f11 T stdio_clone
fff17f43 T stdio_register_dev
fff17f85 T stdio_register
fff17fbb T stdio_init_tables
fff17fcd T stdio_add_devices
fff18051 t stdio_serial_putc
fff18058 t stdio_serial_puts
fff1805f t stdio_serial_flush
fff18064 t stdio_serial_getc
fff18069 t stdio_serial_tstc
fff1806e T run_command
fff1807a T run_command_list
fff180d7 T do_run
fff1812c T cli_process_fdt
fff18158 T cli_secure_boot_cmd
fff181b9 T cli_loop
fff181c3 T cli_init
fff181c8 T _do_help
fff182e7 T find_cmd_tbl
fff1837a T cmd_usage
fff183ce T find_cmd
fff183ef T var_complete
fff18453 T complete_subcmdv
fff185cd T cmd_auto_complete
fff1892c T cmd_get_data_size
fff18987 T cmd_always_repeatable
fff189a4 T cmd_never_repeatable
fff189c1 T cmd_discard_repeatable
fff189d9 T cmd_process
fff18b0d T cmd_source_script
fff18b4e T log_get_cat_name
fff18b89 T log_get_level_name
fff18b9d T log_has_file
fff18bfa T _log
fff18e90 T log_init
fff18f86 t log_console_emit
fff1906c T avb_ops_alloc
fff190ed t read_from_partition
fff19111 t write_to_partition
fff19133 t validate_vbmeta_public_key
fff19173 t read_rollback_index
fff191a0 t write_rollback_index
fff191bb t read_is_device_unlocked
fff191da t get_unique_guid_for_partition
fff1921f t get_size_of_partition
fff19265 T avb_ops_free
fff1929b T avb_verify
fff192dd T avb_verify_partitions
fff19416 t blk_byte_io
fff19711 t get_partition
fff197c3 t blk_read_and_flush
fff198d0 t avb_blk_write
fff199d2 T qfw_get_dev
fff199de T qfw_online_cpus
fff19a00 T qfw_read_firmware_list
fff19ac8 T qfw_find_file
fff19afa T qfw_file_iter_init
fff19b1a T qfw_file_iter_next
fff19b26 T qfw_file_iter_end
fff19b2f T qemu_fwcfg_setup_kernel
fff19cba T part_get_type_by_name
fff19d1a T blk_get_dev
fff19d2f t get_dev_hwpart
fff19d56 T dev_print
fff19f9d T part_init
fff1a00d T part_print
fff1a13b t part_driver_lookup_type
fff1a1e2 T part_get_info_by_type
fff1a28c T part_get_info
fff1a29d T part_get_info_whole_disk
fff1a2e6 T blk_get_device_by_str
fff1a3c8 T blk_get_device_part_str
fff1a794 T part_get_info_by_name
fff1a80c T part_get_info_by_dev_and_name
fff1a897 T part_get_info_by_dev_and_name_or_num
fff1a8f4 T part_set_generic_name
fff1a953 T disk_blk_read
fff1a9aa t disk_blk_part_validate
fff1a9fd T disk_blk_write
fff1aa54 T disk_blk_erase
fff1aaab t test_block_type
fff1ab2f t part_get_info_dos
fff1ab53 t part_print_dos
fff1ab7f t part_test_dos
fff1abff t part_get_info_extended
fff1aedb t print_partition_extended
fff1b10e T get_disk_guid
fff1b18a t find_valid_gpt
fff1b1e0 T part_print_efi
fff1b368 t is_pte_valid
fff1b3a3 T part_get_info_efi
fff1b52c T write_gpt_table
fff1b663 t set_protective_mbr
fff1b723 T gpt_fill_pte
fff1b99c T gpt_fill_header
fff1ba33 t partition_entries_offset
fff1ba84 T gpt_restore
fff1bb62 T gpt_verify_headers
fff1bbde t is_gpt_valid
fff1bdbe T gpt_repair_headers
fff1bf48 t write_one_gpt_table
fff1bfb9 T gpt_verify_partitions
fff1c1a8 t validate_gpt_header
fff1c251 t part_test_efi
fff1c2dc T blk_get_uclass_name
fff1c2fb T blk_get_devnum_by_uclass_idname
fff1c3ac T blk_get_desc
fff1c462 T blk_list_part
fff1c4cb T blk_print_part_devnum
fff1c4f7 T blk_list_devices
fff1c549 T blk_print_device_num
fff1c57c T blk_show_device
fff1c5e1 T blk_dselect_hwpart
fff1c602 T blk_read
fff1c73a t blk_buffer_aligned
fff1c751 T blk_write
fff1c821 T blk_erase
fff1c870 T blk_dread
fff1c87b T blk_dwrite
fff1c886 T blk_derase
fff1c891 T blk_find_max_devnum
fff1c8eb T blk_next_free_devnum
fff1c909 T blk_create_device
fff1ca7e t blk_post_probe
fff1cb72 T blkcache_read
fff1cc6c T blkcache_fill
fff1cdba T blkcache_invalidate
fff1ce21 T device_bind_with_driver_data
fff1ce46 t device_bind_common
fff1d0f6 T device_bind
fff1d11b T device_bind_by_name
fff1d17a T device_of_to_plat
fff1d25f T device_probe
fff1d352 T device_get_uclass_id
fff1d35c T dev_get_plat
fff1d367 T dev_get_parent_plat
fff1d372 T dev_get_uclass_plat
fff1d37d T dev_get_priv
fff1d388 T dev_get_uclass_priv
fff1d393 T dev_get_parent_priv
fff1d39e T dev_get_parent
fff1d3a2 T device_get_decendent_count
fff1d3c8 T device_find_first_child
fff1d3e1 T device_find_next_child
fff1d3ff T device_first_child_err
fff1d42d T device_next_child_err
fff1d460 T dev_get_driver_data
fff1d464 T device_set_name_alloced
fff1d469 T device_set_name
fff1d48f T dev_set_priv
fff1d493 T dev_set_parent_priv
fff1d497 T dev_set_uclass_priv
fff1d49b T dev_set_plat
fff1d49f T dev_set_parent_plat
fff1d4a3 T dev_set_uclass_plat
fff1d4a7 t alloc_priv
fff1d4f8 T devfdt_get_addr_index
fff1d5a4 T devfdt_get_addr_size_index
fff1d5d9 T devfdt_get_addr_pci
fff1d652 T lists_driver_lookup_name
fff1d6b0 T lists_uclass_lookup
fff1d6fa T lists_bind_drivers
fff1d7b9 T device_bind_driver
fff1d800 T device_bind_driver_to_node
fff1d83b T lists_bind_fdt
fff1d9cb T dm_root
fff1d9e4 T dm_init
fff1da78 T dm_remove_devices_flags
fff1daa1 T dm_scan_fdt_dev
fff1dac7 t dm_scan_fdt_node
fff1db42 T dm_extended_scan
fff1dba1 W dm_scan_other
fff1dba4 T dm_init_and_scan
fff1dc1f T dm_get_stats
fff1dc43 t dm_probe_devices
fff1dca7 T uclass_get_priv
fff1dcaa T uclass_get
fff1dde0 T uclass_get_name
fff1de01 T dev_get_uclass_index
fff1de36 T uclass_find_device
fff1de7b T uclass_find_first_device
fff1deac T uclass_find_next_device
fff1dec9 T uclass_find_device_by_namelen
fff1df46 T uclass_find_next_free_seq
fff1df9c T uclass_find_device_by_seq
fff1dfe0 T uclass_find_device_by_of_offset
fff1e023 T uclass_find_device_by_ofnode
fff1e066 T uclass_get_nth_device_by_driver_name
fff1e0d1 T uclass_get_device
fff1e0ff T uclass_get_device_by_name
fff1e148 T uclass_get_device_by_seq
fff1e176 T uclass_get_device_by_of_offset
fff1e1a4 T uclass_get_device_by_ofnode
fff1e1d2 T uclass_first_device
fff1e207 t _uclass_next_device
fff1e23b T uclass_next_device
fff1e25a T uclass_first_device_err
fff1e27a T uclass_first_device_check
fff1e2c0 T uclass_next_device_check
fff1e2e5 T uclass_get_count
fff1e310 T uclass_first_device_drvdata
fff1e369 T uclass_bind_device
fff1e3c0 T uclass_pre_unbind_device
fff1e3dc T uclass_unbind_device
fff1e3f2 T uclass_pre_probe_device
fff1e432 T uclass_post_probe_device
fff1e470 T uclass_pre_remove_device
fff1e48c T uclass_probe_all
fff1e4d1 T pci_get_devfn
fff1e50e T dev_tag_set_ptr
fff1e5b6 T dev_tag_get_ptr
fff1e611 T dev_tag_del
fff1e689 T devres_release_probe
fff1e6a1 t release_nodes
fff1e6f5 T devres_release_all
fff1e70d T device_chld_unbind
fff1e793 T device_unbind
fff1e885 T device_chld_remove
fff1e8df T device_remove
fff1e9cf T device_free
fff1ea52 T dm_dump_tree
fff1eac7 t dm_dump_tree_single
fff1eb25 t dm_dump_tree_recursive
fff1ebab T dm_dump_uclass
fff1ec3c t dm_dump_uclass_single
fff1ece3 T dm_dump_driver_compat
fff1ed85 T dm_dump_drivers
fff1ee94 T dm_dump_static_driver_info
fff1eee0 t show_devices
fff1f05f t h_cmp_uclass_id
fff1f07e t init_range
fff1f0d6 T regmap_init_mem
fff1f236 T syscon_get_by_driver_data
fff1f24a t syscon_pre_probe
fff1f27a T ofnode_get_name
fff1f293 T ofnode_read_u32_index
fff1f2e5 T ofnode_read_u32_default
fff1f300 T ofnode_read_bool
fff1f325 T ofnode_read_string
fff1f362 T ofnode_read_size
fff1f391 T ofnode_find_subnode
fff1f3ae T ofnode_is_enabled
fff1f3ca T ofnode_first_subnode
fff1f3e7 T ofnode_next_subnode
fff1f404 T ofnode_get_parent
fff1f421 T ofnode_path
fff1f445 T ofnode_get_chosen_node
fff1f4ac T ofnode_get_property
fff1f4cc T ofnode_read_u8_array_ptr
fff1f4ec T ofnode_read_pci_addr
fff1f5b0 T ofnode_read_pci_vendev
fff1f684 T ofnode_read_simple_addr_cells
fff1f694 T ofnode_read_simple_size_cells
fff1f6a4 T ofnode_pre_reloc
fff1f7f9 T ofnode_conf_read_int
fff1f837 T ofnode_conf_read_str
fff1f866 T sysreset_get_status
fff1f884 T sysreset_walk
fff1f8f1 T sysreset_walk_halt
fff1f933 T do_reset
fff1f97a T pch_sysreset_power_off
fff1f9fd t x86_sysreset_probe
fff1fa23 t x86_sysreset_request
fff1fa4b t x86_sysreset_get_last
fff1fa51 T pch_ioctl
fff1fa76 t pch7_get_spi_base
fff1fa9f t pch7_set_spi_protect
fff1fadc t pch7_get_gpio_base
fff1fb19 t pch9_get_spi_base
fff1fb3d t pch9_get_gpio_base
fff1fb7a t pch9_get_io_base
fff1fbb7 T setup_video
fff1fc66 T pci_get_bus
fff1fca9 T pci_get_controller
fff1fce2 T dm_pci_get_bdf
fff1fd26 t pci_get_bus_max
fff1fd62 T pci_bus_find_devfn
fff1fdb7 T dm_pci_write_config
fff1fe39 T pci_write_config32
fff1fe51 t pci_write_config
fff1feb3 T pci_write_config16
fff1fecb T pci_write_config8
fff1fee3 T dm_pci_write_config8
fff1fef6 T dm_pci_write_config16
fff1ff09 T dm_pci_write_config32
fff1ff1c T dm_pci_read_config
fff1ffcc t pci_read_config
fff2005a T pci_read_config16
fff20084 T pci_read_config8
fff200ac T dm_pci_read_config8
fff200d1 T dm_pci_read_config16
fff200f8 T dm_pci_read_config32
fff2011d T pci_auto_config_devices
fff2022c T dm_pci_hose_probe_bus
fff202ce T dm_pci_find_capability
fff2033d W board_pci_fixup_dev
fff2033e T pci_bind_bus_devices
fff20833 T dm_pci_read_bar32
fff2086f T dm_pci_bus_to_phys
fff20914 T dm_pci_map_bar
fff20a6c T dm_pci_find_next_capability
fff20a82 t _dm_pci_find_next_capability
fff20b0e t pci_uclass_pre_probe
fff20e51 t pci_uclass_post_probe
fff20e99 t pci_uclass_child_post_bind
fff20eca T pci_init
fff20efc t pci_bridge_read_config
fff20f79 t pci_bridge_write_config
fff20fc2 T dm_pciauto_prescan_setup_bridge
fff21381 T dm_pciauto_postscan_setup_bridge
fff214a1 T dm_pciauto_config_device
fff21532 t dm_pciauto_setup_device
fff2175b t dm_pciauto_exp_link_stable
fff21820 t _pci_x86_read_config
fff2183f t _pci_x86_write_config
fff2185e T pciauto_region_align
fff2186a T pciauto_region_allocate
fff218a2 T pciauto_config_init
fff2195e T serial_init
fff21a85 T serial_setbrg
fff21ac4 T serial_initialize
fff21ad2 T serial_putc
fff21b26 T serial_puts
fff21b4b t _serial_puts
fff21b91 T serial_flush
fff21bcb T serial_getc
fff21c04 T serial_tstc
fff21c37 T serial_stdio_init
fff21c38 t on_baudrate
fff21d18 t serial_post_probe
fff21dbd t serial_pre_remove
fff21dc0 t serial_stub_putc
fff21dfc t serial_stub_puts
fff21e04 t serial_stub_flush
fff21e26 t serial_stub_getc
fff21e47 t serial_stub_tstc
fff21e5f T ns16550_init
fff21ee5 t ns16550_setbrg
fff21f56 T ns16550_serial_probe
fff21fbc T ns16550_serial_of_to_plat
fff22090 t ns16550_serial_setbrg
fff220bc t ns16550_serial_getc
fff220f7 t ns16550_serial_putc
fff22135 t ns16550_serial_pending
fff22166 t ns16550_serial_setconfig
fff221b4 t ns16550_serial_getinfo
fff221f9 T timer_get_count
fff2221f T timer_get_rate
fff2222d T dm_timer_init
fff222fb t timer_pre_probe
fff22324 t timer_post_probe
fff2233c T get_timer
fff2237a T timer_get_us
fff223ac T __udelay
fff22410 t tsc_timer_ensure_setup
fff22590 t tsc_timer_probe
fff225d9 t cpu_mhz_from_msr
fff2267a t quick_pit_calibrate
fff227c9 t tsc_timer_get_count
fff227e5 T virtio_get_config
fff227ff T virtio_set_config
fff2281a T virtio_generation
fff22831 T virtio_reset
fff2283c T virtio_find_vqs
fff22850 T virtio_notify
fff2285d T virtio_add_status
fff2288f T virtio_finalize_features
fff228e8 T virtio_driver_features_init
fff22901 t virtio_uclass_pre_probe
fff2294e t virtio_uclass_post_probe
fff229ec t virtio_uclass_child_post_bind
fff229fd t virtio_uclass_child_pre_probe
fff22bf4 t virtio_uclass_child_post_probe
fff22c07 t virtio_bootdev_bind
fff22c1c t virtio_bootdev_hunt
fff22c4b T virtqueue_add
fff22ec8 T virtqueue_kick
fff22f31 T virtqueue_get_buf
fff23066 T vring_create_virtqueue
fff232bf T vring_del_virtqueue
fff232f9 T virtqueue_get_vring_size
fff232fd T virtqueue_get_desc_addr
fff23301 T virtqueue_get_avail_addr
fff23305 T virtqueue_get_used_addr
fff23309 T virtqueue_poll
fff2332c t __bb_force_page_align
fff23348 t virtqueue_detach_desc
fff2338d t virtio_pci_bind
fff233c9 t virtio_pci_probe
fff235cb t virtio_pci_find_capability
fff236d7 t virtio_pci_get_config
fff237c8 t virtio_pci_set_config
fff238f3 t virtio_pci_generation
fff2391c t virtio_pci_get_status
fff23942 t virtio_pci_set_status
fff2398c t virtio_pci_reset
fff239de t virtio_pci_get_features
fff23a4d t virtio_pci_set_features
fff23ad7 t virtio_pci_find_vqs
fff23cb7 t virtio_pci_del_vqs
fff23d16 t virtio_pci_notify
fff23d83 t virtio_net_bind
fff23dae t virtio_net_probe
fff23def t virtio_net_start
fff23e5b t virtio_net_send
fff23ee4 t virtio_net_recv
fff23f1b t virtio_net_free_pkt
fff23f68 t virtio_net_stop
fff23f69 t virtio_net_write_hwaddr
fff23fc2 t virtio_net_read_rom_hwaddr
fff2405e t virtio_blk_bind
fff240f9 t virtio_blk_probe
fff24190 t virtio_blk_read
fff241b4 t virtio_blk_write
fff241d8 t virtio_blk_erase
fff24238 t virtio_blk_do_req
fff2437f t virtio_console_bind
fff243a5 t virtio_console_probe
fff243e3 t add_inbuf
fff24443 t virtio_console_serial_setbrg
fff24446 t virtio_console_serial_getc
fff244a5 t virtio_console_serial_putc
fff24506 t virtio_console_serial_pending
fff24520 T sysinfo_get_str
fff24566 t console_putc_xy
fff245ff t console_move_rows
fff2464b t console_set_row
fff246d0 t console_set_cursor_visible
fff246f4 T check_bpix_support
fff24706 T fill_pixel_and_goto_next
fff2472f T fill_char_vertically
fff24875 T console_probe
fff2488a t console_set_font
fff24908 T console_simple_get_font_size
fff24923 T console_simple_get_font
fff24932 T console_simple_select_font
fff2499e T video_reserve
fff24a1e t alloc_fb
fff24a57 T video_fill
fff24ac5 T video_sync
fff24ae3 T video_clear
fff24afc T video_index_to_colour
fff24bbd T video_set_default_colors
fff24bff T video_sync_all
fff24c48 T video_get_xsize
fff24c57 T video_get_ysize
fff24c67 t video_post_bind
fff24ce4 t video_post_probe
fff24dff T vidconsole_put_char
fff25324 t vidconsole_newline
fff253ab T vidconsole_put_string
fff253da t vidconsole_pre_probe
fff253ff t vidconsole_post_probe
fff25464 T vidconsole_position_cursor
fff254c1 t vidconsole_putc
fff254dd t vidconsole_puts
fff25510 T video_bmp_display
fff25a47 t write_pix8
fff25b0d T cpu_get_desc
fff25b2a T cpu_get_count
fff25b3e T cpu_get_vendor
fff25b5c t uclass_cpu_init
fff25ba8 T fastboot_response
fff25c02 T fastboot_fail
fff25c1a T fastboot_okay
fff25c47 W fastboot_set_reboot_flag
fff25cac T fastboot_boot
fff25d1d T fastboot_handle_boot
fff25d66 T fastboot_set_progress_callback
fff25d6c T fastboot_init
fff25d98 T fastboot_getvar
fff25e3c t getvar_version
fff25e46 t getvar_version_bootloader
fff25e50 t getvar_downloadsize
fff25e6d t getvar_serialno
fff25e9c t getvar_version_baseband
fff25ea6 t getvar_product
fff25ed5 t getvar_platform
fff25f04 t getvar_current_slot
fff25f0e t getvar_has_slot
fff25fa0 t getvar_partition_size
fff25fe6 t getvar_is_userspace
fff25ff0 T fastboot_handle_command
fff260b3 T fastboot_data_remaining
fff260bf T fastboot_data_download
fff26146 T fastboot_data_complete
fff26192 t getvar
fff26197 t download
fff26222 t flash
fff26253 t erase
fff2627c t okay
fff26283 t reboot_bootloader
fff262b1 t reboot_fastbootd
fff262e0 t reboot_recovery
fff26311 t run_flashing_lock
fff26355 t run_flashing_unlock
fff263aa t ensure_device_is_unlocked
fff263d8 T fastboot_block_get_part_info
fff2646c T fastboot_block_erase
fff264d8 t fb_block_write
fff265f6 T fastboot_block_write_raw_image
fff266f4 T fastboot_block_write_sparse_image
fff26783 t fb_block_sparse_write
fff267a5 t fb_block_sparse_reserve
fff267ae T fastboot_block_flash_write
fff2682d T irq_snapshot_polarities
fff26841 T irq_first_device_type
fff2684f T write_acpi_tables
fff26b9a T qfw_read_entry
fff26c0e T acpi_get_rsdp_addr
fff26c43 T qfw_register
fff26caf t qfw_post_bind
fff26cb2 t qfw_get_bootflow
fff26cc3 t qfw_bootdev_bind
fff26cd8 t qfw_bootdev_hunt
fff26cf4 t qfw_pio_probe
fff26cf9 t qfw_pio_read_entry_io
fff26d1d t qfw_pio_read_entry_dma
fff26d32 T dm_rtc_get
fff26d45 T dm_rtc_set
fff26d59 T dm_rtc_reset
fff26d6d t rtc_mc146818_probe
fff26d8e t rtc_mc146818_get
fff26e88 t rtc_mc146818_set
fff26fa4 t rtc_mc146818_reset
fff26fcf t rtc_mc146818_read8
fff26feb t rtc_mc146818_write8
fff2700a T dm_rng_read
fff27027 T env_set_ulong
fff27041 T env_set_hex
fff2706d T env_get_hex
fff270a8 T env_get
fff27145 T eth_env_get_enetaddr
fff2717b T eth_env_set_enetaddr
fff271bd t env_get_from_linear
fff27283 T env_get_ulong
fff272a9 T env_get_yesno
fff272e9 T env_get_autostart
fff27300 T env_get_default
fff2733e T env_set_default
fff273d7 T env_set_default_vars
fff27410 T env_relocate
fff27429 T env_complete
fff275ae W arch_env_get_location
fff275ba W env_get_location
fff275bf T env_load
fff27665 t env_driver_lookup
fff276bc T env_init
fff27768 T env_attr_walk
fff27865 T env_attr_lookup
fff278cc t regex_callback
fff27a0c T env_flags_parse_vartype
fff27a52 T env_flags_parse_varaccess
fff27a9b T eth_validate_ethaddr_str
fff27b16 T env_flags_init
fff27bae t on_flags
fff27be9 T env_flags_validate
fff27e2b t clear_flags
fff27e35 t set_flags
fff27ea2 T env_callback_init
fff27f3b t find_env_callback
fff27f8c t on_callbacks
fff27fc7 t clear_callback
fff27fd1 t set_callback
fff28036 t env_nowhere_load
fff28055 t env_nowhere_init
fff28065 T fs_get_type
fff2806b T fs_set_blk_dev
fff280ef T fs_set_blk_dev_with_part
fff28168 T fs_close
fff2818e T fs_exists
fff281cf T fs_size
fff28210 T fs_read
fff28275 T fs_write
fff28318 T fs_opendir
fff28380 T fs_readdir
fff283e2 T fs_closedir
fff2842e T fs_unlink
fff2846f T fs_mkdir
fff284b0 T fs_ln
fff2850f T do_size
fff28591 T do_load
fff2894d T do_ls
fff289e2 T file_exists
fff28a38 T do_save
fff28b7a T do_fs_type
fff28c13 T do_rm
fff28c82 T do_mkdir
fff28d1d T do_ln
fff28d60 T do_fs_types
fff28dc8 t fs_ls_generic
fff28e78 t fs_ln_unsupported
fff28e7c t fs_probe_unsupported
fff28e80 t fs_ls_unsupported
fff28e84 t fs_exists_unsupported
fff28e87 t fs_size_unsupported
fff28e8b t fs_read_unsupported
fff28e8f t fs_write_unsupported
fff28e93 t fs_close_unsupported
fff28e94 t fs_uuid_unsupported
fff28e98 t fs_opendir_unsupported
fff28e9e t fs_unlink_unsupported
fff28ea2 t fs_mkdir_unsupported
fff28ea6 T fat_set_blk_dev
fff28f6f t disk_read
fff28faf T fat_next_cluster
fff2908a t get_fatent
fff291e0 T file_fat_detectfs
fff2929b t read_bootsectandvi
fff293b3 T fat_exists
fff29415 t fat_itr_root
fff295a6 t fat_itr_resolve
fff29706 T fat_size
fff297b0 T fat_read_file
fff29c0f T fat_opendir
fff29ca1 T fat_readdir
fff29d97 t fat_itr_next
fff29fec t fat2rtc
fff2a040 T fat_closedir
fff2a05c T fat_close
fff2a05d T fat_uuid
fff2a0b5 T file_fat_write_at
fff2a34e t split_filename
fff2a43a t normalize_longname
fff2a4e6 t find_directory_entry
fff2a54b t set_name
fff2a78d t fat_find_empty_dentries
fff2a919 t fill_dir_slot
fff2aae4 t fill_dentry
fff2ab3e t set_contents
fff2b65c t flush_dirty_fat_buffer
fff2b6da t flush_dir
fff2b770 T file_fat_write
fff2b795 T fat_unlink
fff2ba74 T fat_mkdir
fff2bdd6 t fat_itr_child
fff2be30 t get_cluster
fff2bfc2 t next_dent
fff2c013 t downcase
fff2c044 t str2fat
fff2c0a9 t fat_move_to_cluster
fff2c0ea t set_fatent_value
fff2c25b t clear_fatent
fff2c2bf t determine_fatent
fff2c2ee t disk_write
fff2c387 t set_sectors
fff2c4f3 t delete_single_dentry
fff2c526 T efi_driver_init
fff2c653 t efi_uc_init
fff2c656 t efi_uc_destroy
fff2c659 t efi_uc_supported
fff2c6f1 t efi_uc_start
fff2c79c t efi_uc_stop
fff2c890 t check_node_type
fff2c8e9 t disconnect_child
fff2c92b t efi_bl_read
fff2c97a t efi_bl_write
fff2c9c9 t efi_bl_init
fff2ca55 t efi_bl_bind
fff2cb75 T efi_bootmgr_load
fff2cd32 t try_load_entry
fff2d02c T efi_bootmgr_get_unused_bootoption
fff2d0b2 T efi_bootmgr_append_bootorder
fff2d140 T efi_bootmgr_delete_boot_option
fff2d22e T efi_bootmgr_update_media_device_boot_option
fff2d69c t try_load_from_file_path
fff2d73b T __efi_entry_check
fff2d751 T __efi_exit_check
fff2d75d T efi_save_gd
fff2d75e T efi_restore_gd
fff2d75f T efi_signal_event
fff2d7f1 t efi_queue_event
fff2d842 T efi_add_handle
fff2d866 T efi_create_handle
fff2d8ae T efi_search_protocol
fff2d911 T efi_search_obj
fff2d92f T efi_delete_handle
fff2d9bb t efi_purge_handle
fff2da30 T efi_create_event
fff2db3e T efi_timer_check
fff2dbc2 t efi_process_event_queue
fff2dc39 T efi_set_timer
fff2dcff T efi_add_protocol
fff2de2f T efi_register_protocol_notify
fff2deb8 T efi_install_configuration_table
fff2dfea T efi_setup_loaded_image
fff2e0f8 T efi_locate_device_path
fff2e212 T efi_locate_handle_buffer
fff2e248 T efi_load_image
fff2e629 T efi_close_protocol
fff2e6c1 T efi_locate_handle_buffer_int
fff2e75c t efi_locate_handle
fff2e894 T efi_install_multiple_protocol_interfaces
fff2e8ac t efi_install_multiple_protocol_interfaces_int
fff2e9bc T efi_uninstall_multiple_protocol_interfaces
fff2e9d4 t efi_uninstall_multiple_protocol_interfaces_int
fff2ea91 T efi_protocol_open
fff2ec13 t efi_disconnect_controller
fff2ee64 T efi_start_image
fff2ef61 t efi_open_protocol
fff2f05d T efi_unload_image
fff2f118 t efi_delete_image
fff2f18f T efi_handle_protocol
fff2f1b1 T efi_initialize_system_table
fff2f229 t efi_uninstall_protocol
fff2f333 t efi_disconnect_all_drivers
fff2f487 t efi_connect_controller
fff2f62a t efi_bind_controller
fff2f6d3 t efi_install_protocol_interface
fff2f726 t efi_uninstall_protocol_interface
fff2f753 t efi_raise_tpl
fff2f76d t efi_restore_tpl
fff2f798 t efi_allocate_pages_ext
fff2f7c5 t efi_free_pages_ext
fff2f7e9 t efi_get_memory_map_ext
fff2f81f t efi_allocate_pool_ext
fff2f843 t efi_free_pool_ext
fff2f85f t efi_create_event_ext
fff2f897 t efi_set_timer_ext
fff2f8c9 t efi_wait_for_event
fff2f98c t efi_signal_event_ext
fff2f9d9 t efi_close_event
fff2fac3 t efi_check_event
fff2fb23 t efi_reinstall_protocol_interface
fff2fb8a t efi_locate_handle_ext
fff2fbc1 t efi_install_configuration_table_ext
fff2fbe1 t efi_exit
fff2fcc0 t efi_exit_boot_services
fff2fe47 t efi_get_next_monotonic_count
fff2fe84 t efi_stall
fff2fecf t efi_set_watchdog_timer
fff2feeb t efi_close_protocol_ext
fff2ff18 t efi_open_protocol_information
fff2fff7 t efi_protocols_per_handle
fff300b3 t efi_locate_protocol
fff301a2 t efi_install_multiple_protocol_interfaces_ext
fff301c6 t efi_uninstall_multiple_protocol_interfaces_ext
fff301ea t efi_calculate_crc32
fff30233 t efi_copy_mem
fff30257 t efi_set_mem
fff3027c t efi_create_event_ex
fff302d9 t efi_update_exit_data
fff3032a T efi_get_dp_from_boot
fff303d0 T efi_link_dev
fff303e1 T efi_unlink_dev
fff30404 T efi_varname_is_load_option
fff3046b T efi_next_variable_name
fff304bf T efi_search_bootorder
fff30500 T efi_setup_console_size
fff306d8 t efi_cout_reset
fff30719 t efi_cout_output_string
fff30845 t efi_cout_test_string
fff30858 t efi_cout_query_mode
fff308b8 t efi_cout_set_mode
fff3090b t efi_cout_set_attribute
fff30965 t efi_cout_clear_screen
fff309af t efi_cout_set_cursor_position
fff30a20 t efi_cout_enable_cursor
fff30a5e t efi_cin_reset
fff30a88 t efi_cin_read_key_stroke
fff30ae0 T efi_console_register
fff30beb t efi_key_notify
fff30c00 t efi_console_timer_notify
fff30c15 T efi_console_get_u16_string
fff30d30 t efi_cin_empty_buffer
fff30d4e t term_get_char
fff30d86 t efi_cin_check
fff3101a t set_shift_mask
fff3106f t analyze_modifiers
fff310c9 t efi_cin_reset_ex
fff310f3 t efi_cin_read_key_stroke_ex
fff311cb t efi_cin_set_state
fff311e1 t efi_cin_register_key_notify
fff31266 t efi_cin_unregister_key_notify
fff312b8 T efi_dp_next
fff312d6 T efi_dp_shorten
fff3131a T efi_dp_find_obj
fff3134d t find_handle
fff3148b T efi_dp_last_node
fff314b0 T efi_dp_instance_size
fff314d9 T efi_dp_size
fff314f8 T efi_dp_dup
fff31543 T efi_dp_append
fff31558 t efi_dp_append_or_concatenate
fff3163c T efi_dp_concat
fff31651 T efi_dp_append_node
fff31704 T efi_dp_create_device_node
fff3173c T efi_dp_append_instance
fff317fd T efi_dp_get_next_instance
fff31889 T efi_dp_is_multi_instance
fff318b0 T efi_dp_from_part
fff31911 T efi_dp_part_node
fff3194b t dp_part_node
fff31a6f T efi_dp_from_file
fff31b65 T efi_dp_from_uart
fff31bb0 t dp_size
fff31c19 t dp_fill
fff31d3b T efi_dp_from_eth
fff31d79 T efi_dp_from_mem
fff31db8 T efi_dp_split_file_path
fff31e2f T efi_dp_from_name
fff31f67 T efi_dp_check_length
fff31faf T efi_dp_from_lo
fff32021 T efi_dp_str
fff3204a t efi_convert_device_path_to_text
fff320bf t efi_convert_device_node_to_text
fff32101 t efi_convert_single_device_node_to_text
fff3265f t efi_str_to_u16
fff32693 t get_device_path_size
fff326c0 t duplicate_device_path
fff326e2 t append_device_path
fff3270a t append_device_node
fff32732 t append_device_path_instance
fff3275a t get_next_device_path_instance
fff32782 t is_device_path_multi_instance
fff327a4 t create_device_node
fff327d3 T efi_carve_out_dt_rsv
fff328cb t efi_reserve_memory
fff32926 T efi_file_open_int
fff329a9 t file_open
fff32c06 T efi_file_size
fff32c9a T efi_file_read_int
fff32f35 T efi_file_setpos_int
fff32f8b t efi_get_file_size
fff32fc6 T efi_file_from_path
fff330fa T efi_create_simple_file_system
fff33144 t efi_open_volume
fff33179 t efi_create_file
fff3319e t is_dir
fff331bd t efi_file_open
fff33205 t efi_file_close
fff3322d t efi_file_delete
fff3327c t efi_file_read
fff332a8 t efi_file_write
fff332db t efi_file_getpos
fff33310 t efi_file_setpos
fff3333c t efi_file_getinfo
fff33530 t efi_file_setinfo
fff3363d t efi_file_flush
fff3366e t efi_file_open_ex
fff336d0 t efi_file_read_ex
fff3371d t efi_file_write_ex
fff3376d t efi_file_flush_ex
fff337b6 t efi_file_write_int
fff33848 t new_package_list
fff338eb t remove_package_list
fff33928 t update_package_list
fff339cd t list_package_lists
fff33a97 t export_package_lists
fff33ac5 t register_package_notify
fff33b06 t unregister_package_notify
fff33b1c t find_keyboard_layouts
fff33bbf t get_keyboard_layout
fff33c53 t set_keyboard_layout
fff33c75 t get_package_list_handle
fff33cb5 t new_string
fff33da2 t get_string
fff33e36 t set_string
fff33f2b t get_languages
fff33fea t get_secondary_languages
fff3405b t add_packages
fff34357 t free_packagelist
fff3438c t free_keyboard_layouts
fff343ce t remove_strings_package
fff3442f t remove_guid_package
fff34460 t remove_keyboard_package
fff34498 t language_match
fff344ce T efi_print_image_infos
fff345a2 W invalidate_icache_all
fff345a3 T efi_check_pe
fff345e1 T efi_load_pe
fff3491a t efi_set_code_and_data_type
fff34977 t efi_loader_relocate
fff34a3a T efi_set_load_options
fff34a6c T efi_deserialize_load_option
fff34af1 T efi_serialize_load_option
fff34ba6 T efi_add_memory_map
fff34be3 t efi_add_memory_map_pg
fff34eec T efi_allocate_pages
fff3510b t efi_check_allocated
fff35170 T efi_free_pages
fff351dd T efi_alloc_aligned_pages
fff35348 T efi_allocate_pool
fff353bd T efi_alloc
fff35417 T efi_free_pool
fff354a0 T efi_get_memory_map
fff3553d T efi_get_memory_map_alloc
fff355ad T efi_add_conventional_memory_map
fff35650 T efi_memory_init
fff356ca t efi_mem_sort
fff357af t efi_mem_cmp
fff357e3 T efi_root_node_register
fff35888 T efi_init_runtime_supported
fff358ce W efi_reset_system_init
fff358d1 t efi_get_time_boottime
fff359b0 t efi_set_time_boottime
fff359c6 t efi_set_virtual_address_map
fff35be7 t efi_reset_system_boottime
fff35c44 W allow_unaligned
fff35c45 T efi_init_early
fff35c78 T efi_init_obj_list
fff35e22 T efi_create_indexed_name
fff35e82 T efi_convert_string
fff35eb6 t efi_stri_coll
fff35f23 t efi_metai_match
fff35f49 t efi_str_lwr
fff35f81 t efi_str_upr
fff35fb9 t efi_fat_to_str
fff36008 t efi_str_to_fat
fff360d8 t metai_match
fff3623a T efi_get_variable
fff36286 T efi_set_variable
fff362ca T efi_get_next_variable_name
fff362f6 T efi_query_variable_info
fff36338 T efi_init_secure_state
fff36452 T efi_auth_var_get_type
fff364a5 T efi_get_var
fff3650c T efi_var_mem_init
fff365ac t efi_var_mem_notify_exit_boot_services
fff365fc T efi_var_collect
fff36797 T efi_var_to_file
fff36843 t efi_set_blk_dev_to_system_partition
fff368d0 T efi_var_restore
fff36a2d T efi_var_from_file
fff36b14 T efi_set_variable_int
fff36d38 T efi_query_variable_info_int
fff36d97 T efi_variables_boot_exit_notify
fff36dc9 T efi_init_variables
fff36dea T efi_set_watchdog
fff36e26 T efi_watchdog_register
fff36e6a t efi_watchdog_timer_notify
fff36e98 T efi_gop_register
fff3701d t gop_query_mode
fff3708d t gop_set_mode
fff37106 t gop_blt
fff37712 t gop_blt_video_fill
fff3781f T efi_disk_is_removable
fff37855 T efi_fs_from_path
fff378b9 T efi_disk_probe
fff37a9d T efi_disk_remove
fff37b2b T efi_disk_get_device_name
fff37bdf T efi_disks_register
fff37c11 t efi_disk_add_dev
fff37e6e t efi_disk_reset
fff37e81 t efi_disk_read_blocks
fff37f2c t efi_disk_write_blocks
fff37fe2 t efi_disk_flush_blocks
fff37ff5 t efi_disk_rw_blocks
fff380c6 T efi_net_register
fff3843c t efi_net_start
fff38488 t efi_net_stop
fff384cd t efi_net_initialize
fff3854d t efi_net_reset
fff385a7 t efi_net_shutdown
fff38607 t efi_net_receive_filters
fff3861d t efi_net_station_address
fff38633 t efi_net_statistics
fff38649 t efi_net_mcastiptomac
fff386d7 t efi_net_nvdata
fff386ed t efi_net_get_status
fff38762 t efi_net_transmit
fff38855 t efi_net_receive
fff389cb t efi_pxe_base_code_start
fff389d1 t efi_pxe_base_code_stop
fff389d7 t efi_pxe_base_code_dhcp
fff389dd t efi_pxe_base_code_discover
fff389e3 t efi_pxe_base_code_mtftp
fff389e9 t efi_pxe_base_code_udp_write
fff389ef t efi_pxe_base_code_udp_read
fff389f5 t efi_pxe_base_code_set_ip_filter
fff389fb t efi_pxe_base_code_arp
fff38a01 t efi_pxe_base_code_set_parameters
fff38a07 t efi_pxe_base_code_set_station_ip
fff38a0d t efi_pxe_base_code_set_packets
fff38a13 t efi_network_timer_notify
fff38a6d t efi_net_push
fff38ac6 T efi_acpi_register
fff38b89 T efi_smbios_register
fff38bf6 t install_smbios_table
fff38bf9 W platform_get_rng_device
fff38c27 T efi_rng_register
fff38ca9 t rng_getinfo
fff38d22 t getrng
fff38dc0 T efi_initrd_register
fff38e7f T efi_initrd_deregister
fff38ebe t efi_load_file2_initrd
fff39007 t find_image_node
fff3905f T binman_init
fff390a0 T console_read_unicode
fff3915b T utf8_get
fff39216 T utf8_put
fff392c0 T utf8_utf16_strnlen
fff39314 T utf8_utf16_strncpy
fff39372 T utf16_put
fff393d5 T utf16_get
fff3944a T utf16_strnlen
fff39494 T utf16_utf8_strnlen
fff39504 T utf16_utf8_strncpy
fff39561 T utf_to_lower
fff39595 T utf_to_upper
fff395c9 T u16_strncmp
fff395fb T u16_strsize
fff39614 T u16_strcpy
fff3963a T u16_strdup
fff3967b T u16_strlcat
fff396e4 T utf16_to_utf8
fff397d1 T utf_to_cp
fff3980e T write_smbios_table
fff39934 t smbios_write_type0
fff399fe t smbios_write_type1
fff39b25 t smbios_write_type2
fff39bf9 t smbios_write_type3
fff39c75 t smbios_write_type4
fff39d89 t smbios_write_type32
fff39dcf t smbios_write_type127
fff39dfb t smbios_add_string
fff39e6e t smbios_add_prop_si
fff39ec3 T write_sparse_image
fff3a5ea t default_log
fff3a5eb T initcall_run_list
fff3a68f T string_to_ip
fff3a702 T string_to_ip6
fff3a8ea T string_to_enetaddr
fff3a92b T compute_ip_checksum
fff3a96a T ip_checksum_ok
fff3a982 T list_sort
fff3ab13 t merge
fff3ab76 T acpi_find_table
fff3ac1d T inflate_fast
fff3b177 T inflate_table
fff3b5b4 T inflateReset
fff3b60c T inflateInit2_
fff3b6e0 T zcalloc
fff3b6ea T zcfree
fff3b6f1 T inflate
fff3cfc9 T adler32
fff3d233 T inflateEnd
fff3d27b T gzalloc
fff3d289 T gzfree
fff3d290 T gzip_parse_header
fff3d305 T gunzip
fff3d349 T zunzip
fff3d41c T ulz4fn
fff3d910 T avb_chain_partition_descriptor_validate_and_byteswap
fff3da4c T avb_sub_cmdline
fff3dc40 T avb_append_options
fff3df6d t cmdline_append_option
fff3e032 t cmdline_append_hex
fff3e06c T avb_new_cmdline_subst_list
fff3e076 T avb_free_cmdline_subst_list
fff3e0ab T avb_add_root_digest_substitution
fff3e13f t uint64_to_base10
fff3e195 T avb_get_algorithm_data
fff3e1a8 T avb_rsa_public_key_header_validate_and_byteswap
fff3e1d7 T avb_footer_validate_and_byteswap
fff3e2a4 T avb_hashtree_descriptor_validate_and_byteswap
fff3e450 T avb_property_descriptor_validate_and_byteswap
fff3e55d T avb_property_lookup
fff3e5c1 t property_lookup_desc_foreach
fff3e652 T avb_sha256_init
fff3e672 T avb_sha256_update
fff3e709 t SHA256_transform
fff3e8e1 T avb_sha256_final
fff3e9b9 T avb_slot_verify
fff3edc3 t load_and_verify_vbmeta
fff3fc7d t has_system_partition
fff3fd35 t avb_manage_hashtree_error_mode
fff3fee2 T avb_slot_verify_data_free
fff3ff98 T avb_slot_verify_data_calculate_vbmeta_digest
fff40088 t load_requested_partitions
fff40257 t load_and_verify_hash_partition
fff40725 t read_persistent_digest
fff409d2 t load_full_partition
fff40b82 T avb_be32toh
fff40b85 T avb_be64toh
fff40b90 T avb_safe_memcmp
fff40bb9 T avb_safe_add_to
fff40c0f T avb_basename
fff40c50 T avb_safe_add
fff40c79 T avb_validate_utf8
fff40ce2 T avb_str_concat
fff40da0 T avb_malloc
fff40de2 T avb_calloc
fff40e05 T avb_strdup
fff40e32 T avb_strstr
fff40e73 T avb_strv_find_str
fff40eb8 T avb_replace
fff4105d T avb_strdupv
fff41150 T avb_uppercase
fff4116f T avb_bin2hex
fff411bf T avb_version_string
fff411c5 T avb_descriptor_validate_and_byteswap
fff41229 T avb_descriptor_foreach
fff414b0 T avb_descriptor_get_all
fff4151f t count_descriptors
fff41524 t set_descriptors
fff41538 T avb_hash_descriptor_validate_and_byteswap
fff41674 T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff41760 T avb_rsa_verify
fff41bd4 t montMul
fff41cf5 T avb_sha512_init
fff41d21 T avb_sha512_update
fff41db8 t SHA512_transform
fff421c3 T avb_sha512_final
fff422a8 T avb_memcmp
fff422ad T avb_memcpy
fff422b2 T avb_memset
fff422b7 T avb_strcmp
fff422bc T avb_strncmp
fff422c1 T avb_strlen
fff422c6 T avb_abort
fff422ce T avb_printv
fff42305 T avb_malloc_
fff4230a T avb_free
fff4230f T avb_div_by_10
fff4233f T avb_vbmeta_image_verify
fff428e0 T avb_vbmeta_image_header_to_host_byte_order
fff42a02 T avb_vbmeta_verify_result_to_string
fff42a48 T addBootConfigParameters
fff42ade T addBootConfigTrailer
fff42b6c T fdt_ro_probe_
fff42bd4 T fdt_header_size
fff42c04 T fdt_check_header
fff42cf2 T fdt_offset_ptr
fff42d3f T fdt_next_tag
fff42e34 T fdt_check_node_offset_
fff42e6b T fdt_check_prop_offset_
fff42ea2 T fdt_next_node
fff42f4d T fdt_first_subnode
fff42f7b T fdt_next_subnode
fff42fb9 T fdt_find_string_
fff43002 T fdt_move
fff43043 T fdt_get_string
fff430f8 T fdt_get_mem_rsv
fff43145 t fdt_mem_rsv
fff4316e T fdt_num_mem_rsv
fff431a7 T fdt_subnode_offset_namelen
fff43265 T fdt_subnode_offset
fff4328d T fdt_path_offset_namelen
fff43357 T fdt_get_alias_namelen
fff433bf T fdt_path_offset
fff433dd T fdt_get_name
fff4344d T fdt_first_property_offset
fff4346e t nextprop_
fff434bb T fdt_next_property_offset
fff434dc t fdt_get_property_by_offset_
fff43514 T fdt_get_property_namelen
fff4354d t fdt_get_property_namelen_
fff435d8 T fdt_get_property
fff43609 T fdt_getprop_namelen
fff4365b T fdt_getprop_by_offset
fff436e1 T fdt_getprop
fff43712 T fdt_supernode_atdepth_offset
fff437a3 T fdt_parent_offset
fff437ec T fdt_stringlist_search
fff4388d T fdt_add_mem_rsv
fff438f6 t fdt_rw_probe_
fff43948 t fdt_splice_mem_rsv_
fff43999 T fdt_del_mem_rsv
fff439de t fdt_splice_struct_
fff43a1a T fdt_setprop_placeholder
fff43ace t fdt_add_property_
fff43bec T fdt_setprop
fff43c24 T fdt_add_subnode_namelen
fff43d0b T fdt_add_subnode
fff43d33 T fdt_open_into
fff43eb2 t fdt_blocks_misordered_
fff43eef t fdt_packblocks_
fff43f6d t fdt_splice_
fff43fdb T fdt_strerror
fff4400a T fdt_address_cells
fff44034 t fdt_cells
fff44071 T fdt_size_cells
fff4408e T fdtdec_get_int
fff440ba T fdtdec_get_srcname
fff440ce T fdtdec_get_addr_size_fixed
fff4416f T fdtdec_get_number
fff4418e T fdtdec_get_addr_size_auto_parent
fff441e5 T fdtdec_get_addr_size_auto_noparent
fff44225 T fdtdec_get_pci_bar32
fff44251 T fdtdec_get_is_enabled
fff44285 T fdtdec_get_alias_seq
fff44361 T fdtdec_get_alias_highest_id
fff44411 T fdtdec_get_chosen_prop
fff44441 t fdtdec_prepare_fdt
fff44482 T fdtdec_get_bool
fff444a0 T fdtdec_locate_byte_array
fff444c7 T fdt_get_resource
fff445c1 W fdtdec_board_setup
fff445c4 T fdtdec_setup
fff44635 T qsort
fff446f2 T strcmp_compar
fff446fb T hcreate_r
fff4477c T hdestroy_r
fff447de T hmatch_r
fff44857 T hsearch_r
fff44ca1 T hdelete_r
fff44d74 T hexport_r
fff45016 t cmpkey
fff45023 T himport_r
fff4532c t drop_var_from_set
fff45378 T hwalk_r
fff453b7 t match_string
fff45431 T display_options_get_banner_priv
fff454b9 T display_options_get_banner
fff454d2 T display_options
fff45543 T print_size
fff45687 T hexdump_line
fff457ca T print_buffer
fff45893 W __div64_32
fff459b3 T hang
fff459c2 T kmalloc
fff459f6 T strim
fff45a3a T lmb_dump_all
fff45a3b T arch_lmb_reserve_generic
fff45afa T lmb_reserve
fff45b1b T lmb_init_and_reserve
fff45b8e t lmb_reserve_common
fff45c4d T lmb_init_and_reserve_range
fff45ca0 T lmb_free
fff45e30 t lmb_remove_region
fff45e6d t lmb_add_region_flags
fff46234 T lmb_reserve_flags
fff46257 T lmb_alloc
fff46270 T lmb_alloc_base
fff462b7 T __lmb_alloc_base
fff46508 T lmb_alloc_addr
fff465d7 T lmb_get_free_size
fff466b1 W board_lmb_reserve
fff466b2 T slre_compile
fff467d0 t compile
fff46df3 T slre_match
fff46e64 t match
fff47186 t get_escape_char
fff471dc t quantifier
fff472a3 t relocate
fff472f2 t loop_greedy
fff4739c t loop_non_greedy
fff47402 T strncasecmp
fff4745a T strcasecmp
fff47462 T strcpy
fff47472 T strncpy
fff47488 T strlcpy
fff474ba T strlen
fff474ca T strcat
fff474e7 T strncat
fff47513 T strlcat
fff47541 T strnlen
fff4755e T strcmp
fff4757c T strncmp
fff475a0 T strchr
fff475b8 T strchrnul
fff475ca T strrchr
fff475ea T strdup
fff4761e T strsep
fff4766d T memcmp
fff4768f T strstr
fff476ea T memchr
fff47703 T table_compute_checksum
fff47715 T get_tbclk
fff47742 T get_ticks
fff4779c W timer_init
fff4779f T usec_to_tick
fff4780d T udelay
fff47833 T print_hex_dump
fff47839 T uuid_str_valid
fff4788a T uuid_guid_get_bin
fff478d2 T uuid_guid_get_str
fff47904 T uuid_str_to_bin
fff47a32 T uuid_bin_to_str
fff47ade T rand
fff47afe t panic_finish
fff47b24 T panic
fff47b3d T vsnprintf
fff47b57 t vsnprintf_internal
fff482fc T vscnprintf
fff4832a T snprintf
fff48351 T sprintf
fff48378 T printf
fff48390 T vprintf
fff483da T simple_itoa
fff48415 t string16
fff484e0 t string
fff48553 t number
fff487e0 t put_dec_trunc
fff488cf t put_dec
fff48a21 T simple_strtoul
fff48aa7 T hextoul
fff48ab1 T dectoul
fff48abb T strict_strtoul
fff48b1c T simple_strtol
fff48b38 T ustrtoul
fff48b9e T ustrtoull
fff48c0e T simple_strtoull
fff48c9c T trailing_strtoln_end
fff48cfd T trailing_strtoln
fff48d04 T trailing_strtol
fff48d0d T str_to_upper
fff48d3a T rtc_calc_weekday
fff48dee T arp_init
fff48e12 T arp_raw_request
fff48eae T arp_request
fff48f02 T arp_timeout_check
fff48f72 T arp_is_waiting
fff48f7d T arp_receive
fff49144 T bootp_reset
fff4916d T bootp_request
fff49415 t bootp_timeout_handler
fff49468 t bootp_handler
fff497c8 t eth_get_uclass_priv
fff497ee T eth_set_current_to_next
fff4981f T eth_get_dev
fff49870 T eth_set_dev
fff4989e T eth_get_dev_by_name
fff49957 T eth_get_ethaddr
fff49978 T eth_halt_state_only
fff49999 T eth_get_dev_index
fff499b6 t on_ethaddr
fff49a1e T eth_init
fff49aee T eth_halt
fff49b27 T eth_send
fff49b73 T eth_rx
fff49c06 T eth_initialize
fff49d4d t eth_write_hwaddr
fff49dd4 t eth_post_bind
fff49e14 t eth_pre_unbind
fff49e35 t eth_post_probe
fff49fd9 t eth_pre_remove
fff4a008 T eth_env_get_enetaddr_by_index
fff4a03c T eth_env_set_enetaddr_by_index
fff4a070 T eth_common_init
fff4a071 T eth_mac_skip
fff4a0aa T eth_current_changed
fff4a139 T eth_get_name
fff4a158 T eth_try_another
fff4a1b9 T eth_set_current
fff4a21c T ndisc_request
fff4a3a6 T ndisc_timeout_check
fff4a419 T ndisc_init
fff4a47f T process_ra
fff4a528 T ndisc_receive
fff4a7cf t on_ipaddr
fff4a7f1 t on_gatewayip
fff4a813 t on_netmask
fff4a835 t on_serverip
fff4a857 t on_nvlan
fff4a890 t on_vlan
fff4a8c9 T net_auto_load
fff4a91b t net_check_prereq
fff4aa6b T net_init
fff4aaef t net_init_loop
fff4ab5d T net_loop
fff4ae17 T net_start_again
fff4af19 T net_set_timeout_handler
fff4af5c t start_again_timeout_handler
fff4af67 T net_set_udp_handler
fff4af79 T net_get_udp_handler
fff4af7f t dummy_handler
fff4af80 T net_get_arp_handler
fff4af86 T net_get_async_tx_pkt_buf
fff4afa2 T net_send_udp_packet
fff4afc2 T net_send_ip_packet
fff4b112 T net_send_tcp_packet
fff4b147 T net_set_ether
fff4b1aa T net_set_udp_header
fff4b208 T net_set_ip_header
fff4b288 T net_process_received_packet
fff4b4e2 t receive_icmp
fff4b520 T net_eth_hdr_size
fff4b53d T net_update_ether
fff4b5a0 T copy_filename
fff4b5e2 T net_parse_bootfile
fff4b65a T ip_to_string
fff4b692 t on_ip6addr
fff4b70d t on_gatewayip6
fff4b73a t on_serverip6
fff4b767 T ip6_is_unspecified_addr
fff4b77a T ip6_is_our_addr
fff4b7b7 T ip6_make_eui
fff4b7e9 T ip6_make_lladdr
fff4b829 T ip6_make_snma
fff4b85f T ip6_make_mult_ethdstaddr
fff4b874 T ip6_addr_in_subnet
fff4b8ab T csum_partial
fff4b94d T csum_ipv6_magic
fff4b9d4 T ip6_add_hdr
fff4ba21 T udp6_add_hdr
fff4ba8f T net_send_ip_packet6
fff4bc1e T net_send_udp_packet6
fff4bc3e T net_send_tcp_packet6
fff4bc72 T net_ip6_handler
fff4be3d T ping_start
fff4bf03 t ping_timeout_handler
fff4bf19 T ping_receive
fff4c013 T ip6_make_ping
fff4c0d7 T ping6_send
fff4c14a T ping6_start
fff4c17a t ping6_timeout
fff4c190 T ping6_receive
fff4c1e2 T tftp_start
fff4c6a2 t tftp_timeout_handler
fff4c703 t tftp_handler
fff4caa0 t tftp_send
fff4ccba t update_block_number
fff4cda0 t tftp_complete
fff4ce75 T fastboot_udp_start_server
fff4cecf t fastboot_timed_send_info
fff4cfe4 t fastboot_handler
fff4d119 t fastboot_send
fff4d3e6 T fastboot_tcp_start_server
fff4d442 t fastboot_tcp_reset_state
fff4d4d7 t fastboot_tcp_handler_ipv4
fff4d4ef t fastboot_tcp_handler_ipv6
fff4d533 t fastboot_tcp_handler
fff4d8b6 t fastboot_tcp_reset
fff4d8de t fastboot_tcp_send_packet
fff4d938 t fastboot_tcp_answer
fff4d9a5 t fastboot_tcp_send_message
fff4da24 T udp_prereq
fff4da37 T udp_start
fff4da43 T tcp_set_tcp_state
fff4da57 T tcp_update_last_connection_data_frame_time
fff4da6a T tcp_set_tcp_handler
fff4da7c t dummy_handler
fff4da7d T tcp_set_pseudo_header
fff4dadf T net_set_ack_options
fff4db76 T tcp_sent_state_machine
fff4dbe2 T net_set_tcp_header_common
fff4dcbc T net_set_tcp_header
fff4dd39 T tcp_hole
fff4de55 T tcp_parse_options
fff4de82 T tcp_state_machine
fff4e121 T rxhand_tcp_f
fff4e2a6 T net_set_tcp_handler6
fff4e2b8 t dummy_handler
fff4e2b9 T net_set_tcp_header6
fff4e346 T rxhand_tcp6
fff4e489 T __udivdi3
fff4e4a1 t _64bit_divide
fff4e5c1 T __umoddi3
fff4e5f8 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff4e608 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff4e618 d _u_boot_list_2_cmd_2_ab_select
fff4e618 d complete_cmdv.start
fff4e618 d complete_cmdv.start.17
fff4e618 d do_help.start
fff4e618 d do_help.start.6
fff4e618 d find_cmd.start
fff4e618 d find_cmd.start.2
fff4e634 d _u_boot_list_2_cmd_2_acpi
fff4e650 d _u_boot_list_2_cmd_2_avb
fff4e66c d _u_boot_list_2_cmd_2_bcb
fff4e688 d _u_boot_list_2_cmd_2_boot
fff4e6a4 d _u_boot_list_2_cmd_2_boot_android
fff4e6c0 d _u_boot_list_2_cmd_2_bootd
fff4e6dc d _u_boot_list_2_cmd_2_bootefi
fff4e6f8 d _u_boot_list_2_cmd_2_bootm
fff4e714 d _u_boot_list_2_cmd_2_bootp
fff4e730 d _u_boot_list_2_cmd_2_bootz
fff4e74c d _u_boot_list_2_cmd_2_cls
fff4e768 d _u_boot_list_2_cmd_2_date
fff4e784 d _u_boot_list_2_cmd_2_dm
fff4e7a0 d _u_boot_list_2_cmd_2_echo
fff4e7bc d _u_boot_list_2_cmd_2_eficonfig
fff4e7d8 d _u_boot_list_2_cmd_2_efidebug
fff4e7f4 d _u_boot_list_2_cmd_2_env
fff4e810 d _u_boot_list_2_cmd_2_exit
fff4e82c d _u_boot_list_2_cmd_2_false
fff4e848 d _u_boot_list_2_cmd_2_fastboot
fff4e864 d _u_boot_list_2_cmd_2_fatinfo
fff4e880 d _u_boot_list_2_cmd_2_fatload
fff4e89c d _u_boot_list_2_cmd_2_fatls
fff4e8b8 d _u_boot_list_2_cmd_2_fatmkdir
fff4e8d4 d _u_boot_list_2_cmd_2_fatrm
fff4e8f0 d _u_boot_list_2_cmd_2_fatsize
fff4e90c d _u_boot_list_2_cmd_2_fatwrite
fff4e928 d _u_boot_list_2_cmd_2_fstype
fff4e944 d _u_boot_list_2_cmd_2_fstypes
fff4e960 d _u_boot_list_2_cmd_2_gpt
fff4e97c d _u_boot_list_2_cmd_2_help
fff4e998 d _u_boot_list_2_cmd_2_itest
fff4e9b4 d _u_boot_list_2_cmd_2_lcdputs
fff4e9d0 d _u_boot_list_2_cmd_2_ln
fff4e9ec d _u_boot_list_2_cmd_2_load
fff4ea08 d _u_boot_list_2_cmd_2_ls
fff4ea24 d _u_boot_list_2_cmd_2_mtrr
fff4ea40 d _u_boot_list_2_cmd_2_net
fff4ea5c d _u_boot_list_2_cmd_2_panic
fff4ea78 d _u_boot_list_2_cmd_2_part
fff4ea94 d _u_boot_list_2_cmd_2_ping
fff4eab0 d _u_boot_list_2_cmd_2_ping6
fff4eacc d _u_boot_list_2_cmd_2_printenv
fff4eae8 d _u_boot_list_2_cmd_2_question_mark
fff4eb04 d _u_boot_list_2_cmd_2_read
fff4eb20 d _u_boot_list_2_cmd_2_reset
fff4eb3c d _u_boot_list_2_cmd_2_run
fff4eb58 d _u_boot_list_2_cmd_2_save
fff4eb74 d _u_boot_list_2_cmd_2_setcurs
fff4eb90 d _u_boot_list_2_cmd_2_setenv
fff4ebac d _u_boot_list_2_cmd_2_setexpr
fff4ebc8 d _u_boot_list_2_cmd_2_showvar
fff4ebe4 d _u_boot_list_2_cmd_2_size
fff4ec00 d _u_boot_list_2_cmd_2_sleep
fff4ec1c d _u_boot_list_2_cmd_2_source
fff4ec38 d _u_boot_list_2_cmd_2_test
fff4ec54 d _u_boot_list_2_cmd_2_tftpboot
fff4ec70 d _u_boot_list_2_cmd_2_true
fff4ec8c d _u_boot_list_2_cmd_2_verified_boot_android
fff4eca8 d _u_boot_list_2_cmd_2_version
fff4ecc4 d _u_boot_list_2_cmd_2_virtio
fff4ece0 d _u_boot_list_2_cmd_2_zboot
fff4ecfc d complete_cmdv.end
fff4ecfc d do_help.end
fff4ecfc d find_cmd.end
fff4ed00 d _u_boot_list_2_driver_2_blk_partition
fff4ed00 d dm_dump_driver_compat.start
fff4ed00 d dm_dump_driver_compat.start.3
fff4ed00 d dm_dump_drivers.start
fff4ed00 d dm_dump_drivers.start.11
fff4ed00 d efi_driver_init.start
fff4ed00 d lists_bind_fdt.start
fff4ed00 d lists_bind_fdt.start.3
fff4ed00 d lists_driver_lookup_name.start
fff4ed00 d lists_driver_lookup_name.start.1
fff4ed44 d _u_boot_list_2_driver_2_bootmeth_qfw
fff4ed88 d _u_boot_list_2_driver_2_cpu_bus
fff4edcc d _u_boot_list_2_driver_2_cpu_qemu_drv
fff4ee10 d _u_boot_list_2_driver_2_cpu_x86_drv
fff4ee54 d _u_boot_list_2_driver_2_efi_blk
fff4ee98 d _u_boot_list_2_driver_2_efi_block
fff4eedc d _u_boot_list_2_driver_2_generic_syscon
fff4ef20 d _u_boot_list_2_driver_2_irq_router_drv
fff4ef64 d _u_boot_list_2_driver_2_motorola_mc146818
fff4efa8 d _u_boot_list_2_driver_2_ns16550_serial
fff4efec d _u_boot_list_2_driver_2_pch7_drv
fff4f030 d _u_boot_list_2_driver_2_pch9_drv
fff4f074 d _u_boot_list_2_driver_2_pci_bridge_drv
fff4f0b8 d _u_boot_list_2_driver_2_pci_generic_drv
fff4f0fc d _u_boot_list_2_driver_2_pci_x86
fff4f140 d _u_boot_list_2_driver_2_qfw_bootdev
fff4f184 d _u_boot_list_2_driver_2_qfw_pio
fff4f1c8 d _u_boot_list_2_driver_2_root_driver
fff4f20c d _u_boot_list_2_driver_2_sysinfo_smbios
fff4f250 d _u_boot_list_2_driver_2_vidconsole_normal
fff4f294 d _u_boot_list_2_driver_2_virtio_blk
fff4f2d8 d _u_boot_list_2_driver_2_virtio_bootdev
fff4f31c d _u_boot_list_2_driver_2_virtio_console
fff4f360 d _u_boot_list_2_driver_2_virtio_net
fff4f3a4 d _u_boot_list_2_driver_2_virtio_pci_modern
fff4f3e8 d _u_boot_list_2_driver_2_x86_reset
fff4f42c d _u_boot_list_2_driver_2_x86_tsc_timer
fff4f470 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4f470 d bind_drivers_pass.start
fff4f470 d bind_drivers_pass.start.15
fff4f470 d dm_dump_driver_compat.end
fff4f470 d dm_dump_drivers.end
fff4f470 d dm_dump_static_driver_info.start
fff4f470 d dm_dump_static_driver_info.start.19
fff4f470 d efi_driver_init.end
fff4f470 d lists_bind_fdt.end
fff4f470 d lists_driver_lookup_name.end
fff4f478 d _u_boot_list_2_env_clbk_2_baudrate
fff4f478 d bind_drivers_pass.end
fff4f478 d dm_dump_static_driver_info.end
fff4f478 d find_env_callback.start
fff4f478 d find_env_callback.start.3
fff4f480 d _u_boot_list_2_env_clbk_2_callbacks
fff4f488 d _u_boot_list_2_env_clbk_2_console
fff4f490 d _u_boot_list_2_env_clbk_2_ethaddr
fff4f498 d _u_boot_list_2_env_clbk_2_flags
fff4f4a0 d _u_boot_list_2_env_clbk_2_gatewayip
fff4f4a8 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4f4b0 d _u_boot_list_2_env_clbk_2_ip6addr
fff4f4b8 d _u_boot_list_2_env_clbk_2_ipaddr
fff4f4c0 d _u_boot_list_2_env_clbk_2_loadaddr
fff4f4c8 d _u_boot_list_2_env_clbk_2_netmask
fff4f4d0 d _u_boot_list_2_env_clbk_2_nvlan
fff4f4d8 d _u_boot_list_2_env_clbk_2_serverip
fff4f4e0 d _u_boot_list_2_env_clbk_2_serverip6
fff4f4e8 d _u_boot_list_2_env_clbk_2_vlan
fff4f4f0 d _env_driver_lookup.start
fff4f4f0 d _env_driver_lookup.start.11
fff4f4f0 d _u_boot_list_2_env_driver_2_nowhere
fff4f4f0 d env_select.start
fff4f4f0 d env_select.start.8
fff4f4f0 d find_env_callback.end
fff4f508 d _env_driver_lookup.end
fff4f508 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
fff4f508 d env_select.end
fff4f508 d event_show_spy_list.start
fff4f508 d event_show_spy_list.start.4
fff4f508 d notify_static.start
fff4f508 d notify_static.start.11
fff4f510 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_last_stage_init
fff4f518 d _u_boot_list_2_log_driver_2_console
fff4f518 d event_show_spy_list.end
fff4f518 d fit_loadable_process.start
fff4f518 d fit_loadable_process.start.27
fff4f518 d log_init.start
fff4f518 d log_init.start.6
fff4f518 d notify_static.end
fff4f524 d log_init.end
fff4f528 d _u_boot_list_2_part_driver_2_a_efi
fff4f528 d do_part_types.start
fff4f528 d do_part_types.start.20
fff4f528 d part_driver_get_count.start
fff4f528 d part_driver_get_first.start
fff4f528 d part_driver_get_type.start
fff4f528 d part_driver_get_type.start.62
fff4f528 d part_driver_lookup_type.start
fff4f528 d part_driver_lookup_type.start.46
fff4f528 d part_get_type_by_name.start
fff4f528 d part_get_type_by_name.start.1
fff4f528 d part_init.start
fff4f528 d part_init.start.20
fff4f540 d _u_boot_list_2_part_driver_2_dos
fff4f558 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4f558 d do_part_types.end
fff4f558 d part_driver_get_count.end
fff4f558 d part_driver_get_type.end
fff4f558 d part_driver_lookup_type.end
fff4f558 d part_get_type_by_name.end
fff4f558 d part_init.end
fff4f558 d pci_find_and_bind_driver.start
fff4f558 d pci_find_and_bind_driver.start.15
fff4f560 d _u_boot_list_2_uclass_driver_2_backlight
fff4f560 d lists_uclass_lookup.start
fff4f560 d lists_uclass_lookup.start.2
fff4f560 d pci_find_and_bind_driver.end
fff4f5a8 d _u_boot_list_2_uclass_driver_2_blk
fff4f5f0 d _u_boot_list_2_uclass_driver_2_cpu
fff4f638 d _u_boot_list_2_uclass_driver_2_efi
fff4f680 d _u_boot_list_2_uclass_driver_2_ethernet
fff4f6c8 d _u_boot_list_2_uclass_driver_2_irq
fff4f710 d _u_boot_list_2_uclass_driver_2_lpc
fff4f758 d _u_boot_list_2_uclass_driver_2_nop
fff4f7a0 d _u_boot_list_2_uclass_driver_2_northbridge
fff4f7e8 d _u_boot_list_2_uclass_driver_2_panel
fff4f830 d _u_boot_list_2_uclass_driver_2_partition
fff4f878 d _u_boot_list_2_uclass_driver_2_pch
fff4f8c0 d _u_boot_list_2_uclass_driver_2_pci
fff4f908 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4f950 d _u_boot_list_2_uclass_driver_2_qfw
fff4f998 d _u_boot_list_2_uclass_driver_2_rng
fff4f9e0 d _u_boot_list_2_uclass_driver_2_root
fff4fa28 d _u_boot_list_2_uclass_driver_2_rtc
fff4fa70 d _u_boot_list_2_uclass_driver_2_serial
fff4fab8 d _u_boot_list_2_uclass_driver_2_syscon
fff4fb00 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4fb48 d _u_boot_list_2_uclass_driver_2_sysreset
fff4fb90 d _u_boot_list_2_uclass_driver_2_timer
fff4fbd8 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4fc20 d _u_boot_list_2_uclass_driver_2_video
fff4fc68 d _u_boot_list_2_uclass_driver_2_virtio
fff4fcb0 R __splash_u_boot_logo_begin
fff4fcb0 d lists_uclass_lookup.end
fff517c4 R __splash_u_boot_logo_end
fff517d8 r sha512_h0
fff51818 r sha512_k
fff51b10 r acpi_guid
fff51b58 r avb_pubkey_size
fff51b7c r baudrate_table
fff51bc0 r blk_part_ops
fff51bd4 r block_io_disk_template
fff51bf0 r boot_os
fff51c38 r bootloader_id
fff51d24 r color
fff51d64 r colours
fff51e24 r commands
fff51ee8 r cpu_qemu_ids
fff51ef8 r cpu_qemu_ops
fff51f0c r cpu_x86_ids
fff51f1c r cpu_x86_ops
fff51f98 r env_flags_varaccess_mask
fff51fc8 r .Lswitch.table.cli_ch_process
fff51fe8 r LZ4_decompress_generic.inc32table
fff52008 r LZ4_decompress_generic.dec64table
fff52028 r sha256_h0
fff520d4 r driver_ops
fff520e4 r e820_type_name
fff5210c r efi_blk_ops
fff52120 r efi_block_io_guid
fff5227c r efi_device_path_to_text
fff52284 r efi_device_path_utilities
fff522a4 r efi_file_handle_protocol
fff522e4 r efi_file_info_guid
fff522f4 r efi_file_system_info_guid
fff52304 r efi_global_variable_guid
fff52314 r efi_gop_guid
fff52324 r efi_guid_bootmenu_auto_generated
fff52334 r efi_guid_device_path
fff52344 r efi_guid_device_path_to_text_protocol
fff52354 r efi_guid_device_path_utilities_protocol
fff52364 r efi_guid_driver_binding_protocol
fff52374 r efi_guid_event_group_before_exit_boot_services
fff52384 r efi_guid_event_group_exit_boot_services
fff52394 r efi_guid_event_group_memory_map_change
fff523a4 r efi_guid_event_group_reset_system
fff523b4 r efi_guid_fdt
fff523c4 r efi_guid_hii_database_protocol
fff523d4 r efi_guid_hii_string_protocol
fff523e4 r efi_guid_image_security_database
fff523f4 r efi_guid_load_file2_protocol
fff52404 r efi_guid_load_file_protocol
fff52414 r efi_guid_loaded_image
fff52424 r efi_guid_loaded_image_device_path
fff52434 r efi_guid_rng_protocol
fff52444 r efi_guid_text_input_ex_protocol
fff52454 r efi_guid_text_input_protocol
fff52464 r efi_guid_text_output_protocol
fff52474 r efi_guid_unicode_collation_protocol2
fff52484 r efi_hii_database
fff524b0 r efi_hii_string
fff524c4 r efi_lf2_initrd_guid
fff524d4 r efi_lf2_protocol
fff52504 r efi_mem_attrs
fff525ac r efi_mem_type_string
fff525e8 r efi_net_guid
fff525f8 r efi_pxe_base_code_protocol_guid
fff52608 r efi_rng_protocol
fff52610 r efi_rt_properties_table_guid
fff52620 r efi_simple_file_system_protocol_guid
fff52630 r efi_system_partition_guid
fff52640 r efi_system_volume_label_id
fff52650 r efi_u_boot_guid
fff52660 r efi_unicode_collation_protocol2
fff526c4 r exceptions
fff52744 r fastboot_boot.bootm_args
fff52760 r fastboot_set_reboot_flag.commands
fff52770 r fastboot_set_reboot_flag.recovery
fff52790 r fdt_errtable
fff52804 r fdt_src_name
fff52818 r feature
fff5281c r feature
fff52820 r feature_legacy
fff52824 r fields
fff52834 r fixed_mtrrs
fff52860 r freq_desc_tables
fff52978 r fstypes
fff52a00 r generic_syscon_ids
fff52a48 r getvar_dispatch
fff52b3c r init_sequence_f
fff52c0c r init_sequence_f_r
fff52c14 r irq_router_ids
fff52c24 r list_guid
fff53044 r log_cat_name
fff53084 r log_level_name
fff530ac r maintenance_menu_items
fff53130 r month_offset
fff53160 r mtrr_type_name
fff5317c r name_type
fff53260 r ns16550_serial_ids
fff53290 r ns16550_serial_ops
fff532b4 r op_adv
fff533b4 r op_table
fff53434 r partition_basic_data_guid
fff53444 r pch7_ids
fff53454 r pch7_ops
fff53468 r pch9_ids
fff53478 r pch9_ops
fff5348c r pci_bridge_ids
fff5349c r pci_bridge_ops
fff534a4 r pci_generic_ids
fff534b4 r pci_x86_ids
fff534c4 r pci_x86_ops
fff534cc r qfw_bootdev_ids
fff534dc r qfw_bootmeth_ids
fff534ec r reserved_list
fff53570 r rtc_mc146818_ids
fff53580 r rtc_mc146818_ops
fff535ac r sha256_k
fff536ac r shim_lock_guid
fff536bc r smbios_guid
fff536cc r smbios_write_funcs
fff53704 r sysinfo_smbios_ids
fff53714 r sysinfo_smbios_ops
fff53728 r system_guid
fff53738 r table_list
fff537c8 r tsc_timer_ids
fff537d8 r tsc_timer_ops
fff537dc r uclass_idname_str
fff5384c r uimage_comp
fff538ac r uimage_os
fff53948 r uimage_type
fff53bfc r virtio_blk_ops
fff53c10 r virtio_bootdev_ids
fff53c20 r virtio_console_serial_ops
fff53c44 r virtio_drv_name
fff53c58 r virtio_net_ops
fff53ca8 r virtio_pci_ops
fff53d4c r weekdays
fff53d78 r x86_sysreset_ids
fff53d88 r x86_vendor_name
fff53db4 r x86_vendors
fff53e3c r END
fff53e40 r capitalization_table
fff54d10 r codepage_437
fff54e10 r distfix
fff54e90 r dp_lf2_handle
fff54ea8 r inflate.order
fff54ece r inflate_table.dbase
fff54f0e r inflate_table.dext
fff54f4e r inflate_table.lbase
fff54f8c r inflate_table.lext
fff54fca r lenfix
fff55954 r LONG_ONLY_CHARS
fff5595b r _ctype
fff55a5b r acpi_help_text
fff55b12 r android_bootloader_boot_flow.km_name
fff55b23 r avb_pubkey
fff55f2c r bootefi_help_text
fff5603d r bootm_help_text
fff563cb r bootz_help_text
fff565d3 r number.digits
fff565e3 r default_environment
fff5678d r dm_help_text
fff5690f r efidebug_help_text
fff56cb2 r env_flags_varaccess_rep
fff56cb7 r env_flags_vartype_rep
fff56cbe r env_help_text
fff56e8c r erase_seq
fff56e90 r extract_keymint_relevant_data.boot_patchlevel_key
fff56eb6 r extract_keymint_relevant_data.system_patchlevel_key
fff56ede r extract_keymint_relevant_data.system_version_key
fff56f02 r extract_keymint_relevant_data.vendor_patchlevel_key
fff56f2a r hex_asc
fff56f3b r illegal
fff56f4c r net_bcast_ethaddr
fff56f52 r net_null_addr_ip6
fff56f62 r net_null_ethaddr
fff56f68 r padding_RSA2048_SHA256
fff57048 r padding_RSA2048_SHA512
fff57108 r padding_RSA4096_SHA256
fff572e8 r padding_RSA4096_SHA512
fff574a8 r padding_RSA8192_SHA256
fff57888 r padding_RSA8192_SHA512
fff57c48 r print_size.names
fff57c4e r sep
fff57c5f r source_help_text
fff57c87 r spc
fff60aad r .L.str.8
fff60b09 r .L.str.17
fff60b0e r .L.str.18
fff67fff r tab_seq
fff68008 r version_string
fff68080 d mp_steps
fff68100 D gdt64
fff68100 d gdt
fff68130 d gdt_end
fff68130 d load_flags
fff68150 d xload_flags
fff68178 d zboot_subcmds
fff68220 d qfw_bootmeth_ops
fff68238 d image_load_addr
fff6823c d cmd_bootm_sub
fff68338 d acpi_subcmds
fff683a8 d partition
fff683ac d cmd_bcb_sub
fff68454 d default_tm
fff68478 d dm_subcmds
fff68520 d cmd_efidebug_sub
fff68600 d cmd_efidebug_boot_sub
fff6868c d cmd_efidebug_test_sub
fff686a8 d eficonfig_menu_desc
fff686ac d select_file_menu_items
fff686d0 d cmd_net
fff68708 d fastboot_help_text
fff687c4 d cmd_avb
fff688c0 d env_id
fff688c4 d cmd_env_sub
fff68988 d init_sequence_r
fff68a10 d hist_cur
fff68a14 d av_
fff68e1c d trim_threshold
fff68e20 d sbrk_base
fff68e24 d _stats
fff68e38 d block_cache
fff68e40 d root_info
fff68e48 d x86_sysreset_ops
fff68e54 d virtio_pci_supported
fff69570 d console_ops
fff695a4 d fonts
fff695d4 d video_fontdata_8x16
fff6a5d4 d qfw_bootdev_ops
fff6a5d8 d qfw_pio_ops
fff6a5e0 d env_htab
fff6a5f0 d efi_obj_list
fff6a5f8 d entry_count
fff6a5fc d efi_register_notify_events
fff6a604 d efi_boot_services
fff6a6cc d efi_event_queue
fff6a6d4 d efi_tpl
fff6a6d8 d efi_cout_modes
fff6a6fc d efi_con_mode
fff6a714 d efi_con_out
fff6a73c d efi_con_in
fff6a748 d efi_con_in_ex
fff6a760 d cin_notify_functions
fff6a768 d efi_package_lists
fff6a770 d efi_keyboard_layout_list
fff6a778 d efi_mem
fff6a780 d efi_obj_list_initialized
fff6a784 d efi_system_partition
fff6a790 d algorithm_data
fff6a7e4 d y
fff6a7e8 d net_our_vlan
fff6a7ea d net_native_vlan
fff6a7ec d tftp_timeout_count_max
fff6a7f0 d tftp_block_size_option
fff6a7f2 d tftp_window_size_option
fff6a7f4 d timeout_ms
fff6a7f8 d timeout_count_max
fff6a7fc d tftp_block_size
fff6a7fe d sequence_number
fff6a800 d fastboot_send.cmd
fff6a814 d _GLOBAL_OFFSET_TABLE_
fff6a814 d __efi_runtime_rel_start
fff6a974 A __data_end
fff6a974 A __init_end
fff6a974 d __efi_runtime_rel_stop
fff6a984 A __rel_dyn_start
fff6a984 B __bss_start
fff6a984 b i440fx
fff6a988 b ap_callbacks
fff6a98c b mp_info.0
fff6a990 b mp_info.1
fff6a994 b load_sipi_vector.msr_save
fff6aba0 b idt
fff6b3a0 b idt_ptr
fff6b3a8 b irq_handlers
fff6b468 b spurious_irq_cnt
fff6b46c b isa_irq_occupied
fff6b47c b state
fff6b498 b images
fff6b7ec b get_console.console
fff6b7f0 b block
fff6b7f4 b partition_data
fff6b8c0 b bcb
fff6c0c0 b image_addr
fff6c0c4 b image_size
fff6c0c8 b bootefi_device_path
fff6c0cc b bootefi_image_path
fff6c0d0 b avail_row
fff6c0d4 b eficonfig_init.init
fff6c0d8 b cin
fff6c0dc b cout
fff6c0e0 b virtio_curr_dev
fff6c0e4 b avb_ops
fff6c0e8 b top_vars
fff6c0ec b last_return_code
fff6c0f0 b get_dollar_var.buf
fff6c118 b flag_repeat
fff6c11c b ifs
fff6c120 b map
fff6c220 b do_repeat
fff6c221 b get_user_input.the_command
fff6c424 b stored_bootdelay
fff6c428 b monitor_flash_len
fff6c42c b hist_num
fff6c430 b hist_max
fff6c434 b hist_add_idx
fff6c438 b hist_list
fff6c488 b console_buffer
fff6c68c b cli_readline_into_buffer.initted
fff6c68d b hist_lines
fff6eea4 b ctrlc_disabled
fff6eea8 b ctrlc_was_pressed
fff6eeac b console_devices
fff6eeb8 b cd_count
fff6eec4 b tstcdev
fff6eec8 b mem_malloc_start
fff6eecc b mem_malloc_end
fff6eed0 b mem_malloc_brk
fff6eed4 b top_pad
fff6eed8 b current_mallinfo.0
fff6eedc b max_sbrked_mem
fff6eee0 b max_total_mem
fff6eee4 b stdio_devices
fff6eef0 b devs
fff6ef40 b env_complete_buf
fff6f140 b tmp_buf
fff6f341 b print_efiname.name
fff6f366 b mode_info
fff6f46c b virtio_bootdev_ops
fff6f470 b virtio_pci_bind.num_devs
fff6f474 b fastboot_progress_callback
fff6f478 b fastboot_boot.boot_addr_start
fff6f48c b fastboot_buf_addr
fff6f490 b fastboot_buf_size
fff6f494 b fastboot_bytes_expected
fff6f498 b fastboot_bytes_received
fff6f49c b image_size
fff6f4a0 b first_call
fff6f4a4 b flags_list
fff6f4a8 b first_call
fff6f4ac b callback_list
fff6f4b0 b fs_type
fff6f4b4 b fs_dev_desc
fff6f4b8 b fs_partition
fff6f55c b fs_dev_part
fff6f560 b cur_dev
fff6f568 b cur_part_info
fff6f60c b total_sector
fff6f610 b get_set_cluster.tmpbuf_cluster
fff6f614 b bs
fff6f618 b rs
fff6f61c b timers_enabled
fff6f620 b current_image
fff6f624 b efi_st_keep_devices
fff6f628 b efi_get_next_monotonic_count.mono
fff6f630 b uart_obj
fff6f648 b console_timer_event
fff6f64c b key_available
fff6f650 b next_key
fff6f65c b efi_memory_map_key
fff6f660 b efi_root
fff6f664 b watchdog_timer_event
fff6f668 b dhcp_ack
fff6f66c b netobj
fff6f670 b transmit_buffer
fff6f674 b receive_buffer
fff6f678 b receive_lengths
fff6f67c b wait_for_packet
fff6f680 b network_timer_event
fff6f684 b rx_packet_num
fff6f688 b new_tx_packet
fff6f68c b rx_packet_idx
fff6f690 b efi_initrd_handle
fff6f694 b binman
fff6f698 b errno
fff6f69c b local_toa
fff6f6b4 b arp_wait_packet_ethaddr
fff6f6b8 b net_arp_wait_packet_ip
fff6f6bc b net_arp_wait_reply_ip.0
fff6f6c0 b arp_wait_tx_packet_size
fff6f6c4 b arp_tx_packet_buf
fff6fd04 b arp_tx_packet
fff6fd08 b arp_wait_timer_start
fff6fd0c b arp_wait_try
fff6fd10 b net_nis_domain
fff6fd30 b net_hostname
fff6fd50 b net_root_path
fff6fd90 b bootp_num_ids
fff6fd94 b bootp_try
fff6fd98 b bootp_start
fff6fd9c b bootp_timeout
fff6fda0 b time_taken_max
fff6fda4 b bootp_ids
fff6fdb4 b eth_errno
fff6fdb8 b eth_try_another.first_failed
fff6fdbc b eth_set_current.act
fff6fdc0 b eth_set_current.env_changed_id
fff6fdc4 b net_nd_sol_packet_ip6
fff6fdd4 b net_nd_timer_start
fff6fdd8 b net_nd_try
fff6fddc b net_nd_packet_mac_out
fff6fde0 b net_nd_tx_packet
fff6fde4 b net_nd_tx_packet_size
fff6fde8 b net_nd_packet_buf
fff70428 b net_nd_rep_packet_ip6
fff70438 b push_packet
fff7043c b net_init.first_call
fff7043d b net_pkt_buf
fff72280 b net_tx_packet
fff72284 b net_rx_packets
fff72294 b net_state
fff72298 b net_restarted
fff7229c b net_dev_exists
fff722a0 b net_try_count
fff722a4 b net_boot_file_size
fff722a8 b net_ip
fff722ac b time_start
fff722b0 b time_handler
fff722b4 b time_delta
fff722b8 b net_restart_wrap
fff722bc b udp_packet_handler
fff722c0 b arp_packet_handler
fff722c4 b net_server_ethaddr
fff722cc b net_server_ip
fff722d0 b net_rx_packet
fff722d4 b net_rx_packet_len
fff722d8 b net_ethaddr
fff722e0 b net_ip_id
fff722e4 b net_boot_file_name
fff726e4 b net_netmask
fff726e8 b net_gateway
fff726ec b net_dns_server
fff726f0 b net_boot_file_name_explicit
fff726f4 b net_boot_file_expected_size_in_blocks
fff726f8 b net_gateway6
fff72708 b net_ip6
fff72718 b net_link_local_ip6
fff72728 b net_server_ip6
fff72738 b net_prefix_length
fff7273c b use_ip6
fff72740 b net_ping_ip
fff72744 b ping_seq_number
fff72746 b seq_no
fff72748 b net_ping_ip6
fff72758 b saved_tftp_block_size_option
fff7275c b tftp_remote_ip6
fff7276c b tftp_remote_ip
fff72770 b tftp_filename
fff727f0 b default_filename
fff72800 b tftp_load_addr
fff72804 b tftp_state
fff72808 b time_start
fff7280c b tftp_remote_port
fff72810 b timeout_count
fff72814 b tftp_our_port
fff72818 b tftp_cur_block
fff7281c b tftp_windowsize
fff7281e b tftp_last_nack
fff72820 b tftp_tsize
fff72824 b tftp_tsize_num_hash
fff72828 b tftp_load_size
fff7282c b tftp_next_ack
fff72830 b tftp_prev_block
fff72834 b tftp_block_wrap
fff72838 b tftp_block_wrap_offset
fff7283c b fastboot_our_port
fff72840 b fastboot_timed_send_info.start
fff72844 b last_packet_len
fff72848 b last_packet
fff72c48 b fastboot_remote_ip.0
fff72c4c b fastboot_remote_port
fff72c50 b fastboot_send.command
fff72c91 b fastboot_send.pending_command
fff72c94 b state
fff72c98 b command
fff72cd9 b response
fff72d20 b curr_header_buffer
fff72d28 b curr_sport
fff72d2a b curr_dport
fff72d2c b curr_tcp_seq_num
fff72d30 b curr_tcp_ack_num
fff72d34 b curr_request_len
fff72d38 b curr_chunk_size
fff72d40 b curr_chunk_downloaded
fff72d48 b curr_header_downloaded
fff72d50 b command_handled_id
fff72d54 b command_handled_success
fff72d55 b is_ipv6
fff72d58 b ip_header_size
fff72d5c b udp_ops
fff72d60 b current_tcp_state
fff72d64 b tcp_last_connection_data_frame
fff72d68 b tcp_packet_handler
fff72d6c b loc_timestamp
fff72d70 b rmt_timestamp
fff72d74 b tcp_lost
fff72d98 b tcp_activity_count
fff72d9c b tcp_ack_edge
fff72da0 b prev_len
fff72da4 b sack_idx
fff72da8 b edge_a
fff72f28 b tcp6_packet_handler
fff72f2c B __bss_end
fff7b32c A __rel_dyn_end
fff7b330 A _end