summaryrefslogtreecommitdiff
path: root/bootloader/qemu_x86_64/System.map
blob: 909c5a7235fd88c5229e97807f414b7611681b73 (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
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
fff00628 t efi_var_mem_notify_virtual_address_map
fff0064a T efi_get_variable_mem
fff006d3 T efi_get_next_variable_name_mem
fff0077c T efi_get_variable_int
fff00781 T efi_get_next_variable_name_int
fff00786 t efi_set_variable_runtime
fff0078c t efi_query_variable_info_runtime
fff00792 T u16_strnlen
fff007ac T crc32_no_comp
fff0086f T crc32
fff00880 t crc_table
fff00c80 t efi_events
fff00c88 t systab
fff00cd0 t firmware_vendor
fff00ce8 t efi_runtime_mmio
fff00cf0 t efi_runtime_services
fff00d40 t efi_virtmap
fff00d44 t efi_descriptor_count
fff00d48 t efi_descriptor_size
fff00d4c t efi_runtime_relocate.lastoff
fff00d50 t efi_var_buf
fff00d54 t efi_current_var
fff00d58 d __efi_runtime_stop
fff00d60 T x86_init_cache
fff00d60 W init_cache
fff00d6e T flush_cache
fff00d71 T flush_dcache_range
fff00d72 T invalidate_dcache_range
fff00d73 T cpu_vendor_name
fff00d8a T cpu_get_name
fff00dd4 W board_final_init
fff00dd5 W board_final_cleanup
fff00dd6 T last_stage_init
fff00e1b T cpu_init_r
fff00e7b T reserve_arch
fff00e9d T cpu_x86_bind
fff00ef6 T cpu_x86_get_vendor
fff00f31 T cpu_x86_get_desc
fff00f5e T cpu_x86_get_count
fff00fe9 T microcode_read_rev
fff01007 T car_init
fff01018 T qemu_get_low_memory_size
fff01038 T qemu_get_high_memory_size
fff0105c T dram_init
fff010ab T dram_init_banksize
fff01123 T board_get_usable_ram_top
fff01145 T arch_cpu_init
fff0114e T checkcpu
fff01151 T arch_early_init_r
fff0129b T arch_misc_init
fff012c2 T mp_determine_pci_dstirq
fff0130b T cpu_qemu_get_desc
fff01325 t cpu_qemu_get_count
fff01342 T install_e820_map
fff01443 T lapic_read
fff0144a T lapic_write
fff01451 T enable_lapic
fff01470 T lapicid
fff01479 T lapic_setup
fff014eb T io_apic_read
fff014f6 T qemu_cpu_fixup
fff01675 T pirq_check_irq_routed
fff0171d T pirq_translate_link
fff0175d T pirq_assign_irq
fff017fa T irq_router_probe
fff01c14 T mp_run_on_cpus
fff01c64 t get_bsp
fff01cd3 T mp_first_cpu
fff01d2e T mp_next_cpu
fff01d34 T mp_init
fff020e3 t find_cpu_by_apic_id
fff0213f t mp_init_cpu
fff0216e t ap_wait_for_instruction
fff02171 t ap_init
fff021f4 t apic_wait_timeout
fff0223b T mtrr_open
fff02283 T mtrr_close
fff022bd T mtrr_read_all
fff02307 T mtrr_get_var_count
fff02312 T mtrr_write_all
fff0237a T mtrr_commit
fff02473 t h_comp_mtrr
fff024a0 T mtrr_set_next_var
fff02538 T mtrr_set_valid
fff0255a t mtrr_start_op
fff02596 T mtrr_set
fff025d5 t read_mtrrs
fff025da t write_mtrrs
fff025df t mtrr_do_oper
fff0263c T pci_x86_read_config
fff0269b T pci_x86_write_config
fff026f8 T pci_assign_irqs
fff02780 T ap_start16
fff027c4 T sipi_params_16bit
fff027c4 t ap_start_jmp
fff027cc t gdtaddr
fff027d4 T ap_start
fff027d4 T ap_start16_code_end
fff02839 t lock_microcode
fff02844 t load_microcode
fff02864 t microcode_done
fff02874 t load_msr
fff0289c T sipi_params
fff0289c t idt_ptr
fff028a0 t stack_top
fff028a4 t stack_size
fff028a8 t microcode_lock
fff028ac t microcode_ptr
fff028b0 t msr_table_ptr
fff028b4 t msr_count
fff028b8 t c_handler
fff028bc t ap_count
fff028c0 T cpu_call64
fff02911 t code64
fff02911 t lret_target
fff02916 T call64_stub_size
fff0291a T arch_setup_gd
fff029f6 t setup_identity
fff02b0b T x86_cpu_init_f
fff02bdc T x86_enable_caches
fff02bdc W enable_caches
fff02bea T x86_disable_caches
fff02bea W disable_caches
fff02bfa T dcache_status
fff02c07 T cpu_has_64bit
fff02c4d T cpu_jump_to_64bit
fff02c92 t build_pagetable
fff02ce7 T x86_mp_init
fff02d09 T irq_common_entry
fff02d38 T irq_0
fff02d3f T irq_1
fff02d46 T irq_2
fff02d4d T irq_3
fff02d54 T irq_4
fff02d5b T irq_5
fff02d62 T irq_6
fff02d69 T irq_7
fff02d70 T irq_8
fff02d77 T irq_9
fff02d7e T irq_10
fff02d85 T irq_11
fff02d8c T irq_12
fff02d93 T irq_13
fff02d9a T irq_14
fff02da1 T irq_15
fff02da8 T irq_16
fff02daf T irq_17
fff02db6 T irq_18
fff02dbd T irq_19
fff02dc4 T irq_20
fff02dcb T irq_21
fff02dd2 T irq_22
fff02dd9 T irq_23
fff02de0 T irq_24
fff02de7 T irq_25
fff02dee T irq_26
fff02df5 T irq_27
fff02dfc T irq_28
fff02e03 T irq_29
fff02e0a T irq_30
fff02e11 T irq_31
fff02e18 T irq_32
fff02e1f T irq_33
fff02e26 T irq_34
fff02e2d T irq_35
fff02e34 T irq_36
fff02e3b T irq_37
fff02e42 T irq_38
fff02e49 T irq_39
fff02e50 T irq_40
fff02e57 T irq_41
fff02e5e T irq_42
fff02e65 T irq_43
fff02e6c T irq_44
fff02e73 T irq_45
fff02e7a T irq_46
fff02e81 T irq_47
fff02e88 T irq_48
fff02e8f T irq_49
fff02e96 T irq_50
fff02e9d T irq_51
fff02ea4 T irq_52
fff02eab T irq_53
fff02eb2 T irq_54
fff02eb9 T irq_55
fff02ec0 T irq_56
fff02ec7 T irq_57
fff02ece T irq_58
fff02ed5 T irq_59
fff02edc T irq_60
fff02ee3 T irq_61
fff02eea T irq_62
fff02ef1 T irq_63
fff02ef8 T irq_64
fff02eff T irq_65
fff02f06 T irq_66
fff02f0d T irq_67
fff02f14 T irq_68
fff02f1b T irq_69
fff02f22 T irq_70
fff02f29 T irq_71
fff02f30 T irq_72
fff02f37 T irq_73
fff02f3e T irq_74
fff02f45 T irq_75
fff02f4c T irq_76
fff02f53 T irq_77
fff02f5a T irq_78
fff02f61 T irq_79
fff02f68 T irq_80
fff02f6f T irq_81
fff02f76 T irq_82
fff02f7d T irq_83
fff02f84 T irq_84
fff02f8b T irq_85
fff02f92 T irq_86
fff02f99 T irq_87
fff02fa0 T irq_88
fff02fa7 T irq_89
fff02fae T irq_90
fff02fb5 T irq_91
fff02fbc T irq_92
fff02fc3 T irq_93
fff02fca T irq_94
fff02fd1 T irq_95
fff02fd8 T irq_97
fff02fdf T irq_96
fff02fe6 T irq_98
fff02fed T irq_99
fff02ff4 T irq_100
fff02ffb T irq_101
fff03002 T irq_102
fff03009 T irq_103
fff03010 T irq_104
fff03017 T irq_105
fff0301e T irq_106
fff03025 T irq_107
fff0302c T irq_108
fff03033 T irq_109
fff0303a T irq_110
fff03041 T irq_111
fff03048 T irq_112
fff0304f T irq_113
fff03056 T irq_114
fff0305d T irq_115
fff03064 T irq_116
fff0306b T irq_117
fff03072 T irq_118
fff03079 T irq_119
fff03080 T irq_120
fff03087 T irq_121
fff0308e T irq_122
fff03095 T irq_123
fff0309c T irq_124
fff030a3 T irq_125
fff030aa T irq_126
fff030b1 T irq_127
fff030b8 T irq_128
fff030c2 T irq_129
fff030cc T irq_130
fff030d6 T irq_131
fff030e0 T irq_132
fff030ea T irq_133
fff030f4 T irq_134
fff030fe T irq_135
fff03108 T irq_136
fff03112 T irq_137
fff0311c T irq_138
fff03126 T irq_139
fff03130 T irq_140
fff0313a T irq_141
fff03144 T irq_142
fff0314e T irq_143
fff03158 T irq_144
fff03162 T irq_145
fff0316c T irq_146
fff03176 T irq_147
fff03180 T irq_148
fff0318a T irq_149
fff03194 T irq_150
fff0319e T irq_151
fff031a8 T irq_152
fff031b2 T irq_153
fff031bc T irq_154
fff031c6 T irq_155
fff031d0 T irq_156
fff031da T irq_157
fff031e4 T irq_158
fff031ee T irq_159
fff031f8 T irq_160
fff03202 T irq_161
fff0320c T irq_162
fff03216 T irq_163
fff03220 T irq_164
fff0322a T irq_165
fff03234 T irq_166
fff0323e T irq_167
fff03248 T irq_168
fff03252 T irq_169
fff0325c T irq_170
fff03266 T irq_171
fff03270 T irq_172
fff0327a T irq_173
fff03284 T irq_174
fff0328e T irq_175
fff03298 T irq_176
fff032a2 T irq_177
fff032ac T irq_178
fff032b6 T irq_179
fff032c0 T irq_180
fff032ca T irq_181
fff032d4 T irq_182
fff032de T irq_183
fff032e8 T irq_184
fff032f2 T irq_185
fff032fc T irq_186
fff03306 T irq_187
fff03310 T irq_188
fff0331a T irq_189
fff03324 T irq_190
fff0332e T irq_191
fff03338 T irq_192
fff03342 T irq_193
fff0334c T irq_194
fff03356 T irq_195
fff03360 T irq_196
fff0336a T irq_197
fff03374 T irq_198
fff0337e T irq_199
fff03388 T irq_200
fff03392 T irq_201
fff0339c T irq_202
fff033a6 T irq_203
fff033b0 T irq_204
fff033ba T irq_205
fff033c4 T irq_206
fff033ce T irq_207
fff033d8 T irq_208
fff033e2 T irq_209
fff033ec T irq_210
fff033f6 T irq_211
fff03400 T irq_212
fff0340a T irq_213
fff03414 T irq_214
fff0341e T irq_215
fff03428 T irq_216
fff03432 T irq_217
fff0343c T irq_218
fff03446 T irq_219
fff03450 T irq_220
fff0345a T irq_221
fff03464 T irq_222
fff0346e T irq_223
fff03478 T irq_224
fff03482 T irq_225
fff0348c T irq_226
fff03496 T irq_227
fff034a0 T irq_228
fff034aa T irq_229
fff034b4 T irq_230
fff034be T irq_231
fff034c8 T irq_232
fff034d2 T irq_233
fff034dc T irq_234
fff034e6 T irq_235
fff034f0 T irq_236
fff034fa T irq_237
fff03504 T irq_238
fff0350e T irq_239
fff03518 T irq_240
fff03522 T irq_241
fff0352c T irq_242
fff03536 T irq_243
fff03540 T irq_244
fff0354a T irq_245
fff03554 T irq_246
fff0355e T irq_247
fff03568 T irq_248
fff03572 T irq_249
fff0357c T irq_250
fff03586 T irq_251
fff03590 T irq_252
fff0359a T irq_253
fff035a4 T irq_254
fff035ae T irq_255
fff035b8 T x86_get_idt
fff035be T enable_interrupts
fff035c0 T disable_interrupts
fff035d0 T interrupt_init
fff0366e T irq_llsr
fff036a8 t dump_regs
fff03830 T setjmp
fff03848 T longjmp
fff0385c t nz
fff0385f T memset
fff0389a T memcpy
fff038d0 T memmove
fff03a45 T boot_linux_kernel
fff03aab T do_bootm_linux
fff03be3 T arch_lmb_reserve
fff03c02 T efi_add_known_memory
fff03cae T init_cache_f_r
fff03ccd T irq_install_handler
fff03d58 T irq_free_handler
fff03da7 T do_irq
fff03e1b T mp_write_floating_table
fff03e5a T mp_config_table_init
fff03ebe T mp_write_processor
fff03f7d T mptable_finalize
fff03fb4 T write_mp_table
fff042c2 T i8259_init
fff04330 T unmask_irq
fff04356 T mask_irq
fff0437a T specific_eoi
fff04394 T i8254_init
fff043ab T pirq_route_irqs
fff044ea T copy_pirq_routing_table
fff04537 T write_pirq_routing_table
fff0455a T copy_uboot_to_ram
fff0458e T clear_bss
fff045c6 T do_elf_reloc_fixups
fff04668 T acpi_find_fadt
fff046f5 T enter_acpi_mode
fff046ff T table_fill_string
fff0472a T write_tables
fff047a2 T load_zimage
fff0496f t get_boot_protocol
fff049b0 t get_kernel_version
fff04a0b T setup_zimage
fff04cd6 T zimage_dump
fff052f2 t print_flags
fff0534b T do_zboot_parent
fff05402 T android_bootloader_boot_kernel
fff054e1 t hex_to_str
fff05536 t complete_zboot
fff05562 t do_zboot_start
fff05623 t do_zboot_load
fff056be t do_zboot_setup
fff0571c t do_zboot_info
fff0573e t do_zboot_go
fff05770 t do_zboot_dump
fff057ad W board_quiesce_devices
fff057ae T bootm_find_images
fff058b5 T bootm_disable_interrupts
fff058ba T bootm_process_cmdline
fff058bd T do_bootm_states
fff05ebf W switch_to_non_secure_mode
fff05ec0 W arch_preboot_os
fff05ec1 W board_preboot_os
fff05ec2 T boot_selected_os
fff05f0c T bootm_os_get_boot_func
fff05f14 t do_bootm_standalone
fff05f4a T image_multi_getimg
fff05fa1 T image_decomp
fff060c2 T genimg_get_os_name
fff060e7 T genimg_get_comp_name
fff0610c t on_loadaddr
fff0612b T env_get_bootm_low
fff0614c T env_get_bootm_size
fff061e7 T env_get_bootm_mapsize
fff0620f T memmove_wd
fff06218 T genimg_get_kernel_addr_fit
fff06229 T genimg_get_format
fff06255 T genimg_has_config
fff06258 T boot_get_ramdisk
fff0634e T boot_ramdisk_high
fff06458 T boot_get_setup
fff0645e T image_setup_linux
fff064c1 T image_locate_script
fff064f4 T ab_select_slot
fff068c3 T android_image_get_kernel
fff068ce T android_image_check_header
fff068d1 T android_image_get_end
fff068d4 T android_image_get_kload
fff068d8 T android_image_get_kcomp
fff068db T android_image_get_ramdisk
fff068f3 T android_image_get_kernel_cmdline
fff068f7 T android_image_is_bootconfig_used
fff06902 T android_get_preloaded_partition
fff069b4 t is_same_partition
fff06a18 T android_image_load
fff06f9f t _extract_boot_image_header
fff07019 t _read_in_boot_ramdisk
fff07049 T android_image_get_second
fff0704d T android_image_get_dtb_by_index
fff07050 t android_read_data
fff07170 T android_bootloader_boot_flow
fff07995 t do_avb_verify
fff07b1e t android_part_get_info_by_name_suffix
fff07b91 t get_partition_size
fff07c0f T android_bootloader_request_response
fff07e05 t console_write
fff07e66 t console_read
fff07ec4 T oemlock_is_allowed
fff07ece t oemlock_get_field
fff07f1f T oemlock_set_locked
fff07f79 T oemlock_is_locked
fff07f83 t get_console
fff07fc7 T write_avb_to_keymint_console
fff08353 t parse_patchlevel
fff0840f t qfw_bootmeth_bind
fff08423 t qfw_check
fff08445 t qfw_read_bootflow
fff084b3 t qfw_read_file
fff084b9 t qfw_boot
fff084ed T boot_fdt_add_mem_rsv_regions
fff0861f t boot_fdt_reserve_region
fff08678 T boot_relocate_fdt
fff088e7 t fdt_error
fff0890c T boot_get_fdt
fff08afc W ft_verify_fdt
fff08b00 W arch_fixup_fdt
fff08b03 T image_setup_libfdt
fff08c87 T do_bootm
fff08d57 T bootm_maybe_autostart
fff08dba T do_bootd
fff08dd5 t do_help
fff08e0c t do_panic
fff08e28 t do_version
fff08e63 t do_ab_select
fff08efe T blk_common_cmd
fff091bc t do_source
fff091fa T bcb_find_partition_and_load
fff09261 t __bcb_initialize
fff09334 t __bcb_load
fff093f9 T bcb_load
fff0944c T bcb_set
fff09461 t __bcb_set
fff0952b T bcb_get
fff09570 t bcb_field_get
fff0961f T bcb_store
fff09624 t __bcb_store
fff09690 T bcb_reset
fff096cc t do_bcb
fff09805 t do_bcb_load
fff0986f t do_bcb_set
fff0987e t do_bcb_clear
fff098cf t do_bcb_test
fff09952 t do_bcb_dump
fff0999f t do_bcb_store
fff099a4 t do_boot_android
fff099bb t do_verified_boot_android
fff099d2 t boot_android
fff09b0f T efi_get_image_parameters
fff09b1f T efi_set_bootdev
fff09c44 T efi_run_image
fff09dac t do_bootefi_exec
fff09e74 t do_bootefi
fff0a00a W bootz_setup
fff0a01e T do_bootz
fff0a0f5 t do_video_clear
fff0a10a T mk_date
fff0a339 t do_date
fff0a4a2 t do_dm
fff0a511 t complete_dm
fff0a53d t do_dm_dump_driver_compat
fff0a54b t do_dm_dump_devres
fff0a54e t do_dm_dump_drivers
fff0a55c t do_dm_dump_static_driver_info
fff0a56a t do_dm_dump_tree
fff0a59a t do_dm_dump_uclass
fff0a5a8 t do_echo
fff0a610 T eficonfig_print_msg
fff0a63e T eficonfig_print_entry
fff0a6b2 T eficonfig_display_statusline
fff0a6fa T eficonfig_choice_entry
fff0a787 T eficonfig_destroy
fff0a7e6 T eficonfig_process_quit
fff0a7ec T eficonfig_append_menu_entry
fff0a874 T eficonfig_append_quit_entry
fff0a8be T eficonfig_create_fixed_menu
fff0a933 T eficonfig_process_common
fff0aa4e T eficonfig_create_device_path
fff0aab7 T eficonfig_process_clear_file_selection
fff0aacc T eficonfig_process_show_file_option
fff0ab34 T eficonfig_process_select_file
fff0b31a T eficonfig_get_unused_bootoption
fff0b3a0 T eficonfig_append_bootorder
fff0b42e T eficonfig_choice_change_boot_order
fff0b636 T eficonfig_enumerate_boot_option
fff0b750 T eficonfig_delete_invalid_boot_option
fff0b911 t delete_boot_option
fff0b9fa T eficonfig_generate_media_device_boot_option
fff0bb49 t do_eficonfig
fff0bcb7 t eficonfig_volume_selected
fff0bccd t sort_file
fff0bcdc t eficonfig_file_selected
fff0be4e t eficonfig_process_add_boot_option
fff0becd t eficonfig_process_edit_boot_option
fff0bfd6 t eficonfig_process_change_boot_order
fff0c25f t eficonfig_process_delete_boot_option
fff0c295 t eficonfig_edit_boot_option
fff0c6de t fill_file_info
fff0c73c t eficonfig_set_boot_option
fff0c7ba t create_boot_option_entry
fff0c83c t eficonfig_boot_add_enter_description
fff0c85a t prepare_file_selection_entry
fff0c991 t eficonfig_boot_add_optional_data
fff0c9af t eficonfig_boot_edit_save
fff0c9f9 t handle_user_input
fff0ca79 t eficonfig_show_boot_selection
fff0cc41 t eficonfig_add_boot_selection_entry
fff0cd84 t eficonfig_process_boot_selected
fff0cd93 t eficonfig_print_change_boot_order_entry
fff0ce24 t eficonfig_add_change_boot_order_entry
fff0cf30 t eficonfig_process_save_boot_order
fff0cff9 t do_exit
fff0d026 T do_fat_size
fff0d038 T do_fat_fsload
fff0d04a t do_fat_ls
fff0d05c t do_fat_fsinfo
fff0d0e7 t do_fat_fswrite
fff0d0f9 t do_fat_rm
fff0d10b t do_fat_mkdir
fff0d11d t do_size_wrapper
fff0d12f t do_load_wrapper
fff0d141 t do_save_wrapper
fff0d153 t do_ls_wrapper
fff0d165 t do_ln_wrapper
fff0d177 t do_fstype_wrapper
fff0d17c t do_fstypes_wrapper
fff0d181 t do_itest
fff0d1ef t binary_test
fff0d2fc t evalstr
fff0d34b t evalexp
fff0d3a8 t do_sleep
fff0d475 t do_bootp
fff0d491 T do_tftpb
fff0d4b0 t netboot_common
fff0d759 t do_ping
fff0d7ba T do_ping6
fff0d826 t do_net
fff0d881 t do_net_list
fff0d8fe t do_part
fff0dbe4 t do_part_types
fff0dc70 t do_part_type
fff0dce8 t do_part_info
fff0de2c T do_read
fff0df53 T setexpr_regex_sub
fff0e16c t substitute
fff0e22f t do_setexpr
fff0e492 t get_arg
fff0e52e t regex_sub_var
fff0e631 t do_test
fff0e8c3 t do_false
fff0e8c7 t do_true
fff0e8ca t do_virtio
fff0e950 t do_video_setcursor
fff0e9a9 t do_video_puts
fff0e9fe t do_fastboot
fff0eb56 t do_gpt
fff0eda6 t gpt_verify
fff0eeaf t gpt_setenv
fff0ef8c t gpt_enumerate
fff0f09c t do_disk_guid
fff0f0e7 t set_gpt_info
fff0f5f6 t extract_val
fff0f671 t extract_env
fff0f70f T do_avb_init
fff0f75f T do_avb_read_part
fff0f814 T do_avb_read_part_hex
fff0f929 T do_avb_write_part
fff0f9c6 T do_avb_read_rb
fff0fa3c T do_avb_write_rb
fff0faad T do_avb_get_uuid
fff0fb18 T do_avb_verify_part
fff0fba8 T do_avb_is_unlocked
fff0fc12 t do_avb
fff0fc69 t do_mtrr
fff0ff68 t read_mtrrs
fff0ff6d T env_get_id
fff0ff73 T env_set
fff0ffc9 t _do_env_set
fff10163 t do_env
fff101ae t do_env_print
fff1023b t do_env_set
fff1025b t do_env_default
fff102f0 t do_env_delete
fff10390 t do_env_verified_import
fff10565 t do_env_exists
fff105ad t env_print
fff1065f T board_init_f_alloc_reserve
fff10668 T board_init_f_init_reserve
fff10698 T main_loop
fff106d9 T get_version
fff106df T jumptable_init
fff10963 t dummy
fff10964 t mdelay
fff1096f T get_local_var
fff109d4 T set_local_var
fff10b0a T parse_string_outer
fff10be2 t parse_stream_outer
fff11217 T parse_file_outer
fff11253 T u_boot_hush_start
fff11290 t do_showvar
fff11378 t static_peek
fff1137e t static_get
fff11393 t done_word
fff1160d t done_pipe
fff11648 t file_peek
fff1164e t free_pipe_list
fff116fe t new_pipe
fff11731 t done_command
fff117a2 t b_addqchr
fff117e4 t b_addchr
fff11839 t run_list_real
fff11fee t insert_var_value_sub
fff122ab t make_string
fff123bf t file_get
fff1253d T bootdelay_process
fff125cd T autoboot_command
fff126b3 W board_add_ram_info
fff126b4 W mach_cpu_init
fff126b7 W arch_setup_dest_addr
fff126ba W arch_reserve_mmu
fff126bd W arch_reserve_stacks
fff126c0 W arch_setup_bdinfo
fff126c3 T setup_bdinfo
fff126ce T board_init_f
fff12735 T board_init_f_r
fff127b3 t setup_mon_len
fff127c3 t log_init
fff127c6 t initf_bootstage
fff127c9 t setup_spl_handoff
fff127cc t initf_dm
fff127d4 t init_baud_rate
fff127fb t display_text_info
fff127fe t print_resetinfo
fff12892 t misc_init_f
fff1289c t announce_dram_init
fff128af t setup_dest_addr
fff1290c t reserve_round_4k
fff1291c t reserve_video
fff12949 t reserve_trace
fff1294c t reserve_uboot
fff1298e t reserve_malloc
fff129ac t reserve_board
fff12a01 t reserve_global_data
fff12a32 t reserve_fdt
fff12aa0 t reserve_bootstage
fff12aa3 t reserve_bloblist
fff12aa6 t reserve_stacks
fff12ac4 t show_dram_config
fff12da9 t display_new_sp
fff12dac t reloc_fdt
fff12e07 t reloc_bootstage
fff12e0a t reloc_bloblist
fff12e0d t setup_reloc
fff12e59 t cyclic_unregister_all
fff12e5c t jump_to_copy
fff12e8d W cpu_secondary_init_r
fff12e90 W arch_initr_trap
fff12e93 W power_init_board
fff12e96 T board_init_r
fff12f06 t initr_trace
fff12f09 t initr_reloc
fff12f19 t initr_reloc_global_data
fff12f4b t initr_barrier
fff12f4e t initr_malloc
fff12f70 t log_init
fff12f73 t initr_bootstage
fff12f76 t initr_of_live
fff12f79 t initr_dm
fff12fa7 t initr_binman
fff12fce t initr_dm_devices
fff12fd1 t initr_announce
fff12fd4 t dm_announce
fff13029 t initr_env
fff13080 t initr_net
fff13098 t run_main_loop
fff130ac T fdt_find_and_setprop
fff130fe T fdt_find_or_add_subnode
fff1314d T fdt_root
fff131c5 T fdt_initrd
fff13344 W board_fdt_chosen_bootargs
fff1334e T fdt_chosen
fff13407 T do_fixup_by_path
fff13446 T fdt_fixup_ethernet
fff135ac T fdt_shrink_to_minimum
fff13691 T fdt_support_default_count_cells
fff136e2 T fdt_translate_address
fff136fd t __of_translate_address
fff1391e t of_bus_default_map
fff139cf t of_bus_default_translate
fff13a2d T iomux_match_device
fff13a4d T iomux_doenv
fff13c03 T menu_default_choice
fff13c18 T menu_default_set
fff13c8a T menu_get_choice
fff13dfc T menu_item_add
fff13eb1 T menu_create
fff13f30 T menu_destroy
fff13f88 T bootmenu_conv_key
fff13fea T bootmenu_loop
fff14030 T cli_ch_init
fff1403c T cli_ch_process
fff141ae T cli_readline
fff141c1 T cli_readline_into_buffer
fff14975 t delete_char
fff14a1d t cread_add_char
fff14adb T cli_simple_process_macros
fff14d05 T bounce_buffer_start_extalign
fff14d83 T bounce_buffer_stop
fff14dca t on_console
fff14e70 t console_needs_start_stop
fff14eb9 T console_stop
fff14ede T serial_printf
fff14f1f T fgetc
fff14f55 t console_tstc
fff14fcc T fputs
fff15016 T getchar
fff1503d T tstc
fff15064 T putc
fff150d3 T puts
fff1513d T flush
fff151a5 T ctrlc
fff151e6 T disable_ctrlc
fff151f4 T had_ctrlc
fff151fc T clear_ctrlc
fff15204 T console_search_dev
fff15220 T console_assign
fff152fd T console_init_f
fff15313 T console_init_r
fff154b1 T sbrk
fff154ef T mem_malloc_init
fff15502 T malloc
fff15914 t malloc_extend_top
fff15a7f T free
fff15c69 T malloc_trim
fff15d32 T realloc
fff16147 T memalign
fff162a3 T calloc
fff1632f T initf_malloc
fff16358 T malloc_simple
fff16362 t alloc_simple
fff163d2 T memalign_simple
fff163db T event_notify
fff16478 T event_notify_null
fff16481 T event_register
fff164df T event_init
fff164fa W get_effective_memsize
fff16508 T stdio_file_to_flags
fff1651c T stdio_get_by_name
fff165e0 T stdio_clone
fff16612 T stdio_register_dev
fff16654 T stdio_register
fff1668a T stdio_init_tables
fff1669c T stdio_add_devices
fff16720 t stdio_serial_putc
fff16727 t stdio_serial_puts
fff1672e t stdio_serial_flush
fff16733 t stdio_serial_getc
fff16738 t stdio_serial_tstc
fff1673d T run_command
fff16749 T run_command_list
fff167a6 T do_run
fff167fb T cli_process_fdt
fff16827 T cli_secure_boot_cmd
fff16888 T cli_loop
fff16892 T cli_init
fff16897 T _do_help
fff169b6 T find_cmd_tbl
fff16a49 T cmd_usage
fff16a9d T find_cmd
fff16abc T var_complete
fff16b20 T complete_subcmdv
fff16c9a T cmd_auto_complete
fff16ffc T cmd_get_data_size
fff17057 T cmd_always_repeatable
fff17074 T cmd_never_repeatable
fff17091 T cmd_discard_repeatable
fff170a9 T cmd_process
fff171dd T cmd_source_script
fff1721e T avb_ops_alloc
fff1729f t read_from_partition
fff172c3 t write_to_partition
fff172e5 t validate_vbmeta_public_key
fff17325 t read_rollback_index
fff17352 t write_rollback_index
fff1736d t read_is_device_unlocked
fff1738c t get_unique_guid_for_partition
fff173d1 t get_size_of_partition
fff17417 T avb_ops_free
fff1744d T avb_verify
fff1748f T avb_verify_partitions
fff175c8 t blk_byte_io
fff178c3 t get_partition
fff17975 t blk_read_and_flush
fff17a82 t avb_blk_write
fff17b84 T qfw_get_dev
fff17b90 T qfw_online_cpus
fff17bb2 T qfw_read_firmware_list
fff17c7a T qfw_find_file
fff17cac T qfw_file_iter_init
fff17ccc T qfw_file_iter_next
fff17cd8 T qfw_file_iter_end
fff17ce1 T qemu_fwcfg_setup_kernel
fff17e6c T blk_get_dev
fff17e81 t get_dev_hwpart
fff17ea8 T dev_print
fff180d3 T part_init
fff18135 T part_print
fff1822c t part_driver_lookup_type
fff182b7 T part_get_info
fff18307 T part_get_info_whole_disk
fff18350 T blk_get_device_by_str
fff18432 T blk_get_device_part_str
fff187f0 T part_get_info_by_name_type
fff18868 T part_get_info_by_name
fff18874 T part_get_info_by_dev_and_name
fff188fe T part_get_info_by_dev_and_name_or_num
fff1895b T part_set_generic_name
fff189ba T part_create_block_devices
fff18a94 T disk_blk_read
fff18b88 t dev_get_blk
fff18bb1 T disk_blk_write
fff18c0a t part_blk_read
fff18cb3 t part_blk_write
fff18d5e t part_blk_erase
fff18e02 t test_block_type
fff18e86 t part_get_info_dos
fff18eaa t part_print_dos
fff18ed6 t part_test_dos
fff18f56 t part_get_info_extended
fff191db t print_partition_extended
fff19474 T get_disk_guid
fff194f0 t find_valid_gpt
fff19546 T part_print_efi
fff196ce t is_pte_valid
fff19709 T part_get_info_efi
fff19892 T write_gpt_table
fff199c9 t set_protective_mbr
fff19a89 T gpt_fill_pte
fff19d02 T gpt_fill_header
fff19d99 t partition_entries_offset
fff19dea T gpt_restore
fff19ec8 T gpt_verify_headers
fff19f44 t is_gpt_valid
fff1a124 T gpt_repair_headers
fff1a2ae t write_one_gpt_table
fff1a31f T gpt_verify_partitions
fff1a4ca t validate_gpt_header
fff1a573 t part_test_efi
fff1a602 T blk_get_uclass_name
fff1a621 T blk_get_devnum_by_uclass_idname
fff1a6d2 T blk_list_part
fff1a73c t get_desc
fff1a7e7 T blk_print_part_devnum
fff1a818 T blk_list_devices
fff1a86a T blk_print_device_num
fff1a8a6 T blk_show_device
fff1a90e T blk_read_devnum
fff1a955 T blk_dread
fff1a95d T blk_write_devnum
fff1a9a4 T blk_dwrite
fff1a9ac T blk_dselect_hwpart
fff1a9ca T blk_read
fff1aa78 T blk_write
fff1aacb T blk_erase
fff1ab1a T blk_derase
fff1ab22 T blk_find_max_devnum
fff1ab7c T blk_next_free_devnum
fff1ab9a T blk_create_device
fff1ad0c t blk_post_probe
fff1ad32 T blkcache_read
fff1ae2c T blkcache_fill
fff1af7a T blkcache_invalidate
fff1afe1 T device_bind_with_driver_data
fff1b006 t device_bind_common
fff1b2e8 T device_bind
fff1b30d T device_bind_by_name
fff1b36c T device_of_to_plat
fff1b451 T device_probe
fff1b563 T device_get_uclass_id
fff1b56d T dev_get_plat
fff1b594 T dev_get_parent_plat
fff1b5bb T dev_get_uclass_plat
fff1b5e2 T dev_get_priv
fff1b609 T dev_get_uclass_priv
fff1b630 T dev_get_parent_priv
fff1b657 T dev_get_parent
fff1b65b T device_get_decendent_count
fff1b681 T device_find_first_child
fff1b69a T device_find_next_child
fff1b6b8 T device_first_child_err
fff1b6e6 T device_next_child_err
fff1b719 T dev_get_driver_data
fff1b71d T device_set_name_alloced
fff1b722 T device_set_name
fff1b748 T dev_set_priv
fff1b74c T dev_set_parent_priv
fff1b750 T dev_set_uclass_priv
fff1b754 T dev_set_plat
fff1b758 T dev_set_parent_plat
fff1b75c T dev_set_uclass_plat
fff1b760 t alloc_priv
fff1b7b1 T devfdt_get_addr_index
fff1b861 T devfdt_get_addr
fff1b868 T devfdt_get_addr_pci
fff1b8df T lists_driver_lookup_name
fff1b93d T lists_uclass_lookup
fff1b983 T lists_bind_drivers
fff1ba53 T device_bind_driver
fff1ba75 T device_bind_driver_to_node
fff1baff T lists_bind_fdt
fff1bcb8 T dm_root
fff1bce4 T dm_init
fff1bd85 T dm_remove_devices_flags
fff1bdbe T dm_scan_plat
fff1bde8 T dm_scan_fdt_dev
fff1be0e t dm_scan_fdt_node
fff1bea2 T dm_extended_scan
fff1bf01 W dm_scan_other
fff1bf04 T dm_init_and_scan
fff1bf61 T dm_get_stats
fff1bf85 t dm_probe_devices
fff1bfe9 T uclass_get_priv
fff1bfec T uclass_get
fff1c122 T dev_get_uclass_index
fff1c157 T uclass_find_device
fff1c19c T uclass_find_first_device
fff1c1cd T uclass_find_next_device
fff1c1ea T uclass_find_device_by_namelen
fff1c267 T uclass_find_next_free_seq
fff1c2bd T uclass_find_device_by_seq
fff1c301 T uclass_find_device_by_of_offset
fff1c344 T uclass_find_device_by_ofnode
fff1c387 T uclass_get_nth_device_by_driver_name
fff1c3f2 T uclass_get_device
fff1c420 T uclass_get_device_by_name
fff1c469 T uclass_get_device_by_seq
fff1c497 T uclass_get_device_by_of_offset
fff1c4c5 T uclass_get_device_by_ofnode
fff1c4f3 T uclass_first_device
fff1c528 t _uclass_next_device
fff1c55c T uclass_next_device
fff1c57b T uclass_first_device_err
fff1c59b T uclass_first_device_check
fff1c5e1 T uclass_next_device_check
fff1c606 T uclass_get_count
fff1c631 T uclass_first_device_drvdata
fff1c68a T uclass_bind_device
fff1c6e1 T uclass_pre_unbind_device
fff1c6fd T uclass_unbind_device
fff1c713 T uclass_pre_probe_device
fff1c753 T uclass_post_probe_device
fff1c791 T uclass_pre_remove_device
fff1c7ad T uclass_probe_all
fff1c7f2 T pci_get_devfn
fff1c827 T dev_tag_set_ptr
fff1c8cf T dev_tag_get_ptr
fff1c92a T dev_tag_del
fff1c9a2 T devres_release_probe
fff1c9ba t release_nodes
fff1ca0e T devres_release_all
fff1ca26 T device_chld_unbind
fff1ca99 T device_unbind
fff1cb8b T device_chld_remove
fff1cbe5 T device_remove
fff1cd25 T device_free
fff1cda8 T dm_dump_tree
fff1ce2b t show_devices
fff1cfaa T dm_dump_uclass
fff1d06b T dm_dump_driver_compat
fff1d111 T dm_dump_drivers
fff1d225 T dm_dump_static_driver_info
fff1d27f t h_cmp_uclass_id
fff1d29e t init_range
fff1d2f5 T regmap_init_mem
fff1d455 T syscon_get_by_driver_data
fff1d469 t syscon_pre_probe
fff1d499 T ofnode_get_name
fff1d4b2 T ofnode_read_u32_index
fff1d504 T ofnode_read_u32_default
fff1d51f T ofnode_read_bool
fff1d544 T ofnode_get_property
fff1d564 T ofnode_read_string
fff1d5a1 T ofnode_read_size
fff1d5d0 T ofnode_find_subnode
fff1d5ed T ofnode_is_enabled
fff1d609 T ofnode_first_subnode
fff1d626 T ofnode_next_subnode
fff1d643 T ofnode_get_parent
fff1d660 T ofnode_path
fff1d684 T ofnode_get_chosen_node
fff1d6eb T ofnode_read_u8_array_ptr
fff1d70b T ofnode_read_pci_addr
fff1d7bd T ofnode_read_pci_vendev
fff1d891 T ofnode_read_simple_addr_cells
fff1d8a1 T ofnode_read_simple_size_cells
fff1d8b1 T ofnode_pre_reloc
fff1d941 T ofnode_conf_read_int
fff1d97f T ofnode_conf_read_str
fff1d9ae T sysreset_get_status
fff1d9cc T sysreset_walk
fff1da39 T sysreset_walk_halt
fff1da67 T do_reset
fff1daae t sysreset_post_bind
fff1dab1 T pch_sysreset_power_off
fff1db34 t x86_sysreset_probe
fff1db4e t x86_sysreset_request
fff1db76 t x86_sysreset_get_last
fff1db7c T pch_ioctl
fff1dba1 t pch7_get_spi_base
fff1dbca t pch7_set_spi_protect
fff1dc07 t pch7_get_gpio_base
fff1dc44 t pch9_get_spi_base
fff1dc68 t pch9_get_gpio_base
fff1dca5 t pch9_get_io_base
fff1dce2 T setup_video
fff1dd91 T pci_get_bus
fff1ddd4 T pci_get_controller
fff1de0d T dm_pci_get_bdf
fff1de44 t pci_get_bus_max
fff1de80 T pci_bus_find_devfn
fff1ded5 T dm_pci_write_config
fff1df57 T pci_write_config32
fff1df6f t pci_write_config
fff1dfd1 T pci_write_config16
fff1dfe9 T pci_write_config8
fff1e001 T dm_pci_write_config8
fff1e014 T dm_pci_write_config16
fff1e027 T dm_pci_write_config32
fff1e03a T dm_pci_read_config
fff1e0ea t pci_read_config
fff1e178 T pci_read_config16
fff1e1a2 T pci_read_config8
fff1e1ca T dm_pci_read_config8
fff1e1ef T dm_pci_read_config16
fff1e216 T dm_pci_read_config32
fff1e23b T pci_auto_config_devices
fff1e356 T dm_pci_hose_probe_bus
fff1e3f8 T dm_pci_find_capability
fff1e467 W board_pci_fixup_dev
fff1e468 T pci_bind_bus_devices
fff1e95e T dm_pci_read_bar32
fff1e99a T dm_pci_bus_to_phys
fff1ea3f T dm_pci_map_bar
fff1eb97 T dm_pci_find_next_capability
fff1ebad t _dm_pci_find_next_capability
fff1ec39 t pci_uclass_pre_probe
fff1ef66 t pci_uclass_post_probe
fff1efae t pci_uclass_child_post_bind
fff1efdf T pci_init
fff1f011 t pci_bridge_read_config
fff1f08e t pci_bridge_write_config
fff1f0d7 T dm_pciauto_prescan_setup_bridge
fff1f496 T dm_pciauto_postscan_setup_bridge
fff1f5b6 T dm_pciauto_config_device
fff1f647 t dm_pciauto_setup_device
fff1f870 t dm_pciauto_exp_link_stable
fff1f935 t _pci_x86_read_config
fff1f954 t _pci_x86_write_config
fff1f973 T pciauto_region_align
fff1f97f T pciauto_region_allocate
fff1f9b7 T pciauto_config_init
fff1fa73 T serial_init
fff1fbc1 T serial_setbrg
fff1fc00 T serial_initialize
fff1fc0e T serial_putc
fff1fc62 T serial_puts
fff1fc87 t _serial_puts
fff1fccd T serial_flush
fff1fd07 T serial_getc
fff1fd40 T serial_tstc
fff1fd73 T serial_stdio_init
fff1fd74 t on_baudrate
fff1fe54 t serial_post_probe
fff1fef9 t serial_pre_remove
fff1fefc t serial_stub_putc
fff1ff38 t serial_stub_puts
fff1ff40 t serial_stub_flush
fff1ff62 t serial_stub_getc
fff1ff83 t serial_stub_tstc
fff1ff9b T ns16550_init
fff20021 t ns16550_setbrg
fff20092 T ns16550_serial_probe
fff200f2 T ns16550_serial_of_to_plat
fff201b2 t ns16550_serial_setbrg
fff201de t ns16550_serial_getc
fff20219 t ns16550_serial_putc
fff20257 t ns16550_serial_pending
fff20288 t ns16550_serial_setconfig
fff202d6 t ns16550_serial_getinfo
fff20315 T timer_get_count
fff2033b T timer_get_rate
fff20349 T dm_timer_init
fff20417 t timer_pre_probe
fff20440 t timer_post_probe
fff20458 T get_timer
fff20496 T timer_get_us
fff204c8 T __udelay
fff2052c t tsc_timer_ensure_setup
fff206ac t tsc_timer_probe
fff206f5 t cpu_mhz_from_msr
fff20796 t quick_pit_calibrate
fff208e5 t tsc_timer_get_count
fff20901 T virtio_get_config
fff2091b T virtio_set_config
fff20936 T virtio_generation
fff2094d T virtio_reset
fff20958 T virtio_find_vqs
fff2096c T virtio_notify
fff20979 T virtio_add_status
fff209ab T virtio_finalize_features
fff20a04 T virtio_driver_features_init
fff20a1d t virtio_uclass_pre_probe
fff20a6a t virtio_uclass_post_probe
fff20b08 t virtio_uclass_child_post_bind
fff20b19 t virtio_uclass_child_pre_probe
fff20d10 t virtio_uclass_child_post_probe
fff20d23 t virtio_bootdev_bind
fff20d38 t virtio_bootdev_hunt
fff20d54 T virtqueue_add
fff20fdc T virtqueue_kick
fff21045 T virtqueue_get_buf
fff21190 T vring_create_virtqueue
fff213e9 T vring_del_virtqueue
fff21423 T virtqueue_get_vring_size
fff21427 T virtqueue_get_desc_addr
fff2142b T virtqueue_get_avail_addr
fff2142f T virtqueue_get_used_addr
fff21433 T virtqueue_poll
fff21456 t __bb_force_page_align
fff21472 t virtio_pci_bind
fff214ae t virtio_pci_probe
fff216b0 t virtio_pci_find_capability
fff217bc t virtio_pci_get_config
fff218ad t virtio_pci_set_config
fff219d8 t virtio_pci_generation
fff21a01 t virtio_pci_get_status
fff21a27 t virtio_pci_set_status
fff21a71 t virtio_pci_reset
fff21aba t virtio_pci_get_features
fff21b29 t virtio_pci_set_features
fff21bb3 t virtio_pci_find_vqs
fff21d93 t virtio_pci_del_vqs
fff21df2 t virtio_pci_notify
fff21e5f t virtio_net_bind
fff21e8a t virtio_net_probe
fff21ecb t virtio_net_start
fff21f37 t virtio_net_send
fff21fc0 t virtio_net_recv
fff21ff7 t virtio_net_free_pkt
fff22032 t virtio_net_stop
fff22033 t virtio_net_write_hwaddr
fff2208c t virtio_net_read_rom_hwaddr
fff22128 t virtio_blk_bind
fff221c0 t virtio_blk_probe
fff22257 t virtio_blk_read
fff2227b t virtio_blk_write
fff2229f t virtio_blk_erase
fff222ff t virtio_blk_do_req
fff22446 t virtio_console_bind
fff2246c t virtio_console_probe
fff224aa t add_inbuf
fff2250a t virtio_console_serial_setbrg
fff2250d t virtio_console_serial_getc
fff2256c t virtio_console_serial_putc
fff225cd t virtio_console_serial_pending
fff225e7 T sysinfo_get_str
fff2262d T cpu_get_desc
fff2264a T cpu_get_count
fff2265e T cpu_get_vendor
fff2267c t uclass_cpu_post_bind
fff2267f t uclass_cpu_init
fff226cb T fastboot_response
fff22725 T fastboot_fail
fff2273d T fastboot_okay
fff2276a W fastboot_set_reboot_flag
fff227cf T fastboot_boot
fff22840 T fastboot_handle_boot
fff22889 T fastboot_set_progress_callback
fff2288f T fastboot_init
fff228bb T fastboot_getvar
fff2295f t getvar_version
fff22969 t getvar_version_bootloader
fff22973 t getvar_downloadsize
fff22990 t getvar_serialno
fff229bf t getvar_version_baseband
fff229c9 t getvar_product
fff229f8 t getvar_platform
fff22a27 t getvar_current_slot
fff22a31 t getvar_has_slot
fff22ac3 t getvar_partition_size
fff22b09 t getvar_is_userspace
fff22b13 T fastboot_handle_command
fff22baa T fastboot_data_remaining
fff22bb6 T fastboot_data_download
fff22c3d T fastboot_data_complete
fff22c89 t getvar
fff22c8e t download
fff22d09 t flash
fff22d28 t erase
fff22d2d t okay
fff22d34 t reboot_bootloader
fff22d62 t reboot_fastbootd
fff22d91 t reboot_recovery
fff22dc2 t run_flashing_lock
fff22e06 t run_flashing_unlock
fff22e5b T fastboot_block_get_part_info
fff22eef T fastboot_block_erase
fff22f5b t fb_block_write
fff23079 T fastboot_block_write_raw_image
fff23148 T fastboot_block_write_sparse_image
fff231d7 t fb_block_sparse_write
fff231f9 t fb_block_sparse_reserve
fff23202 T fastboot_block_flash_write
fff23281 T irq_snapshot_polarities
fff23295 T irq_first_device_type
fff232a3 T write_acpi_tables
fff2357a T qfw_read_entry
fff235ee T acpi_get_rsdp_addr
fff23623 T qfw_register
fff2368f t qfw_post_bind
fff23692 t qfw_get_bootflow
fff236a3 t qfw_bootdev_bind
fff236b8 t qfw_bootdev_hunt
fff236d4 t qfw_pio_probe
fff236d9 t qfw_pio_read_entry_io
fff236fd t qfw_pio_read_entry_dma
fff23712 T dm_rtc_get
fff23725 T dm_rtc_set
fff23739 T dm_rtc_reset
fff2374d t rtc_mc146818_probe
fff2376e t rtc_mc146818_get
fff23868 t rtc_mc146818_set
fff23984 t rtc_mc146818_reset
fff239af t rtc_mc146818_read8
fff239cb t rtc_mc146818_write8
fff239ea t console_normal_putc_xy
fff23ae6 t console_normal_move_rows
fff23b24 t console_normal_set_row
fff23ba8 t console_normal_probe
fff23be5 T video_reserve
fff23c5f t alloc_fb
fff23c98 T video_fill
fff23d06 T video_sync
fff23d24 T video_clear
fff23d3d T video_index_to_colour
fff23dba T video_set_default_colors
fff23dfc T video_sync_all
fff23e45 T video_get_xsize
fff23e54 T video_get_ysize
fff23e64 t video_post_bind
fff23ee1 t video_post_probe
fff23ff6 T vidconsole_put_char
fff2451b t vidconsole_newline
fff245a2 T vidconsole_put_string
fff245d1 t vidconsole_pre_probe
fff245f6 t vidconsole_post_probe
fff2465b T vidconsole_position_cursor
fff246b8 t vidconsole_putc
fff246d4 t vidconsole_puts
fff24707 T video_bmp_display
fff24cc3 t write_pix8
fff24d66 T dm_rng_read
fff24d83 T env_set_ulong
fff24d9d T env_set_hex
fff24dc9 T env_get_hex
fff24e04 T env_get
fff24ea1 T eth_env_get_enetaddr
fff24ed7 T eth_env_set_enetaddr
fff24f19 t env_get_from_linear
fff24fdf T env_get_ulong
fff25005 T env_get_yesno
fff25045 T env_get_autostart
fff2505c T env_get_default
fff2509a T env_set_default
fff2511d T env_set_default_vars
fff25156 T env_relocate
fff2516f T env_complete
fff252f4 W arch_env_get_location
fff25300 W env_get_location
fff25305 T env_load
fff253ab t env_driver_lookup
fff25404 T env_init
fff254b0 T env_attr_walk
fff255ad T env_attr_lookup
fff25614 t regex_callback
fff25754 T env_flags_parse_vartype
fff2579a T env_flags_parse_varaccess
fff257e3 T eth_validate_ethaddr_str
fff2585e T env_flags_init
fff258f6 t on_flags
fff25931 T env_flags_validate
fff25b73 t clear_flags
fff25b7d t set_flags
fff25bea T env_callback_init
fff25cb8 t on_callbacks
fff25cf3 t clear_callback
fff25cfd t set_callback
fff25d90 t env_nowhere_load
fff25daf t env_nowhere_init
fff25dbf T fs_get_type
fff25dc5 T fs_set_blk_dev
fff25e49 T fs_set_blk_dev_with_part
fff25ec2 T fs_close
fff25ee8 T fs_exists
fff25f29 T fs_size
fff25f6a T fs_read
fff25fcf T fs_write
fff2605c T fs_opendir
fff260c4 T fs_readdir
fff26126 T fs_closedir
fff26172 T fs_unlink
fff261b3 T fs_mkdir
fff261f4 T fs_ln
fff26240 T do_size
fff262c2 T do_load
fff2663d T do_ls
fff266d2 T file_exists
fff26728 T do_save
fff2686a T do_fs_type
fff26903 T do_rm
fff26972 T do_mkdir
fff269f3 T do_ln
fff26a36 T do_fs_types
fff26a9e t fs_ls_generic
fff26b4e t fs_ln_unsupported
fff26b52 t fs_probe_unsupported
fff26b56 t fs_ls_unsupported
fff26b5a t fs_exists_unsupported
fff26b5d t fs_size_unsupported
fff26b61 t fs_read_unsupported
fff26b65 t fs_write_unsupported
fff26b69 t fs_close_unsupported
fff26b6a t fs_uuid_unsupported
fff26b6e t fs_opendir_unsupported
fff26b74 t fs_unlink_unsupported
fff26b78 t fs_mkdir_unsupported
fff26b7c T fat_set_blk_dev
fff26c45 t disk_read
fff26c85 T fat_next_cluster
fff26d60 t get_fatent
fff26e9c T file_fat_detectfs
fff26f57 t read_bootsectandvi
fff2706f T fat_exists
fff270d1 t fat_itr_root
fff2723e t fat_itr_resolve
fff2739e T fat_size
fff27448 T fat_read_file
fff278a7 T fat_opendir
fff27939 T fat_readdir
fff27a2f t fat_itr_next
fff27c84 t fat2rtc
fff27cd8 T fat_closedir
fff27cf4 T fat_close
fff27cf5 T fat_uuid
fff27d4d T file_fat_write_at
fff27fe6 t split_filename
fff280d2 t normalize_longname
fff2817e t find_directory_entry
fff281e3 t set_name
fff283fa t fat_find_empty_dentries
fff28586 t fill_dir_slot
fff28751 t fill_dentry
fff287ab t set_contents
fff29227 t flush_dirty_fat_buffer
fff292a5 t flush_dir
fff2932d T file_fat_write
fff29352 T fat_unlink
fff294c5 t fat_dir_entries
fff2956c t delete_dentry_long
fff2961b T fat_mkdir
fff2997d t fat_itr_child
fff299d7 t get_cluster
fff29b69 t next_dent
fff29bba t downcase
fff29beb t str2fat
fff29c50 t fat_move_to_cluster
fff29c91 t set_fatent_value
fff29e02 t clear_fatent
fff29e66 t determine_fatent
fff29e95 t disk_write
fff29f2e t set_sectors
fff2a09a t delete_single_dentry
fff2a0cd T efi_driver_init
fff2a1c3 t efi_uc_init
fff2a1c6 t efi_uc_destroy
fff2a1c9 t efi_uc_supported
fff2a261 t efi_uc_start
fff2a30c t efi_uc_stop
fff2a3ea t check_node_type
fff2a443 t disconnect_child
fff2a485 t efi_bl_read
fff2a4d4 t efi_bl_write
fff2a523 t efi_bl_init
fff2a57f t efi_bl_bind
fff2a6aa T efi_bootmgr_load
fff2a7f2 t try_load_entry
fff2aac1 t try_load_from_file_path
fff2ab60 T __efi_entry_check
fff2ab76 T __efi_exit_check
fff2ab82 T efi_save_gd
fff2ab83 T efi_restore_gd
fff2ab84 T efi_signal_event
fff2ac16 t efi_queue_event
fff2ac67 T efi_add_handle
fff2ac8b T efi_create_handle
fff2acd3 T efi_search_protocol
fff2ad36 T efi_search_obj
fff2ad54 T efi_remove_protocol
fff2ad94 T efi_delete_handle
fff2ae05 T efi_create_event
fff2af13 T efi_timer_check
fff2af97 t efi_process_event_queue
fff2b00e T efi_set_timer
fff2b0d4 T efi_add_protocol
fff2b204 T efi_register_protocol_notify
fff2b28d T efi_install_configuration_table
fff2b3bf T efi_setup_loaded_image
fff2b4cd T efi_locate_device_path
fff2b5e7 T efi_locate_handle_buffer
fff2b61d T efi_load_image
fff2b9fe T efi_close_protocol
fff2ba96 T efi_locate_handle_buffer_int
fff2bb31 t efi_locate_handle
fff2bc69 T efi_install_multiple_protocol_interfaces
fff2bc81 t efi_install_multiple_protocol_interfaces_int
fff2bdb0 T efi_uninstall_multiple_protocol_interfaces
fff2bdc8 t efi_uninstall_multiple_protocol_interfaces_int
fff2be9c T efi_protocol_open
fff2c01e t efi_disconnect_controller
fff2c26f T efi_start_image
fff2c36c t efi_open_protocol
fff2c468 T efi_unload_image
fff2c523 t efi_delete_image
fff2c59a T efi_handle_protocol
fff2c5bc T efi_initialize_system_table
fff2c634 t efi_install_protocol_interface
fff2c687 t efi_uninstall_protocol_interface
fff2c6da t efi_uninstall_protocol
fff2c794 t efi_disconnect_all_drivers
fff2c8f4 t efi_raise_tpl
fff2c90e t efi_restore_tpl
fff2c939 t efi_allocate_pages_ext
fff2c966 t efi_free_pages_ext
fff2c98a t efi_get_memory_map_ext
fff2c9c0 t efi_allocate_pool_ext
fff2c9e4 t efi_free_pool_ext
fff2ca00 t efi_create_event_ext
fff2ca38 t efi_set_timer_ext
fff2ca6a t efi_wait_for_event
fff2cb2d t efi_signal_event_ext
fff2cb7a t efi_close_event
fff2cc64 t efi_check_event
fff2ccc4 t efi_reinstall_protocol_interface
fff2cd29 t efi_locate_handle_ext
fff2cd60 t efi_install_configuration_table_ext
fff2cd80 t efi_exit
fff2ce5f t efi_exit_boot_services
fff2cfe6 t efi_get_next_monotonic_count
fff2d023 t efi_stall
fff2d06e t efi_set_watchdog_timer
fff2d08a t efi_connect_controller
fff2d22d t efi_close_protocol_ext
fff2d25a t efi_open_protocol_information
fff2d339 t efi_protocols_per_handle
fff2d3f5 t efi_locate_protocol
fff2d4e4 t efi_install_multiple_protocol_interfaces_ext
fff2d508 t efi_uninstall_multiple_protocol_interfaces_ext
fff2d52c t efi_calculate_crc32
fff2d575 t efi_copy_mem
fff2d599 t efi_set_mem
fff2d5be t efi_create_event_ex
fff2d61b t efi_update_exit_data
fff2d66c t efi_bind_controller
fff2d715 T efi_get_dp_from_boot
fff2d7bb T efi_link_dev
fff2d7cc T efi_unlink_dev
fff2d7ef T efi_varname_is_load_option
fff2d856 T efi_next_variable_name
fff2d8aa T efi_setup_console_size
fff2da82 t efi_cout_reset
fff2dac3 t efi_cout_output_string
fff2dbef t efi_cout_test_string
fff2dc02 t efi_cout_query_mode
fff2dc62 t efi_cout_set_mode
fff2dcb5 t efi_cout_set_attribute
fff2dd0f t efi_cout_clear_screen
fff2dd59 t efi_cout_set_cursor_position
fff2ddca t efi_cout_enable_cursor
fff2de08 t efi_cin_reset
fff2de32 t efi_cin_read_key_stroke
fff2de8a T efi_console_register
fff2df95 t efi_key_notify
fff2dfaa t efi_console_timer_notify
fff2dfbf T efi_console_get_u16_string
fff2e0da t efi_cin_empty_buffer
fff2e0f8 t term_get_char
fff2e130 t efi_cin_check
fff2e3c4 t set_shift_mask
fff2e419 t analyze_modifiers
fff2e473 t efi_cin_reset_ex
fff2e49d t efi_cin_read_key_stroke_ex
fff2e575 t efi_cin_set_state
fff2e58b t efi_cin_register_key_notify
fff2e610 t efi_cin_unregister_key_notify
fff2e662 T efi_dp_next
fff2e680 T efi_dp_shorten
fff2e6c4 T efi_dp_find_obj
fff2e6f7 t find_handle
fff2e835 T efi_dp_last_node
fff2e85a T efi_dp_instance_size
fff2e883 T efi_dp_size
fff2e8a2 T efi_dp_dup
fff2e8ed t dp_alloc
fff2e921 T efi_dp_append
fff2e936 t efi_dp_append_or_concatenate
fff2ea1a T efi_dp_concat
fff2ea2f T efi_dp_append_node
fff2eae2 T efi_dp_create_device_node
fff2eb1a T efi_dp_append_instance
fff2ebdb T efi_dp_get_next_instance
fff2ec67 T efi_dp_is_multi_instance
fff2ec8e T efi_dp_from_part
fff2ecdd t dp_part_fill
fff2ed06 T efi_dp_part_node
fff2ed40 t dp_part_node
fff2ee49 T efi_dp_from_file
fff2ef4a T efi_dp_from_uart
fff2ef91 T efi_dp_from_eth
fff2efcf t dp_size
fff2f04f t dp_fill
fff2f199 T efi_dp_from_mem
fff2f1d8 T efi_dp_split_file_path
fff2f24f T efi_dp_from_name
fff2f416 T efi_dp_check_length
fff2f45e T efi_dp_from_lo
fff2f4d0 T efi_dp_str
fff2f4f9 t efi_convert_device_path_to_text
fff2f56e t efi_convert_device_node_to_text
fff2f5b0 t efi_convert_single_device_node_to_text
fff2faf8 t efi_str_to_u16
fff2fb3b t get_device_path_size
fff2fb68 t duplicate_device_path
fff2fb8a t append_device_path
fff2fbb2 t append_device_node
fff2fbda t append_device_path_instance
fff2fc02 t get_next_device_path_instance
fff2fc2a t is_device_path_multi_instance
fff2fc4c t create_device_node
fff2fc7b T efi_file_open_int
fff2fcfe t file_open
fff2ff59 T efi_file_size
fff2ffed T efi_file_read_int
fff30288 T efi_file_setpos_int
fff302de t efi_get_file_size
fff30319 T efi_file_from_path
fff3044d T efi_simple_file_system
fff30484 t efi_open_volume
fff304e5 t efi_create_file
fff3050a t efi_file_open
fff30552 t efi_file_close
fff3057a t efi_file_delete
fff305c9 t efi_file_read
fff305f5 t efi_file_write
fff30628 t efi_file_getpos
fff3065d t efi_file_setpos
fff30689 t efi_file_getinfo
fff3087d t efi_file_setinfo
fff3098a t efi_file_flush
fff309bb t efi_file_open_ex
fff30a1d t efi_file_read_ex
fff30a6a t efi_file_write_ex
fff30aba t efi_file_flush_ex
fff30b03 t efi_file_write_int
fff30b95 t new_package_list
fff30c38 t remove_package_list
fff30c75 t update_package_list
fff30d1b t list_package_lists
fff30de5 t export_package_lists
fff30e13 t register_package_notify
fff30e54 t unregister_package_notify
fff30e6a t find_keyboard_layouts
fff30f0d t get_keyboard_layout
fff30f9e t set_keyboard_layout
fff30fc0 t get_package_list_handle
fff31000 t new_string
fff310ed t get_string
fff31181 t set_string
fff31276 t get_languages
fff31335 t get_secondary_languages
fff313a6 t add_packages
fff316a7 t free_packagelist
fff316dc t free_keyboard_layouts
fff3171e t remove_strings_package
fff3177f t remove_guid_package
fff317b0 t remove_keyboard_package
fff317e8 t language_match
fff3181e T efi_print_image_infos
fff318f2 W invalidate_icache_all
fff318f3 T efi_check_pe
fff31931 T efi_load_pe
fff31c04 t efi_set_code_and_data_type
fff31c4b t efi_loader_relocate
fff31cfb T efi_set_load_options
fff31d2d T efi_deserialize_load_option
fff31db2 T efi_serialize_load_option
fff31e67 T efi_add_memory_map
fff31ea4 t efi_add_memory_map_pg
fff32180 T efi_allocate_pages
fff3239d t efi_check_allocated
fff32402 T efi_free_pages
fff3246f T efi_alloc_aligned_pages
fff325da T efi_allocate_pool
fff3264f T efi_free_pool
fff326d8 T efi_get_memory_map
fff32775 T efi_get_memory_map_alloc
fff327e5 T efi_add_conventional_memory_map
fff32888 T efi_memory_init
fff32902 t efi_mem_sort
fff329e7 t efi_mem_cmp
fff32a1b T efi_root_node_register
fff32ac0 T efi_init_runtime_supported
fff32b06 W efi_reset_system_init
fff32b09 t efi_get_time_boottime
fff32be8 t efi_set_time_boottime
fff32bfe t efi_set_virtual_address_map
fff32e1f t efi_reset_system_boottime
fff32e7c W allow_unaligned
fff32e7d T efi_init_early
fff32eb0 T efi_init_obj_list
fff3305a T efi_create_indexed_name
fff330ba t efi_stri_coll
fff33127 t efi_metai_match
fff3314d t efi_str_lwr
fff33185 t efi_str_upr
fff331bd t efi_fat_to_str
fff3320c t efi_str_to_fat
fff332dc t metai_match
fff3343e T efi_get_variable
fff3348a T efi_set_variable
fff334ce T efi_get_next_variable_name
fff334fa T efi_query_variable_info
fff3353c T efi_init_secure_state
fff33656 T efi_auth_var_get_type
fff336a9 T efi_get_var
fff33710 T efi_var_mem_init
fff337b0 t efi_var_mem_notify_exit_boot_services
fff33800 T efi_var_collect
fff3399b T efi_var_to_file
fff33a2e t efi_set_blk_dev_to_system_partition
fff33aa1 T efi_var_restore
fff33bd2 T efi_var_from_file
fff33c7a T efi_set_variable_int
fff33e9e T efi_query_variable_info_int
fff33efd T efi_variables_boot_exit_notify
fff33f2f T efi_init_variables
fff33f50 T efi_set_watchdog
fff33f8c T efi_watchdog_register
fff33fd0 t efi_watchdog_timer_notify
fff33ffe T efi_gop_register
fff34176 t gop_query_mode
fff341e6 t gop_set_mode
fff3425f t gop_blt
fff3486b t gop_blt_video_fill
fff34978 T efi_disk_is_removable
fff349ae T efi_fs_from_path
fff34a12 T efi_disk_probe
fff34bae T efi_disk_remove
fff34c39 T efi_disk_get_device_name
fff34ced T efi_disks_register
fff34d1f t efi_disk_add_dev
fff34f6e t efi_disk_reset
fff34f81 t efi_disk_read_blocks
fff3502c t efi_disk_write_blocks
fff350e2 t efi_disk_flush_blocks
fff350f5 t efi_disk_rw_blocks
fff351c6 T efi_net_register
fff35537 t efi_net_start
fff35583 t efi_net_stop
fff355c8 t efi_net_initialize
fff35648 t efi_net_reset
fff356a2 t efi_net_shutdown
fff35702 t efi_net_receive_filters
fff35718 t efi_net_station_address
fff3572e t efi_net_statistics
fff35744 t efi_net_mcastiptomac
fff357d2 t efi_net_nvdata
fff357e8 t efi_net_get_status
fff3585d t efi_net_transmit
fff35950 t efi_net_receive
fff35ac6 t efi_pxe_base_code_start
fff35acc t efi_pxe_base_code_stop
fff35ad2 t efi_pxe_base_code_dhcp
fff35ad8 t efi_pxe_base_code_discover
fff35ade t efi_pxe_base_code_mtftp
fff35ae4 t efi_pxe_base_code_udp_write
fff35aea t efi_pxe_base_code_udp_read
fff35af0 t efi_pxe_base_code_set_ip_filter
fff35af6 t efi_pxe_base_code_arp
fff35afc t efi_pxe_base_code_set_parameters
fff35b02 t efi_pxe_base_code_set_station_ip
fff35b08 t efi_pxe_base_code_set_packets
fff35b0e t efi_network_timer_notify
fff35b68 t efi_net_push
fff35bc1 T efi_acpi_register
fff35c09 T efi_smbios_register
fff35c8a W platform_get_rng_device
fff35cb8 T efi_rng_register
fff35d04 t rng_getinfo
fff35d7d t getrng
fff35e1b T efi_initrd_register
fff35ec4 T efi_initrd_deregister
fff35f03 t efi_load_file2_initrd
fff36032 t find_image_node
fff3608a T binman_init
fff360cb T console_read_unicode
fff36186 T utf8_get
fff36241 T utf8_put
fff362eb T utf8_utf16_strnlen
fff3633f T utf8_utf16_strncpy
fff3639d T utf16_put
fff36400 T utf16_get
fff36475 T utf16_strnlen
fff364bf T utf16_utf8_strnlen
fff3652f T utf16_utf8_strncpy
fff3658c T utf_to_lower
fff365c0 T utf_to_upper
fff365f4 T u16_strncmp
fff36626 T u16_strsize
fff3663f T u16_strcpy
fff36665 T u16_strdup
fff366a6 T u16_strlcat
fff36712 T utf16_to_utf8
fff367ff T utf_to_cp
fff3683c T write_smbios_table
fff36962 t smbios_write_type0
fff36a2c t smbios_write_type1
fff36b53 t smbios_write_type2
fff36c27 t smbios_write_type3
fff36ca3 t smbios_write_type4
fff36db7 t smbios_write_type32
fff36dfd t smbios_write_type127
fff36e29 t smbios_add_string
fff36e9c t smbios_add_prop_si
fff36ef1 T write_sparse_image
fff37613 t default_log
fff37614 T string_to_ip
fff37687 T string_to_ip6
fff3786f T string_to_enetaddr
fff378b0 T compute_ip_checksum
fff378ef T ip_checksum_ok
fff37907 T list_sort
fff37a98 t merge
fff37afb T inflate_fast
fff38055 T inflate_table
fff38492 T inflateReset
fff384ea T inflateInit2_
fff385be T zcalloc
fff385c8 T zcfree
fff385cf T inflate
fff39e92 T adler32
fff3a0fc T inflateEnd
fff3a144 T gzalloc
fff3a152 T gzfree
fff3a159 T gzip_parse_header
fff3a1ce T gunzip
fff3a212 T zunzip
fff3a2e5 T ulz4fn
fff3a7c0 t LZ4_wildCopy
fff3a7e1 T avb_chain_partition_descriptor_validate_and_byteswap
fff3a91d T avb_sub_cmdline
fff3ab11 T avb_append_options
fff3ae3e t cmdline_append_option
fff3af03 t cmdline_append_hex
fff3af3d T avb_new_cmdline_subst_list
fff3af47 T avb_free_cmdline_subst_list
fff3af7c T avb_add_root_digest_substitution
fff3b010 t uint64_to_base10
fff3b066 T avb_get_algorithm_data
fff3b079 T avb_rsa_public_key_header_validate_and_byteswap
fff3b0a8 T avb_footer_validate_and_byteswap
fff3b175 T avb_hashtree_descriptor_validate_and_byteswap
fff3b321 T avb_property_descriptor_validate_and_byteswap
fff3b42e T avb_property_lookup
fff3b492 t property_lookup_desc_foreach
fff3b523 T avb_sha256_init
fff3b543 T avb_sha256_update
fff3b5da t SHA256_transform
fff3b7b2 T avb_sha256_final
fff3b88a T avb_slot_verify
fff3bc94 t load_and_verify_vbmeta
fff3cb4e t has_system_partition
fff3cc06 t avb_manage_hashtree_error_mode
fff3cdb3 T avb_slot_verify_data_free
fff3ce69 T avb_slot_verify_data_calculate_vbmeta_digest
fff3cf59 t load_requested_partitions
fff3d128 t load_and_verify_hash_partition
fff3d5f6 t read_persistent_digest
fff3d8a3 t load_full_partition
fff3da53 T avb_be32toh
fff3da56 T avb_be64toh
fff3da61 T avb_safe_memcmp
fff3da8a T avb_safe_add_to
fff3dae0 T avb_basename
fff3db21 T avb_safe_add
fff3db4a T avb_validate_utf8
fff3dbb3 T avb_str_concat
fff3dc71 T avb_malloc
fff3dcb3 T avb_calloc
fff3dcd6 T avb_strdup
fff3dd03 T avb_strstr
fff3dd44 T avb_strv_find_str
fff3dd89 T avb_replace
fff3df2e T avb_strdupv
fff3e021 T avb_uppercase
fff3e040 T avb_bin2hex
fff3e090 T avb_version_string
fff3e096 T avb_descriptor_validate_and_byteswap
fff3e0fa T avb_descriptor_foreach
fff3e381 T avb_descriptor_get_all
fff3e3f0 t count_descriptors
fff3e3f5 t set_descriptors
fff3e409 T avb_hash_descriptor_validate_and_byteswap
fff3e545 T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff3e631 T avb_rsa_verify
fff3eaa5 t montMul
fff3ebc6 T avb_sha512_init
fff3ebf2 T avb_sha512_update
fff3ec89 t SHA512_transform
fff3f094 T avb_sha512_final
fff3f179 T avb_memcmp
fff3f17e T avb_memcpy
fff3f183 T avb_memset
fff3f188 T avb_strcmp
fff3f18d T avb_strncmp
fff3f192 T avb_strlen
fff3f197 T avb_abort
fff3f19f T avb_printv
fff3f1d6 T avb_malloc_
fff3f1db T avb_free
fff3f1e0 T avb_div_by_10
fff3f210 T avb_vbmeta_image_verify
fff3f7b1 T avb_vbmeta_image_header_to_host_byte_order
fff3f8d3 T avb_vbmeta_verify_result_to_string
fff3f919 T addBootConfigParameters
fff3f9af T addBootConfigTrailer
fff3fa3d T fdt_ro_probe_
fff3faa5 T fdt_header_size
fff3fad5 T fdt_check_header
fff3fbc3 T fdt_offset_ptr
fff3fc10 T fdt_next_tag
fff3fd05 T fdt_check_node_offset_
fff3fd3c T fdt_check_prop_offset_
fff3fd73 T fdt_next_node
fff3fe1e T fdt_first_subnode
fff3fe4c T fdt_next_subnode
fff3fe8a T fdt_find_string_
fff3fed3 T fdt_move
fff3ff14 T fdt_get_string
fff3ffc9 T fdt_get_mem_rsv
fff40016 t fdt_mem_rsv
fff4003f T fdt_num_mem_rsv
fff40078 T fdt_subnode_offset_namelen
fff40136 T fdt_subnode_offset
fff4015e T fdt_path_offset_namelen
fff40228 T fdt_get_alias_namelen
fff40290 T fdt_path_offset
fff402ae T fdt_get_name
fff4031e T fdt_first_property_offset
fff4033f t nextprop_
fff4038c T fdt_next_property_offset
fff403ad t fdt_get_property_by_offset_
fff403e5 T fdt_get_property_namelen
fff4041e t fdt_get_property_namelen_
fff404a9 T fdt_get_property
fff404da T fdt_getprop_namelen
fff4052c T fdt_getprop_by_offset
fff405b2 T fdt_getprop
fff405e3 T fdt_supernode_atdepth_offset
fff40674 T fdt_parent_offset
fff406bd T fdt_stringlist_search
fff4075e T fdt_add_mem_rsv
fff407c7 t fdt_rw_probe_
fff40819 t fdt_splice_mem_rsv_
fff4086a T fdt_del_mem_rsv
fff408af t fdt_splice_struct_
fff408eb T fdt_setprop_placeholder
fff4099f t fdt_add_property_
fff40abd T fdt_setprop
fff40af5 T fdt_add_subnode_namelen
fff40bdc T fdt_add_subnode
fff40c04 T fdt_open_into
fff40d83 t fdt_blocks_misordered_
fff40dc0 t fdt_packblocks_
fff40e3e t fdt_splice_
fff40eac T fdt_strerror
fff40edb T fdt_address_cells
fff40f05 t fdt_cells
fff40f42 T fdt_size_cells
fff40f5f T fdtdec_get_int
fff40f8b T fdtdec_get_srcname
fff40f9f T fdtdec_get_addr_size_fixed
fff41059 T fdtdec_get_number
fff41078 T fdtdec_get_pci_bar32
fff410a4 T fdtdec_get_is_enabled
fff410d8 T fdtdec_get_alias_seq
fff411b4 T fdtdec_get_alias_highest_id
fff41264 T fdtdec_get_chosen_prop
fff41294 t fdtdec_prepare_fdt
fff412d5 T fdtdec_get_bool
fff412f3 T fdtdec_locate_byte_array
fff4131a T fdt_get_resource
fff41424 W fdtdec_board_setup
fff41427 T fdtdec_setup
fff41498 T qsort
fff41555 T strcmp_compar
fff4155e T hcreate_r
fff415df T hdestroy_r
fff41641 T hmatch_r
fff416ba T hsearch_r
fff41b04 T hdelete_r
fff41bd7 T hexport_r
fff41e79 t cmpkey
fff41e86 T himport_r
fff4218f t drop_var_from_set
fff421db T hwalk_r
fff4221a t match_string
fff42294 T display_options_get_banner_priv
fff4231c T display_options_get_banner
fff42335 T display_options
fff423a6 T print_size
fff424ea T hexdump_line
fff4262d T print_buffer
fff426f6 W __div64_32
fff42816 T hang
fff42825 T strim
fff42869 T lmb_dump_all
fff4286a T arch_lmb_reserve_generic
fff42929 T lmb_reserve
fff4294a T lmb_init_and_reserve
fff429bd t lmb_reserve_common
fff42a71 T lmb_init_and_reserve_range
fff42ac4 T lmb_free
fff42c54 t lmb_remove_region
fff42c91 t lmb_add_region_flags
fff42f9e T lmb_reserve_flags
fff42fc1 T lmb_alloc
fff42fda T lmb_alloc_base
fff43021 T __lmb_alloc_base
fff43272 T lmb_alloc_addr
fff43341 T lmb_get_free_size
fff4341b W board_lmb_reserve
fff4341c T slre_compile
fff4353a t compile
fff43b5d T slre_match
fff43bce t match
fff43ef0 t get_escape_char
fff43f46 t quantifier
fff4400d t relocate
fff4405c t loop_greedy
fff44106 t loop_non_greedy
fff4416c T strncasecmp
fff441c4 T strcasecmp
fff441cc T strcpy
fff441dc T strncpy
fff441f2 T strlcpy
fff44229 T strlen
fff44239 T strcat
fff44256 T strncat
fff44282 T strlcat
fff442b0 T strnlen
fff442cd T strcmp
fff442eb T strncmp
fff4430f T strchr
fff44327 T strrchr
fff44347 T strdup
fff4437b T strsep
fff443ca T memcmp
fff443ec T strstr
fff44447 T memchr
fff44460 T table_compute_checksum
fff44472 T get_tbclk
fff4449f T get_ticks
fff444f9 W timer_init
fff444fc T usec_to_tick
fff4456a T udelay
fff44590 T uuid_str_valid
fff445e1 T uuid_guid_get_bin
fff44629 T uuid_guid_get_str
fff4465b T uuid_str_to_bin
fff44789 T uuid_bin_to_str
fff44835 T rand
fff44855 t panic_finish
fff4487b T panic
fff44894 T vsnprintf
fff448ae t vsnprintf_internal
fff45052 T vscnprintf
fff45080 T snprintf
fff450a7 T sprintf
fff450ce T printf
fff450e6 T vprintf
fff45130 T simple_itoa
fff4516b t string16
fff45236 t string
fff452a9 t number
fff45536 t put_dec_trunc
fff45625 t put_dec
fff45777 T simple_strtoul
fff457fd T hextoul
fff45807 T dectoul
fff45811 T strict_strtoul
fff45872 T simple_strtol
fff4588e T ustrtoul
fff458f4 T ustrtoull
fff45964 T simple_strtoull
fff459f2 T trailing_strtoln_end
fff45a53 T trailing_strtoln
fff45a5a T trailing_strtol
fff45a63 T rtc_calc_weekday
fff45b17 T arp_init
fff45b3b T arp_raw_request
fff45bd7 T arp_request
fff45c2b T arp_timeout_check
fff45c9b T arp_is_waiting
fff45ca6 T arp_receive
fff45e6d T bootp_reset
fff45e96 T bootp_request
fff4613e t bootp_timeout_handler
fff46191 t bootp_handler
fff464f1 t eth_get_uclass_priv
fff46517 T eth_set_current_to_next
fff46548 T eth_get_dev
fff46599 T eth_set_dev
fff465c7 T eth_get_dev_by_name
fff46680 T eth_get_ethaddr
fff466a1 T eth_halt_state_only
fff466c2 T eth_get_dev_index
fff466df t on_ethaddr
fff46747 T eth_init
fff46803 T eth_halt
fff4683c T eth_send
fff46888 T eth_rx
fff4691b T eth_initialize
fff46a30 t eth_write_hwaddr
fff46ab7 t eth_post_bind
fff46af7 t eth_pre_unbind
fff46b18 t eth_post_probe
fff46cb3 t eth_pre_remove
fff46ce2 T eth_env_get_enetaddr_by_index
fff46d16 T eth_env_set_enetaddr_by_index
fff46d4a T eth_common_init
fff46d4b T eth_mac_skip
fff46d84 T eth_current_changed
fff46e13 T eth_get_name
fff46e32 T eth_try_another
fff46e93 T eth_set_current
fff46ef6 T ndisc_request
fff47080 T ndisc_timeout_check
fff470f3 T ndisc_init
fff47159 T ndisc_receive
fff47399 t on_ipaddr
fff473bb t on_gatewayip
fff473dd t on_netmask
fff473ff t on_serverip
fff47421 t on_nvlan
fff4745a t on_vlan
fff47493 T net_auto_load
fff474e5 t net_check_prereq
fff47635 T net_init
fff476b9 t net_init_loop
fff47727 T net_loop
fff479e1 T net_start_again
fff47ae3 T net_set_timeout_handler
fff47b26 t start_again_timeout_handler
fff47b31 T net_set_udp_handler
fff47b43 T net_get_udp_handler
fff47b49 t dummy_handler
fff47b4a T net_get_arp_handler
fff47b50 T net_get_async_tx_pkt_buf
fff47b6c T net_send_udp_packet
fff47b8c T net_send_ip_packet
fff47cdc T net_send_tcp_packet
fff47d11 T net_set_ether
fff47d74 T net_set_udp_header
fff47dd2 T net_set_ip_header
fff47e52 T net_process_received_packet
fff480ac t receive_icmp
fff480ea T net_eth_hdr_size
fff48107 T net_update_ether
fff4816a T copy_filename
fff481ac T net_parse_bootfile
fff48224 T ip_to_string
fff4825c t on_ip6addr
fff482d7 t on_gatewayip6
fff48304 t on_serverip6
fff48331 T ip6_is_unspecified_addr
fff48344 T ip6_is_our_addr
fff48381 T ip6_make_eui
fff483b3 T ip6_make_lladdr
fff483f3 T ip6_make_snma
fff48429 T ip6_make_mult_ethdstaddr
fff4843e T ip6_addr_in_subnet
fff48475 T csum_partial
fff48517 T csum_ipv6_magic
fff4859e T ip6_add_hdr
fff485eb T udp6_add_hdr
fff48659 T net_send_ip_packet6
fff487e8 T net_send_udp_packet6
fff48808 T net_send_tcp_packet6
fff4883c T net_ip6_handler
fff48a0b T ping_start
fff48ad1 t ping_timeout_handler
fff48ae7 T ping_receive
fff48be1 T ip6_make_ping
fff48ca5 T ping6_send
fff48d18 T ping6_start
fff48d48 t ping6_timeout
fff48d5e T ping6_receive
fff48db0 T tftp_start
fff49270 t tftp_timeout_handler
fff492d1 t tftp_handler
fff4966e t tftp_send
fff49888 t update_block_number
fff4996e t tftp_complete
fff49a43 T fastboot_udp_start_server
fff49a9d t fastboot_timed_send_info
fff49bb2 t fastboot_handler
fff49cd1 t fastboot_send
fff49f88 T fastboot_tcp_start_server
fff49fe4 t fastboot_tcp_reset_state
fff4a079 t fastboot_tcp_handler_ipv4
fff4a091 t fastboot_tcp_handler_ipv6
fff4a0d5 t fastboot_tcp_handler
fff4a458 t fastboot_tcp_reset
fff4a480 t fastboot_tcp_send_packet
fff4a4da t fastboot_tcp_answer
fff4a547 t fastboot_tcp_send_message
fff4a5c6 T udp_prereq
fff4a5d9 T udp_start
fff4a5e5 T tcp_set_tcp_state
fff4a5eb T tcp_set_tcp_handler
fff4a5fd t dummy_handler
fff4a5fe T tcp_set_pseudo_header
fff4a660 T net_set_ack_options
fff4a6f7 T tcp_sent_state_machine
fff4a763 T net_set_tcp_header_common
fff4a83d T net_set_tcp_header
fff4a8ba T tcp_hole
fff4a9d6 T tcp_parse_options
fff4aa03 T tcp_state_machine
fff4ac25 T rxhand_tcp_f
fff4ada0 T net_set_tcp_handler6
fff4adb2 t dummy_handler
fff4adb3 T net_set_tcp_header6
fff4ae40 T rxhand_tcp6
fff4af7e T __udivdi3
fff4af96 t _64bit_divide
fff4b0b6 T __umoddi3
fff4b0f0 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff4b100 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff4b110 d _u_boot_list_2_cmd_2_ab_select
fff4b110 d complete_cmdv.start
fff4b110 d complete_cmdv.start.17
fff4b110 d do_help.start
fff4b110 d do_help.start.6
fff4b110 d find_cmd.start
fff4b110 d find_cmd.start.2
fff4b12c d _u_boot_list_2_cmd_2_avb
fff4b148 d _u_boot_list_2_cmd_2_bcb
fff4b164 d _u_boot_list_2_cmd_2_boot
fff4b180 d _u_boot_list_2_cmd_2_boot_android
fff4b19c d _u_boot_list_2_cmd_2_bootd
fff4b1b8 d _u_boot_list_2_cmd_2_bootefi
fff4b1d4 d _u_boot_list_2_cmd_2_bootm
fff4b1f0 d _u_boot_list_2_cmd_2_bootp
fff4b20c d _u_boot_list_2_cmd_2_bootz
fff4b228 d _u_boot_list_2_cmd_2_cls
fff4b244 d _u_boot_list_2_cmd_2_date
fff4b260 d _u_boot_list_2_cmd_2_dm
fff4b27c d _u_boot_list_2_cmd_2_echo
fff4b298 d _u_boot_list_2_cmd_2_eficonfig
fff4b2b4 d _u_boot_list_2_cmd_2_env
fff4b2d0 d _u_boot_list_2_cmd_2_exit
fff4b2ec d _u_boot_list_2_cmd_2_false
fff4b308 d _u_boot_list_2_cmd_2_fastboot
fff4b324 d _u_boot_list_2_cmd_2_fatinfo
fff4b340 d _u_boot_list_2_cmd_2_fatload
fff4b35c d _u_boot_list_2_cmd_2_fatls
fff4b378 d _u_boot_list_2_cmd_2_fatmkdir
fff4b394 d _u_boot_list_2_cmd_2_fatrm
fff4b3b0 d _u_boot_list_2_cmd_2_fatsize
fff4b3cc d _u_boot_list_2_cmd_2_fatwrite
fff4b3e8 d _u_boot_list_2_cmd_2_fstype
fff4b404 d _u_boot_list_2_cmd_2_fstypes
fff4b420 d _u_boot_list_2_cmd_2_gpt
fff4b43c d _u_boot_list_2_cmd_2_help
fff4b458 d _u_boot_list_2_cmd_2_itest
fff4b474 d _u_boot_list_2_cmd_2_lcdputs
fff4b490 d _u_boot_list_2_cmd_2_ln
fff4b4ac d _u_boot_list_2_cmd_2_load
fff4b4c8 d _u_boot_list_2_cmd_2_ls
fff4b4e4 d _u_boot_list_2_cmd_2_mtrr
fff4b500 d _u_boot_list_2_cmd_2_net
fff4b51c d _u_boot_list_2_cmd_2_panic
fff4b538 d _u_boot_list_2_cmd_2_part
fff4b554 d _u_boot_list_2_cmd_2_ping
fff4b570 d _u_boot_list_2_cmd_2_ping6
fff4b58c d _u_boot_list_2_cmd_2_printenv
fff4b5a8 d _u_boot_list_2_cmd_2_question_mark
fff4b5c4 d _u_boot_list_2_cmd_2_read
fff4b5e0 d _u_boot_list_2_cmd_2_reset
fff4b5fc d _u_boot_list_2_cmd_2_run
fff4b618 d _u_boot_list_2_cmd_2_save
fff4b634 d _u_boot_list_2_cmd_2_setcurs
fff4b650 d _u_boot_list_2_cmd_2_setenv
fff4b66c d _u_boot_list_2_cmd_2_setexpr
fff4b688 d _u_boot_list_2_cmd_2_showvar
fff4b6a4 d _u_boot_list_2_cmd_2_size
fff4b6c0 d _u_boot_list_2_cmd_2_sleep
fff4b6dc d _u_boot_list_2_cmd_2_source
fff4b6f8 d _u_boot_list_2_cmd_2_test
fff4b714 d _u_boot_list_2_cmd_2_tftpboot
fff4b730 d _u_boot_list_2_cmd_2_true
fff4b74c d _u_boot_list_2_cmd_2_verified_boot_android
fff4b768 d _u_boot_list_2_cmd_2_version
fff4b784 d _u_boot_list_2_cmd_2_virtio
fff4b7a0 d _u_boot_list_2_cmd_2_zboot
fff4b7bc d complete_cmdv.end
fff4b7bc d do_help.end
fff4b7bc d find_cmd.end
fff4b7c0 d _u_boot_list_2_driver_2_blk_partition
fff4b7c0 d dm_dump_driver_compat.start
fff4b7c0 d dm_dump_driver_compat.start.5
fff4b7c0 d dm_dump_drivers.start
fff4b7c0 d dm_dump_drivers.start.12
fff4b7c0 d efi_driver_init.start
fff4b7c0 d fix_drivers.start
fff4b7c0 d fix_drivers.start.1
fff4b7c0 d lists_bind_fdt.start
fff4b7c0 d lists_bind_fdt.start.3
fff4b7c0 d lists_driver_lookup_name.start
fff4b7c0 d lists_driver_lookup_name.start.1
fff4b804 d _u_boot_list_2_driver_2_bootmeth_qfw
fff4b848 d _u_boot_list_2_driver_2_cpu_bus
fff4b88c d _u_boot_list_2_driver_2_cpu_qemu_drv
fff4b8d0 d _u_boot_list_2_driver_2_cpu_x86_drv
fff4b914 d _u_boot_list_2_driver_2_efi_blk
fff4b958 d _u_boot_list_2_driver_2_efi_block
fff4b99c d _u_boot_list_2_driver_2_generic_syscon
fff4b9e0 d _u_boot_list_2_driver_2_irq_router_drv
fff4ba24 d _u_boot_list_2_driver_2_motorola_mc146818
fff4ba68 d _u_boot_list_2_driver_2_ns16550_serial
fff4baac d _u_boot_list_2_driver_2_pch7_drv
fff4baf0 d _u_boot_list_2_driver_2_pch9_drv
fff4bb34 d _u_boot_list_2_driver_2_pci_bridge_drv
fff4bb78 d _u_boot_list_2_driver_2_pci_generic_drv
fff4bbbc d _u_boot_list_2_driver_2_pci_x86
fff4bc00 d _u_boot_list_2_driver_2_qfw_bootdev
fff4bc44 d _u_boot_list_2_driver_2_qfw_pio
fff4bc88 d _u_boot_list_2_driver_2_root_driver
fff4bccc d _u_boot_list_2_driver_2_sysinfo_smbios
fff4bd10 d _u_boot_list_2_driver_2_vidconsole_normal
fff4bd54 d _u_boot_list_2_driver_2_virtio_blk
fff4bd98 d _u_boot_list_2_driver_2_virtio_bootdev
fff4bddc d _u_boot_list_2_driver_2_virtio_console
fff4be20 d _u_boot_list_2_driver_2_virtio_net
fff4be64 d _u_boot_list_2_driver_2_virtio_pci_modern
fff4bea8 d _u_boot_list_2_driver_2_x86_reset
fff4beec d _u_boot_list_2_driver_2_x86_tsc_timer
fff4bf30 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4bf30 d bind_drivers_pass.start
fff4bf30 d bind_drivers_pass.start.14
fff4bf30 d dm_dump_driver_compat.end
fff4bf30 d dm_dump_drivers.end
fff4bf30 d dm_dump_static_driver_info.start
fff4bf30 d dm_dump_static_driver_info.start.20
fff4bf30 d efi_driver_init.end
fff4bf30 d fix_devices.start
fff4bf30 d fix_devices.start.3
fff4bf30 d fix_drivers.end
fff4bf30 d lists_bind_fdt.end
fff4bf30 d lists_driver_lookup_name.end
fff4bf38 d _u_boot_list_2_env_clbk_2_baudrate
fff4bf38 d bind_drivers_pass.end
fff4bf38 d dm_dump_static_driver_info.end
fff4bf38 d find_env_callback.start
fff4bf38 d find_env_callback.start.3
fff4bf38 d fix_devices.end
fff4bf40 d _u_boot_list_2_env_clbk_2_callbacks
fff4bf48 d _u_boot_list_2_env_clbk_2_console
fff4bf50 d _u_boot_list_2_env_clbk_2_ethaddr
fff4bf58 d _u_boot_list_2_env_clbk_2_flags
fff4bf60 d _u_boot_list_2_env_clbk_2_gatewayip
fff4bf68 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4bf70 d _u_boot_list_2_env_clbk_2_ip6addr
fff4bf78 d _u_boot_list_2_env_clbk_2_ipaddr
fff4bf80 d _u_boot_list_2_env_clbk_2_loadaddr
fff4bf88 d _u_boot_list_2_env_clbk_2_netmask
fff4bf90 d _u_boot_list_2_env_clbk_2_nvlan
fff4bf98 d _u_boot_list_2_env_clbk_2_serverip
fff4bfa0 d _u_boot_list_2_env_clbk_2_serverip6
fff4bfa8 d _u_boot_list_2_env_clbk_2_vlan
fff4bfb0 d _env_driver_lookup.start
fff4bfb0 d _env_driver_lookup.start.11
fff4bfb0 d _u_boot_list_2_env_driver_2_nowhere
fff4bfb0 d env_select.start
fff4bfb0 d env_select.start.8
fff4bfb0 d find_env_callback.end
fff4bfc8 d _env_driver_lookup.end
fff4bfc8 d _u_boot_list_2_part_driver_2_a_efi
fff4bfc8 d do_part_types.start
fff4bfc8 d do_part_types.start.19
fff4bfc8 d env_select.end
fff4bfc8 d event_show_spy_list.end
fff4bfc8 d event_show_spy_list.start
fff4bfc8 d event_show_spy_list.start.3
fff4bfc8 d fit_loadable_process.start
fff4bfc8 d fit_loadable_process.start.27
fff4bfc8 d notify_static.end
fff4bfc8 d notify_static.start
fff4bfc8 d notify_static.start.10
fff4bfc8 d part_driver_get_count.start
fff4bfc8 d part_driver_get_first.start
fff4bfc8 d part_driver_lookup_type.start
fff4bfc8 d part_driver_lookup_type.start.44
fff4bfc8 d part_init.start
fff4bfc8 d part_init.start.19
fff4bfe0 d _u_boot_list_2_part_driver_2_dos
fff4bff8 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4bff8 d do_part_types.end
fff4bff8 d part_driver_get_count.end
fff4bff8 d part_driver_lookup_type.end
fff4bff8 d part_init.end
fff4bff8 d pci_find_and_bind_driver.start
fff4bff8 d pci_find_and_bind_driver.start.14
fff4c000 d _u_boot_list_2_uclass_driver_2_backlight
fff4c000 d fix_uclass.start
fff4c000 d fix_uclass.start.2
fff4c000 d lists_uclass_lookup.start
fff4c000 d lists_uclass_lookup.start.2
fff4c000 d pci_find_and_bind_driver.end
fff4c048 d _u_boot_list_2_uclass_driver_2_blk
fff4c090 d _u_boot_list_2_uclass_driver_2_cpu
fff4c0d8 d _u_boot_list_2_uclass_driver_2_efi
fff4c120 d _u_boot_list_2_uclass_driver_2_ethernet
fff4c168 d _u_boot_list_2_uclass_driver_2_irq
fff4c1b0 d _u_boot_list_2_uclass_driver_2_lpc
fff4c1f8 d _u_boot_list_2_uclass_driver_2_nop
fff4c240 d _u_boot_list_2_uclass_driver_2_northbridge
fff4c288 d _u_boot_list_2_uclass_driver_2_panel
fff4c2d0 d _u_boot_list_2_uclass_driver_2_partition
fff4c318 d _u_boot_list_2_uclass_driver_2_pch
fff4c360 d _u_boot_list_2_uclass_driver_2_pci
fff4c3a8 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4c3f0 d _u_boot_list_2_uclass_driver_2_qfw
fff4c438 d _u_boot_list_2_uclass_driver_2_rng
fff4c480 d _u_boot_list_2_uclass_driver_2_root
fff4c4c8 d _u_boot_list_2_uclass_driver_2_rtc
fff4c510 d _u_boot_list_2_uclass_driver_2_serial
fff4c558 d _u_boot_list_2_uclass_driver_2_syscon
fff4c5a0 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4c5e8 d _u_boot_list_2_uclass_driver_2_sysreset
fff4c630 d _u_boot_list_2_uclass_driver_2_timer
fff4c678 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4c6c0 d _u_boot_list_2_uclass_driver_2_video
fff4c708 d _u_boot_list_2_uclass_driver_2_virtio
fff4c750 R __splash_u_boot_logo_begin
fff4c750 d fix_uclass.end
fff4c750 d lists_uclass_lookup.end
fff4e264 R __splash_u_boot_logo_end
fff4e278 r sha512_h0
fff4e2b8 r sha512_k
fff4e5b0 r acpi_guid
fff4e5f8 r avb_pubkey_size
fff4e61c r baudrate_table
fff4e660 r blk_part_ops
fff4e670 r block_io_disk_template
fff4e68c r boot_os
fff4e6d4 r bootloader_id
fff4e828 r color
fff4e868 r colours
fff4e928 r commands
fff4e9ec r cpu_qemu_ids
fff4e9fc r cpu_qemu_ops
fff4ea10 r cpu_x86_ids
fff4ea20 r cpu_x86_ops
fff4ea34 r env_flags_varaccess_mask
fff4ea64 r .Lswitch.table.cli_ch_process
fff4ea84 r LZ4_decompress_generic.inc32table
fff4eaa4 r LZ4_decompress_generic.dec64table
fff4eac4 r sha256_h0
fff4eb70 r driver_ops
fff4eb80 r e820_type_name
fff4eba8 r efi_blk_ops
fff4ebb8 r efi_block_io_guid
fff4ed14 r efi_device_path_to_text
fff4ed1c r efi_device_path_utilities
fff4ed3c r efi_file_handle_protocol
fff4ed7c r efi_file_info_guid
fff4ed8c r efi_file_system_info_guid
fff4ed9c r efi_global_variable_guid
fff4edac r efi_gop_guid
fff4edbc r efi_guid_bootmenu_auto_generated
fff4edcc r efi_guid_device_path
fff4eddc r efi_guid_device_path_to_text_protocol
fff4edec r efi_guid_device_path_utilities_protocol
fff4edfc r efi_guid_driver_binding_protocol
fff4ee0c r efi_guid_event_group_before_exit_boot_services
fff4ee1c r efi_guid_event_group_exit_boot_services
fff4ee2c r efi_guid_event_group_memory_map_change
fff4ee3c r efi_guid_event_group_reset_system
fff4ee4c r efi_guid_hii_database_protocol
fff4ee5c r efi_guid_hii_string_protocol
fff4ee6c r efi_guid_image_security_database
fff4ee7c r efi_guid_load_file2_protocol
fff4ee8c r efi_guid_load_file_protocol
fff4ee9c r efi_guid_loaded_image
fff4eeac r efi_guid_loaded_image_device_path
fff4eebc r efi_guid_rng_protocol
fff4eecc r efi_guid_text_input_ex_protocol
fff4eedc r efi_guid_text_input_protocol
fff4eeec r efi_guid_text_output_protocol
fff4eefc r efi_guid_unicode_collation_protocol2
fff4ef0c r efi_guid_virtio_dev
fff4ef1c r efi_hii_database
fff4ef48 r efi_hii_string
fff4ef5c r efi_lf2_initrd_guid
fff4ef6c r efi_lf2_protocol
fff4ef9c r efi_net_guid
fff4efac r efi_pxe_base_code_protocol_guid
fff4efbc r efi_rng_protocol
fff4efc4 r efi_rt_properties_table_guid
fff4efd4 r efi_simple_file_system_protocol_guid
fff4efe4 r efi_system_partition_guid
fff4eff4 r efi_system_volume_label_id
fff4f004 r efi_unicode_collation_protocol2
fff4f068 r exceptions
fff4f0e8 r fastboot_boot.bootm_args
fff4f104 r fastboot_set_reboot_flag.commands
fff4f114 r fastboot_set_reboot_flag.recovery
fff4f134 r fdt_errtable
fff4f1a8 r fdt_src_name
fff4f1bc r feature
fff4f1c0 r feature
fff4f1c4 r feature_legacy
fff4f1c8 r fields
fff4f1d8 r fixed_mtrrs
fff4f204 r freq_desc_tables
fff4f31c r fstypes
fff4f3a4 r generic_syscon_ids
fff4f3ec r getvar_dispatch
fff4f4e0 r init_sequence_f
fff4f5a8 r init_sequence_f_r
fff4f5b0 r irq_router_ids
fff4f5c0 r list_guid
fff4f6c0 r maintenance_menu_items
fff4f744 r month_offset
fff4f774 r mtrr_type_name
fff4f790 r name_type
fff4f858 r ns16550_serial_ids
fff4f888 r ns16550_serial_ops
fff4f8ac r op_adv
fff4f9ac r op_table
fff4fa2c r partition_basic_data_guid
fff4fa3c r pch7_ids
fff4fa4c r pch7_ops
fff4fa60 r pch9_ids
fff4fa70 r pch9_ops
fff4fa84 r pci_bridge_ids
fff4fa94 r pci_bridge_ops
fff4fa9c r pci_generic_ids
fff4faac r pci_x86_ids
fff4fabc r pci_x86_ops
fff4fac4 r qfw_bootdev_ids
fff4fad4 r qfw_bootmeth_ids
fff4fae4 r reserved_list
fff4fb68 r rtc_mc146818_ids
fff4fb78 r rtc_mc146818_ops
fff4fba4 r sha256_k
fff4fca4 r shim_lock_guid
fff4fcb4 r smbios_guid
fff4fcc4 r smbios_write_funcs
fff4fcfc r sysinfo_smbios_ids
fff4fd0c r sysinfo_smbios_ops
fff4fd20 r system_guid
fff4fd30 r table_list
fff4fdc0 r tsc_timer_ids
fff4fdd0 r tsc_timer_ops
fff4fdd4 r uclass_idname_str
fff4fe2c r uimage_comp
fff4fe8c r uimage_os
fff4ff28 r uimage_type
fff501c4 r virtio_blk_ops
fff501d4 r virtio_bootdev_ids
fff501e4 r virtio_console_serial_ops
fff50208 r virtio_drv_name
fff5021c r virtio_net_ops
fff50260 r virtio_pci_ops
fff50304 r weekdays
fff50330 r x86_sysreset_ids
fff50340 r x86_vendor_name
fff5036c r x86_vendors
fff503dc r END
fff503e0 r ROOT
fff503f4 r capitalization_table
fff512c4 r codepage_437
fff513c4 r distfix
fff51444 r dp_lf2_handle
fff5145c r inflate.order
fff51482 r inflate_table.dbase
fff514c2 r inflate_table.dext
fff51502 r inflate_table.lbase
fff51540 r inflate_table.lext
fff5157e r lenfix
fff51f08 r LONG_ONLY_CHARS
fff51f0f r _ctype
fff5200f r android_bootloader_boot_flow.km_name
fff52020 r avb_pubkey
fff52429 r number.digits
fff52439 r default_environment
fff525e3 r env_flags_varaccess_rep
fff525e8 r env_flags_vartype_rep
fff525ef r erase_seq
fff525f3 r extract_keymint_relevant_data.boot_patchlevel_key
fff52619 r extract_keymint_relevant_data.system_patchlevel_key
fff52641 r extract_keymint_relevant_data.system_version_key
fff52665 r extract_keymint_relevant_data.vendor_patchlevel_key
fff5268d r hex_asc
fff5269e r illegal
fff526af r net_bcast_ethaddr
fff526b5 r net_null_addr_ip6
fff526c5 r net_null_ethaddr
fff526cb r padding_RSA2048_SHA256
fff527ab r padding_RSA2048_SHA512
fff5286b r padding_RSA4096_SHA256
fff52a4b r padding_RSA4096_SHA512
fff52c0b r padding_RSA8192_SHA256
fff52feb r padding_RSA8192_SHA512
fff533ab r print_size.names
fff5b155 r .L.str.8
fff5b1b1 r .L.str.17
fff5b1b6 r .L.str.18
fff6217d r tab_seq
fff62186 r version_string
fff621cd r video_fontdata
fff63200 d mp_steps
fff63280 D gdt64
fff63280 d gdt
fff632b0 d gdt_end
fff632b0 d load_flags
fff632d0 d xload_flags
fff632f8 d zboot_subcmds
fff633a0 d image_load_addr
fff633a4 d qfw_bootmeth_ops
fff633bc d bootm_help_text
fff6374c d cmd_bootm_sub
fff63848 d source_help_text
fff63870 d partition
fff63874 d cmd_bcb_sub
fff6391c d bootefi_help_text
fff63a2d d bootz_help_text
fff63c38 d default_tm
fff63c5c d dm_help_text
fff63dd0 d dm_subcmds
fff63e78 d eficonfig_menu_desc
fff63e7c d select_file_menu_items
fff63ea0 d cmd_net
fff63ebc d fastboot_help_text
fff63f78 d cmd_avb
fff64074 d env_id
fff64078 d env_help_text
fff64248 d cmd_env_sub
fff6430c d init_sequence_r
fff64390 d hist_cur
fff64394 d av_
fff6479c d trim_threshold
fff647a0 d sbrk_base
fff647a4 d _stats
fff647b8 d block_cache
fff647c0 d root_info
fff647c8 d x86_sysreset_ops
fff647d4 d virtio_pci_supported
fff64ef0 d qfw_bootdev_ops
fff64ef4 d qfw_pio_ops
fff64efc d console_normal_ops
fff64f18 d env_htab
fff64f28 d efi_obj_list
fff64f30 d efi_event_queue
fff64f38 d efi_register_notify_events
fff64f40 d entry_count
fff64f44 d efi_boot_services
fff6500c d efi_tpl
fff65010 d efi_cout_modes
fff65034 d efi_con_mode
fff6504c d efi_con_out
fff65074 d efi_con_in
fff65080 d efi_con_in_ex
fff65098 d cin_notify_functions
fff650a0 d efi_package_lists
fff650a8 d efi_keyboard_layout_list
fff650b0 d efi_mem
fff650b8 d efi_obj_list_initialized
fff650bc d efi_system_partition
fff650c8 d algorithm_data
fff6511c d y
fff65120 d net_our_vlan
fff65122 d net_native_vlan
fff65124 d tftp_timeout_count_max
fff65128 d tftp_block_size_option
fff6512a d tftp_window_size_option
fff6512c d timeout_ms
fff65130 d timeout_count_max
fff65134 d tftp_block_size
fff65136 d sequence_number
fff65138 d fastboot_send.cmd
fff6514c d _GLOBAL_OFFSET_TABLE_
fff6514c d __efi_runtime_rel_start
fff652ac A __data_end
fff652ac A __init_end
fff652ac d __efi_runtime_rel_stop
fff652bc A __rel_dyn_start
fff652bc B __bss_start
fff652bc b i440fx
fff652c0 b ap_callbacks
fff652c4 b mp_info.0
fff652c8 b mp_info.1
fff652cc b load_sipi_vector.msr_save
fff654d0 b idt
fff65cd0 b idt_ptr
fff65cd8 b irq_handlers
fff65d98 b spurious_irq_cnt
fff65d9c b isa_irq_occupied
fff65dac b state
fff65dc8 b images
fff6611c b get_console.console
fff66120 b block
fff66124 b partition_data
fff66200 b bcb
fff66a00 b image_addr
fff66a04 b image_size
fff66a08 b bootefi_device_path
fff66a0c b bootefi_image_path
fff66a10 b avail_row
fff66a14 b eficonfig_init.init
fff66a18 b cin
fff66a1c b cout
fff66a20 b virtio_curr_dev
fff66a24 b avb_ops
fff66a28 b top_vars
fff66a2c b last_return_code
fff66a30 b get_dollar_var.buf
fff66a58 b flag_repeat
fff66a5c b ifs
fff66a60 b map
fff66b60 b do_repeat
fff66b61 b get_user_input.the_command
fff66d64 b stored_bootdelay
fff66d68 b monitor_flash_len
fff66d6c b console_buffer
fff66f70 b cli_readline_into_buffer.initted
fff66f74 b hist_max
fff66f78 b hist_add_idx
fff66f7c b hist_num
fff66f80 b hist_lines
fff69794 b hist_list
fff697e4 b ctrlc_disabled
fff697e8 b ctrlc_was_pressed
fff697ec b console_devices
fff697f8 b cd_count
fff69804 b tstcdev
fff69808 b mem_malloc_start
fff6980c b mem_malloc_end
fff69810 b mem_malloc_brk
fff69814 b top_pad
fff69818 b current_mallinfo.0
fff6981c b max_sbrked_mem
fff69820 b max_total_mem
fff69824 b stdio_devices
fff69830 b devs
fff69880 b env_complete_buf
fff69a80 b tmp_buf
fff69c81 b print_efiname.name
fff69ca6 b mode_info
fff69dac b virtio_bootdev_ops
fff69db0 b virtio_pci_bind.num_devs
fff69db4 b fastboot_progress_callback
fff69db8 b fastboot_boot.boot_addr_start
fff69dcc b fastboot_buf_addr
fff69dd0 b fastboot_buf_size
fff69dd4 b fastboot_bytes_expected
fff69dd8 b fastboot_bytes_received
fff69ddc b image_size
fff69de0 b first_call
fff69de4 b flags_list
fff69de8 b first_call
fff69dec b callback_list
fff69df0 b fs_type
fff69df4 b fs_dev_desc
fff69df8 b fs_partition
fff69e9c b fs_dev_part
fff69ea0 b cur_dev
fff69ea8 b cur_part_info
fff69f4c b total_sector
fff69f50 b get_set_cluster.tmpbuf_cluster
fff69f54 b bs
fff69f58 b rs
fff69f5c b timers_enabled
fff69f60 b current_image
fff69f64 b efi_st_keep_devices
fff69f68 b efi_get_next_monotonic_count.mono
fff69f70 b uart_obj
fff69f88 b console_timer_event
fff69f8c b key_available
fff69f90 b next_key
fff69f9c b efi_memory_map_key
fff69fa0 b efi_root
fff69fa4 b watchdog_timer_event
fff69fa8 b dhcp_ack
fff69fac b netobj
fff69fb0 b transmit_buffer
fff69fb4 b receive_buffer
fff69fb8 b receive_lengths
fff69fbc b wait_for_packet
fff69fc0 b network_timer_event
fff69fc4 b rx_packet_num
fff69fc8 b new_tx_packet
fff69fcc b rx_packet_idx
fff69fd0 b efi_initrd_handle
fff69fd4 b binman
fff69fd8 b errno
fff69fdc b local_toa
fff69ff4 b arp_wait_packet_ethaddr
fff69ff8 b net_arp_wait_packet_ip
fff69ffc b net_arp_wait_reply_ip.0
fff6a000 b arp_wait_tx_packet_size
fff6a004 b arp_tx_packet_buf
fff6a644 b arp_tx_packet
fff6a648 b arp_wait_timer_start
fff6a64c b arp_wait_try
fff6a650 b net_nis_domain
fff6a670 b net_hostname
fff6a690 b net_root_path
fff6a6d0 b bootp_num_ids
fff6a6d4 b bootp_try
fff6a6d8 b bootp_start
fff6a6dc b bootp_timeout
fff6a6e0 b time_taken_max
fff6a6e4 b bootp_ids
fff6a6f4 b eth_errno
fff6a6f8 b eth_try_another.first_failed
fff6a6fc b eth_set_current.act
fff6a700 b eth_set_current.env_changed_id
fff6a704 b net_nd_sol_packet_ip6
fff6a714 b net_nd_timer_start
fff6a718 b net_nd_try
fff6a71c b net_nd_packet_mac_out
fff6a720 b net_nd_tx_packet
fff6a724 b net_nd_tx_packet_size
fff6a728 b net_nd_packet_buf
fff6ad68 b net_nd_rep_packet_ip6
fff6ad78 b push_packet
fff6ad7c b net_init.first_call
fff6ad7d b net_pkt_buf
fff6cbc0 b net_tx_packet
fff6cbc4 b net_rx_packets
fff6cbd4 b net_state
fff6cbd8 b net_restarted
fff6cbdc b net_dev_exists
fff6cbe0 b net_try_count
fff6cbe4 b net_boot_file_size
fff6cbe8 b net_ip
fff6cbec b time_start
fff6cbf0 b time_handler
fff6cbf4 b time_delta
fff6cbf8 b net_restart_wrap
fff6cbfc b udp_packet_handler
fff6cc00 b arp_packet_handler
fff6cc04 b net_server_ethaddr
fff6cc0c b net_server_ip
fff6cc10 b net_rx_packet
fff6cc14 b net_rx_packet_len
fff6cc18 b net_ethaddr
fff6cc20 b net_ip_id
fff6cc24 b net_boot_file_name
fff6d024 b net_netmask
fff6d028 b net_gateway
fff6d02c b net_dns_server
fff6d030 b net_boot_file_name_explicit
fff6d034 b net_boot_file_expected_size_in_blocks
fff6d038 b net_gateway6
fff6d048 b net_ip6
fff6d058 b net_link_local_ip6
fff6d068 b net_server_ip6
fff6d078 b net_prefix_length
fff6d07c b use_ip6
fff6d080 b net_ping_ip
fff6d084 b ping_seq_number
fff6d086 b seq_no
fff6d088 b net_ping_ip6
fff6d098 b saved_tftp_block_size_option
fff6d09c b tftp_remote_ip6
fff6d0ac b tftp_remote_ip
fff6d0b0 b tftp_filename
fff6d130 b default_filename
fff6d140 b tftp_load_addr
fff6d144 b tftp_state
fff6d148 b time_start
fff6d14c b tftp_remote_port
fff6d150 b timeout_count
fff6d154 b tftp_our_port
fff6d158 b tftp_cur_block
fff6d15c b tftp_windowsize
fff6d15e b tftp_last_nack
fff6d160 b tftp_tsize
fff6d164 b tftp_tsize_num_hash
fff6d168 b tftp_load_size
fff6d16c b tftp_next_ack
fff6d170 b tftp_prev_block
fff6d174 b tftp_block_wrap
fff6d178 b tftp_block_wrap_offset
fff6d17c b fastboot_our_port
fff6d180 b fastboot_timed_send_info.start
fff6d184 b last_packet_len
fff6d188 b last_packet
fff6d588 b fastboot_remote_ip.0
fff6d58c b fastboot_remote_port
fff6d590 b fastboot_send.command
fff6d5d1 b fastboot_send.pending_command
fff6d5d4 b state
fff6d5d8 b command
fff6d619 b response
fff6d660 b curr_header_buffer
fff6d668 b curr_sport
fff6d66a b curr_dport
fff6d66c b curr_tcp_seq_num
fff6d670 b curr_tcp_ack_num
fff6d674 b curr_request_len
fff6d678 b curr_chunk_size
fff6d680 b curr_chunk_downloaded
fff6d688 b curr_header_downloaded
fff6d690 b command_handled_id
fff6d694 b command_handled_success
fff6d695 b is_ipv6
fff6d698 b ip_header_size
fff6d69c b udp_ops
fff6d6a0 b current_tcp_state
fff6d6a4 b tcp_packet_handler
fff6d6a8 b loc_timestamp
fff6d6ac b rmt_timestamp
fff6d6b0 b tcp_lost
fff6d6d4 b tcp_activity_count
fff6d6d8 b tcp_ack_edge
fff6d6dc b prev_len
fff6d6e0 b sack_idx
fff6d6e4 b edge_a
fff6d864 b tcp6_packet_handler
fff6d868 B __bss_end
fff74774 A __rel_dyn_end
fff74778 A _end