summaryrefslogtreecommitdiff
path: root/bootloader/qemu_x86_64/System.map
blob: 25328b47bd0604092f76f897e7115b747216ae43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
0000f800 T start16
0000f831 t ff
0000f83a t code32start
0000f840 t idt_ptr
0000f846 t gdt_ptr
0000f850 T gdt_rom
0000fff0 t reset_vector
fff00000 A __text_start
fff00000 T _x86boot_start
fff0001c T _start
fff0003f T car_init_ret
fff00076 T board_init_f_r_trampoline
fff00082 t die
fff00088 W car_uninit
fff00089 t blank_idt_ptr
fff00090 t multiboot_header
fff000b0 T efi_reset_system
fff000b0 d __efi_runtime_start
fff000cf T efi_memcpy_runtime
fff000e5 T efi_update_table_header_crc32
fff00107 W efi_get_time
fff0010d W efi_set_time
fff00113 T efi_convert_pointer
fff001c0 t efi_unimplemented
fff001c6 t efi_update_capsule_unsupported
fff001cc t efi_query_capsule_caps_unsupported
fff001d2 t efi_set_virtual_address_map_runtime
fff001d8 t efi_convert_pointer_runtime
fff001de T efi_runtime_detach
fff00224 T efi_runtime_relocate
fff0032a T efi_get_variable_runtime
fff0035d T efi_get_next_variable_name_runtime
fff0036e T efi_var_mem_find
fff00444 t efi_var_mem_compare
fff004b0 T efi_var_mem_del
fff0051f T efi_var_mem_ins
fff00617 T efi_var_mem_free
fff0063b t efi_var_mem_notify_virtual_address_map
fff0065d T efi_get_variable_mem
fff006e6 T efi_get_next_variable_name_mem
fff0078f T efi_get_variable_int
fff00794 T efi_get_next_variable_name_int
fff00799 t efi_set_variable_runtime
fff0079f t efi_query_variable_info_runtime
fff007a5 T u16_strnlen
fff007bf T crc32_no_comp
fff00882 T crc32
fff00894 t crc_table
fff00c94 t efi_events
fff00c9c t systab
fff00ce4 t firmware_vendor
fff00cfc t efi_runtime_services
fff00d4c t efi_virtmap
fff00d50 t efi_descriptor_count
fff00d54 t efi_descriptor_size
fff00d58 t efi_runtime_relocate.lastoff
fff00d5c t efi_runtime_mmio
fff00d64 t efi_var_buf
fff00d68 t efi_current_var
fff00d6c d __efi_runtime_stop
fff00d70 T x86_init_cache
fff00d70 W init_cache
fff00d7e T flush_cache
fff00d81 T flush_dcache_range
fff00d82 T invalidate_dcache_range
fff00d83 T cpu_vendor_name
fff00d9a T cpu_get_name
fff00de4 W board_final_init
fff00de5 W board_final_cleanup
fff00de6 t last_stage_init
fff00e42 T cpu_init_r
fff00ea2 T reserve_arch
fff00ec4 T cpu_x86_bind
fff00f1d T cpu_x86_get_vendor
fff00f58 T cpu_x86_get_desc
fff00f85 T cpu_x86_get_count
fff01010 T microcode_read_rev
fff0102e T car_init
fff0103f T qemu_get_low_memory_size
fff0105f T qemu_get_high_memory_size
fff01083 T dram_init
fff010d2 T dram_init_banksize
fff0114a T board_get_usable_ram_top
fff0116c T qemu_chipset_init
fff012b4 T arch_cpu_init
fff012bd T checkcpu
fff012c0 T arch_early_init_r
fff012ce T arch_misc_init
fff012f5 T mp_determine_pci_dstirq
fff0133e T cpu_qemu_get_desc
fff01358 t cpu_qemu_get_count
fff01375 T install_e820_map
fff01476 T lapic_read
fff0147d T lapic_write
fff01484 T enable_lapic
fff014a3 T lapicid
fff014ac T lapic_setup
fff0151e T io_apic_read
fff01529 T qemu_cpu_fixup
fff016a8 T pirq_check_irq_routed
fff01750 T pirq_translate_link
fff01790 T pirq_assign_irq
fff0182d T irq_router_probe
fff01c47 T mp_run_on_cpus
fff01c97 t get_bsp
fff01d06 T mp_first_cpu
fff01d61 T mp_next_cpu
fff01d67 T mp_init
fff02131 t find_cpu_by_apic_id
fff0218d t mp_init_cpu
fff021bc t ap_wait_for_instruction
fff021bf t ap_init
fff02242 t apic_wait_timeout
fff02289 T mtrr_open
fff022d1 T mtrr_close
fff0230b T mtrr_read_all
fff02355 T mtrr_get_var_count
fff02360 T mtrr_write_all
fff023c8 T mtrr_commit
fff02527 t h_comp_mtrr
fff02554 T mtrr_set_valid
fff02576 t mtrr_start_op
fff025b2 T mtrr_set
fff025f1 T mtrr_list
fff026e7 t read_mtrrs_
fff026ec T mtrr_get_type_by_name
fff02707 t read_mtrrs
fff0270c t write_mtrrs
fff02711 t mtrr_do_oper
fff0276e T pci_x86_read_config
fff027cd T pci_x86_write_config
fff0282a T pci_assign_irqs
fff028b0 T ap_start16
fff028f4 T sipi_params_16bit
fff028f4 t ap_start_jmp
fff028fc t gdtaddr
fff02904 T ap_start
fff02904 T ap_start16_code_end
fff02969 t lock_microcode
fff02974 t load_microcode
fff02994 t microcode_done
fff029a4 t load_msr
fff029cc T sipi_params
fff029cc t idt_ptr
fff029d0 t stack_top
fff029d4 t stack_size
fff029d8 t microcode_lock
fff029dc t microcode_ptr
fff029e0 t msr_table_ptr
fff029e4 t msr_count
fff029e8 t c_handler
fff029ec t ap_count
fff029f0 T cpu_call64
fff02a41 t code64
fff02a41 t lret_target
fff02a46 T call64_stub_size
fff02a4a T arch_setup_gd
fff02b26 t setup_identity
fff02c3b T x86_cpu_init_f
fff02d0c T x86_enable_caches
fff02d0c W enable_caches
fff02d1a T x86_disable_caches
fff02d1a W disable_caches
fff02d2a T dcache_status
fff02d37 T cpu_has_64bit
fff02d7d T cpu_jump_to_64bit
fff02dc2 t build_pagetable
fff02e17 T x86_mp_init
fff02e39 T irq_common_entry
fff02e68 T irq_0
fff02e6f T irq_1
fff02e76 T irq_2
fff02e7d T irq_3
fff02e84 T irq_4
fff02e8b T irq_5
fff02e92 T irq_6
fff02e99 T irq_7
fff02ea0 T irq_8
fff02ea7 T irq_9
fff02eae T irq_10
fff02eb5 T irq_11
fff02ebc T irq_12
fff02ec3 T irq_13
fff02eca T irq_14
fff02ed1 T irq_15
fff02ed8 T irq_16
fff02edf T irq_17
fff02ee6 T irq_18
fff02eed T irq_19
fff02ef4 T irq_20
fff02efb T irq_21
fff02f02 T irq_22
fff02f09 T irq_23
fff02f10 T irq_24
fff02f17 T irq_25
fff02f1e T irq_26
fff02f25 T irq_27
fff02f2c T irq_28
fff02f33 T irq_29
fff02f3a T irq_30
fff02f41 T irq_31
fff02f48 T irq_32
fff02f4f T irq_33
fff02f56 T irq_34
fff02f5d T irq_35
fff02f64 T irq_36
fff02f6b T irq_37
fff02f72 T irq_38
fff02f79 T irq_39
fff02f80 T irq_40
fff02f87 T irq_41
fff02f8e T irq_42
fff02f95 T irq_43
fff02f9c T irq_44
fff02fa3 T irq_45
fff02faa T irq_46
fff02fb1 T irq_47
fff02fb8 T irq_48
fff02fbf T irq_49
fff02fc6 T irq_50
fff02fcd T irq_51
fff02fd4 T irq_52
fff02fdb T irq_53
fff02fe2 T irq_54
fff02fe9 T irq_55
fff02ff0 T irq_56
fff02ff7 T irq_57
fff02ffe T irq_58
fff03005 T irq_59
fff0300c T irq_60
fff03013 T irq_61
fff0301a T irq_62
fff03021 T irq_63
fff03028 T irq_64
fff0302f T irq_65
fff03036 T irq_66
fff0303d T irq_67
fff03044 T irq_68
fff0304b T irq_69
fff03052 T irq_70
fff03059 T irq_71
fff03060 T irq_72
fff03067 T irq_73
fff0306e T irq_74
fff03075 T irq_75
fff0307c T irq_76
fff03083 T irq_77
fff0308a T irq_78
fff03091 T irq_79
fff03098 T irq_80
fff0309f T irq_81
fff030a6 T irq_82
fff030ad T irq_83
fff030b4 T irq_84
fff030bb T irq_85
fff030c2 T irq_86
fff030c9 T irq_87
fff030d0 T irq_88
fff030d7 T irq_89
fff030de T irq_90
fff030e5 T irq_91
fff030ec T irq_92
fff030f3 T irq_93
fff030fa T irq_94
fff03101 T irq_95
fff03108 T irq_97
fff0310f T irq_96
fff03116 T irq_98
fff0311d T irq_99
fff03124 T irq_100
fff0312b T irq_101
fff03132 T irq_102
fff03139 T irq_103
fff03140 T irq_104
fff03147 T irq_105
fff0314e T irq_106
fff03155 T irq_107
fff0315c T irq_108
fff03163 T irq_109
fff0316a T irq_110
fff03171 T irq_111
fff03178 T irq_112
fff0317f T irq_113
fff03186 T irq_114
fff0318d T irq_115
fff03194 T irq_116
fff0319b T irq_117
fff031a2 T irq_118
fff031a9 T irq_119
fff031b0 T irq_120
fff031b7 T irq_121
fff031be T irq_122
fff031c5 T irq_123
fff031cc T irq_124
fff031d3 T irq_125
fff031da T irq_126
fff031e1 T irq_127
fff031e8 T irq_128
fff031f2 T irq_129
fff031fc T irq_130
fff03206 T irq_131
fff03210 T irq_132
fff0321a T irq_133
fff03224 T irq_134
fff0322e T irq_135
fff03238 T irq_136
fff03242 T irq_137
fff0324c T irq_138
fff03256 T irq_139
fff03260 T irq_140
fff0326a T irq_141
fff03274 T irq_142
fff0327e T irq_143
fff03288 T irq_144
fff03292 T irq_145
fff0329c T irq_146
fff032a6 T irq_147
fff032b0 T irq_148
fff032ba T irq_149
fff032c4 T irq_150
fff032ce T irq_151
fff032d8 T irq_152
fff032e2 T irq_153
fff032ec T irq_154
fff032f6 T irq_155
fff03300 T irq_156
fff0330a T irq_157
fff03314 T irq_158
fff0331e T irq_159
fff03328 T irq_160
fff03332 T irq_161
fff0333c T irq_162
fff03346 T irq_163
fff03350 T irq_164
fff0335a T irq_165
fff03364 T irq_166
fff0336e T irq_167
fff03378 T irq_168
fff03382 T irq_169
fff0338c T irq_170
fff03396 T irq_171
fff033a0 T irq_172
fff033aa T irq_173
fff033b4 T irq_174
fff033be T irq_175
fff033c8 T irq_176
fff033d2 T irq_177
fff033dc T irq_178
fff033e6 T irq_179
fff033f0 T irq_180
fff033fa T irq_181
fff03404 T irq_182
fff0340e T irq_183
fff03418 T irq_184
fff03422 T irq_185
fff0342c T irq_186
fff03436 T irq_187
fff03440 T irq_188
fff0344a T irq_189
fff03454 T irq_190
fff0345e T irq_191
fff03468 T irq_192
fff03472 T irq_193
fff0347c T irq_194
fff03486 T irq_195
fff03490 T irq_196
fff0349a T irq_197
fff034a4 T irq_198
fff034ae T irq_199
fff034b8 T irq_200
fff034c2 T irq_201
fff034cc T irq_202
fff034d6 T irq_203
fff034e0 T irq_204
fff034ea T irq_205
fff034f4 T irq_206
fff034fe T irq_207
fff03508 T irq_208
fff03512 T irq_209
fff0351c T irq_210
fff03526 T irq_211
fff03530 T irq_212
fff0353a T irq_213
fff03544 T irq_214
fff0354e T irq_215
fff03558 T irq_216
fff03562 T irq_217
fff0356c T irq_218
fff03576 T irq_219
fff03580 T irq_220
fff0358a T irq_221
fff03594 T irq_222
fff0359e T irq_223
fff035a8 T irq_224
fff035b2 T irq_225
fff035bc T irq_226
fff035c6 T irq_227
fff035d0 T irq_228
fff035da T irq_229
fff035e4 T irq_230
fff035ee T irq_231
fff035f8 T irq_232
fff03602 T irq_233
fff0360c T irq_234
fff03616 T irq_235
fff03620 T irq_236
fff0362a T irq_237
fff03634 T irq_238
fff0363e T irq_239
fff03648 T irq_240
fff03652 T irq_241
fff0365c T irq_242
fff03666 T irq_243
fff03670 T irq_244
fff0367a T irq_245
fff03684 T irq_246
fff0368e T irq_247
fff03698 T irq_248
fff036a2 T irq_249
fff036ac T irq_250
fff036b6 T irq_251
fff036c0 T irq_252
fff036ca T irq_253
fff036d4 T irq_254
fff036de T irq_255
fff036e8 T x86_get_idt
fff036ee T enable_interrupts
fff036f0 T disable_interrupts
fff03700 T interrupt_init
fff0379e T irq_llsr
fff037d8 t dump_regs
fff03960 T setjmp
fff03978 T longjmp
fff0398c t nz
fff0398f T memset
fff039ca T memcpy
fff03a00 T memmove
fff03b75 T boot_linux_kernel
fff03bdb T do_bootm_linux
fff03d13 T arch_lmb_reserve
fff03d32 T efi_add_known_memory
fff03dde T init_cache_f_r
fff03dfd T irq_install_handler
fff03e88 T irq_free_handler
fff03ed7 T do_irq
fff03f4b T mp_write_floating_table
fff03f8a T mp_config_table_init
fff03fee T mp_write_processor
fff040ad T mptable_finalize
fff040e4 T write_mp_table
fff043f2 T i8259_init
fff04460 T unmask_irq
fff04486 T mask_irq
fff044aa T specific_eoi
fff044c4 T i8254_init
fff044db T pirq_route_irqs
fff0461a T copy_pirq_routing_table
fff04667 T write_pirq_routing_table
fff0468a T copy_uboot_to_ram
fff046be T clear_bss
fff046f6 T do_elf_reloc_fixups
fff047b1 T acpi_find_fadt
fff0483e T enter_acpi_mode
fff04848 T table_fill_string
fff04873 T write_tables
fff04950 T zimage_get_kernel_version
fff049ad t get_boot_protocol
fff049ee T load_zimage
fff04bcb T setup_zimage
fff04e96 t zboot_load
fff04f0c T zimage_dump
fff0553d t print_flags
fff05596 T do_zboot_parent
fff0564d T android_bootloader_boot_kernel
fff0572c t hex_to_str
fff05781 t complete_zboot
fff057ad t do_zboot_start
fff0586e t do_zboot_load
fff058b0 t do_zboot_setup
fff0590e t do_zboot_info
fff05930 t do_zboot_go
fff05962 t do_zboot_dump
fff059a2 W board_quiesce_devices
fff059a3 T bootm_find_images
fff05aaa T bootm_disable_interrupts
fff05aaf T bootm_process_cmdline
fff05ab2 T do_bootm_states
fff060b4 W switch_to_non_secure_mode
fff060b5 W arch_preboot_os
fff060b6 W board_preboot_os
fff060b7 T boot_selected_os
fff06101 T bootm_os_get_boot_func
fff06109 t do_bootm_standalone
fff0613f t qfw_bootmeth_bind
fff06153 t qfw_check
fff06175 t qfw_read_bootflow
fff061e3 t qfw_read_file
fff061e9 t qfw_boot
fff0621d T image_multi_getimg
fff06274 T image_decomp
fff06395 T genimg_get_os_name
fff063ba T genimg_get_comp_name
fff063df t on_loadaddr
fff063fe T env_get_bootm_low
fff0641f T env_get_bootm_size
fff064ba T env_get_bootm_mapsize
fff064e2 T memmove_wd
fff064eb T genimg_get_kernel_addr_fit
fff064fc T genimg_get_format
fff06528 T genimg_has_config
fff0652b T boot_get_ramdisk
fff06621 T boot_ramdisk_high
fff0672b T boot_get_setup
fff06731 T image_setup_linux
fff06794 T image_locate_script
fff067bd T ab_select_slot
fff06c70 T android_image_get_kernel
fff06c7b T android_image_check_header
fff06c7e T android_image_get_end
fff06c81 T android_image_get_kload
fff06c85 T android_image_get_kcomp
fff06c88 T android_image_get_ramdisk
fff06ca0 T android_image_get_kernel_cmdline
fff06ca4 T android_image_is_bootconfig_used
fff06caf T android_get_preloaded_partition
fff06d61 t is_same_partition
fff06dc5 T android_image_load
fff0734c t _extract_boot_image_header
fff073c6 t _read_in_boot_ramdisk
fff073f6 T android_image_get_second
fff073fa T android_image_get_dtb_by_index
fff073fd t android_read_data
fff0751d T android_bootloader_boot_flow
fff07dd5 t do_avb_verify
fff07f5e t android_part_get_info_by_name_suffix
fff07fd1 t get_partition_size
fff0804f T android_bootloader_request_response
fff082b0 t console_write
fff08324 t console_read
fff08395 T oemlock_is_allowed
fff0839f t oemlock_get_field
fff08400 T oemlock_set_locked
fff08471 T oemlock_is_locked
fff0847b t get_console
fff084da T write_avb_to_keymint_console
fff0899a t parse_patchlevel
fff08a84 T fdt_find_and_setprop
fff08ad6 T fdt_find_or_add_subnode
fff08b25 T fdt_root
fff08b9d T fdt_initrd
fff08d1c W board_fdt_chosen_bootargs
fff08d26 T fdt_chosen
fff08ddf T do_fixup_by_path
fff08e1e T fdt_fixup_ethernet
fff08f84 T fdt_shrink_to_minimum
fff09069 T fdt_support_default_count_cells
fff090ba T fdt_translate_address
fff090d5 t __of_translate_address
fff09304 t of_bus_default_map
fff093b3 t of_bus_default_translate
fff09411 T boot_fdt_add_mem_rsv_regions
fff0952f t boot_fdt_reserve_region
fff09588 T boot_relocate_fdt
fff097f7 t fdt_error
fff0981c T boot_get_fdt
fff09a0c W ft_verify_fdt
fff09a10 W arch_fixup_fdt
fff09a13 T image_setup_libfdt
fff09b97 T do_bootm
fff09c67 T bootm_maybe_autostart
fff09cca T do_bootd
fff09ce5 t do_help
fff09d1d t do_panic
fff09d39 t do_version
fff09d74 t do_acpi
fff09de3 t complete_acpi
fff09e0f t do_acpi_list
fff09f1a t do_acpi_items
fff09f46 t do_acpi_set
fff09fa1 t do_acpi_dump
fff0a026 t dump_hdr
fff0a095 t do_ab_select
fff0a170 T blk_common_cmd
fff0a454 t do_source
fff0a492 T bcb_find_partition_and_load
fff0a4f9 t __bcb_initialize
fff0a5cc t __bcb_load
fff0a691 T bcb_load
fff0a6e4 T bcb_set
fff0a6f9 t __bcb_set
fff0a7c3 T bcb_get
fff0a808 t bcb_field_get
fff0a8b7 T bcb_store
fff0a8bc t __bcb_store
fff0a928 T bcb_reset
fff0a964 t do_bcb
fff0aa9d t do_bcb_load
fff0ab07 t do_bcb_set
fff0ab16 t do_bcb_clear
fff0ab67 t do_bcb_test
fff0abea t do_bcb_dump
fff0ac37 t do_bcb_store
fff0ac3c t do_boot_android
fff0ac53 t do_verified_boot_android
fff0ac6a t boot_android
fff0ada7 T efi_get_image_parameters
fff0adb7 T efi_set_bootdev
fff0aedc T efi_install_fdt
fff0b003 T efi_run_image
fff0b197 t do_bootefi_exec
fff0b2c2 t do_bootefi
fff0b4a6 W bootz_setup
fff0b4ba T do_bootz
fff0b591 t do_video_clear
fff0b5a6 T mk_date
fff0b7d5 t do_date
fff0b93e t do_dm
fff0b9ad t complete_dm
fff0b9d9 t do_dm_dump_driver_compat
fff0b9e7 t do_dm_dump_devres
fff0b9ea t do_dm_dump_drivers
fff0b9f8 t do_dm_dump_static_driver_info
fff0ba06 t do_dm_dump_tree
fff0ba95 t do_dm_dump_uclass
fff0bade t do_echo
fff0bb46 t do_efidebug
fff0bbbb t do_efi_boot_opt
fff0bc06 t do_efi_show_drivers
fff0bd0c t do_efi_show_handles
fff0be62 t do_efi_show_images
fff0be72 t do_efi_show_memmap
fff0bf9e t do_efi_show_tables
fff0bfb1 t do_efi_test
fff0bffa t do_efi_query_info
fff0c0ef t do_efi_boot_add
fff0c4ee t do_efi_boot_rm
fff0c5b4 t do_efi_boot_dump
fff0c7eb t do_efi_boot_next
fff0c887 t do_efi_boot_order
fff0cb19 t do_efi_test_bootmgr
fff0cbaf T efi_show_tables
fff0cc05 T eficonfig_print_msg
fff0cc33 T eficonfig_print_entry
fff0cca7 T eficonfig_display_statusline
fff0ccef T eficonfig_choice_entry
fff0cd7c T eficonfig_destroy
fff0cddb T eficonfig_process_quit
fff0cde1 T eficonfig_append_menu_entry
fff0ce69 T eficonfig_append_quit_entry
fff0ceb3 T eficonfig_create_fixed_menu
fff0cf28 T eficonfig_process_common
fff0d043 T eficonfig_create_device_path
fff0d0b8 T eficonfig_process_clear_file_selection
fff0d0cd T eficonfig_process_show_file_option
fff0d135 T eficonfig_process_select_file
fff0d91b T eficonfig_choice_change_boot_order
fff0db2e t do_eficonfig
fff0dcb2 t eficonfig_volume_selected
fff0dcc8 t sort_file
fff0dcd7 t eficonfig_file_selected
fff0de49 t eficonfig_process_add_boot_option
fff0dec8 t eficonfig_process_edit_boot_option
fff0dfd1 t eficonfig_process_change_boot_order
fff0e252 t eficonfig_process_delete_boot_option
fff0e288 t eficonfig_edit_boot_option
fff0e6d1 t fill_file_info
fff0e72f t eficonfig_set_boot_option
fff0e7ad t create_boot_option_entry
fff0e82f t eficonfig_boot_add_enter_description
fff0e84d t prepare_file_selection_entry
fff0e984 t eficonfig_boot_add_optional_data
fff0e9a2 t eficonfig_boot_edit_save
fff0e9ec t handle_user_input
fff0ea6c t eficonfig_show_boot_selection
fff0ec16 t eficonfig_add_boot_selection_entry
fff0ed73 t eficonfig_process_boot_selected
fff0ed82 t eficonfig_print_change_boot_order_entry
fff0ee13 t eficonfig_add_change_boot_order_entry
fff0ef1f t eficonfig_process_save_boot_order
fff0efe8 t do_exit
fff0f015 T do_fat_size
fff0f027 T do_fat_fsload
fff0f039 t do_fat_ls
fff0f04b t do_fat_fsinfo
fff0f0d6 t do_fat_fswrite
fff0f0e8 t do_fat_rm
fff0f0fa t do_fat_mkdir
fff0f10c t do_size_wrapper
fff0f11e t do_load_wrapper
fff0f130 t do_save_wrapper
fff0f142 t do_ls_wrapper
fff0f154 t do_ln_wrapper
fff0f166 t do_fstype_wrapper
fff0f16b t do_fstypes_wrapper
fff0f170 t do_itest
fff0f1de t binary_test
fff0f2eb t evalstr
fff0f33a t evalexp
fff0f397 t do_sleep
fff0f464 t do_bootp
fff0f480 T do_tftpb
fff0f49f t netboot_common
fff0f816 t do_ping
fff0f877 T do_ping6
fff0f8e3 t do_net
fff0f940 t do_net_list
fff0f9bd t do_net_stats
fff0fac1 t do_part
fff0fdd8 t do_part_types
fff0fe6a t do_part_set
fff0fed7 t do_part_type
fff0ff4f t do_part_info
fff10093 t do_rw
fff1016f T setexpr_regex_sub
fff1037d t substitute
fff10440 t do_setexpr
fff106a3 t get_arg
fff1073f t regex_sub_var
fff1082b t do_test
fff10abd t do_false
fff10ac1 t do_true
fff10ac4 t do_virtio
fff10b4a t do_video_setcursor
fff10ba3 t do_video_puts
fff10bf8 t do_fastboot
fff10d89 t do_gpt
fff10fd9 t gpt_verify
fff110e2 t gpt_setenv
fff111d4 t gpt_enumerate
fff112e8 t do_disk_guid
fff11333 t set_gpt_info
fff11858 t extract_val
fff118d3 t extract_env
fff11971 T do_avb_init
fff119c1 T do_avb_read_part
fff11a76 T do_avb_read_part_hex
fff11b8b T do_avb_write_part
fff11c28 T do_avb_read_rb
fff11c9e T do_avb_write_rb
fff11d0f T do_avb_get_uuid
fff11d7a T do_avb_verify_part
fff11e0a T do_avb_is_unlocked
fff11e74 t do_avb
fff11ecb t do_mtrr
fff120f0 T env_get_id
fff120f6 T env_set
fff1214c t _do_env_set
fff122e6 t do_env
fff12331 t do_env_print
fff123be t do_env_set
fff123de t do_env_default
fff12473 t do_env_delete
fff12513 t do_env_verified_import
fff1273e t do_env_exists
fff12786 t env_print
fff12838 T board_init_f_alloc_reserve
fff12841 T board_init_f_init_reserve
fff12871 T main_loop
fff128b2 T get_version
fff128b8 T jumptable_init
fff12b3c t dummy
fff12b3d t mdelay
fff12b48 T get_local_var
fff12bad T set_local_var
fff12ce7 T unset_local_var
fff12d5d T parse_string_outer
fff12e35 t parse_stream_outer
fff1346a T parse_file_outer
fff134a6 T u_boot_hush_start
fff134e3 t do_showvar
fff135cb t static_peek
fff135d1 t static_get
fff135e5 t done_word
fff1385f t done_pipe
fff1389a t file_peek
fff138a0 t free_pipe_list
fff13950 t new_pipe
fff13983 t done_command
fff139f4 t b_addqchr
fff13a36 t b_addchr
fff13a8b t run_list_real
fff14240 t insert_var_value_sub
fff144fd t make_string
fff14611 t file_get
fff1478f T bootdelay_process
fff1481f T autoboot_command
fff14905 W board_add_ram_info
fff14906 W mach_cpu_init
fff14909 W arch_setup_dest_addr
fff1490c W arch_reserve_mmu
fff1490f W arch_reserve_stacks
fff14912 W arch_setup_bdinfo
fff14915 T setup_bdinfo
fff14920 T board_init_f
fff14949 T board_init_f_r
fff14999 t setup_mon_len
fff149a9 t initf_bootstage
fff149ac t bloblist_maybe_init
fff149af t setup_spl_handoff
fff149b2 t initf_dm
fff149ba t init_baud_rate
fff149e1 t display_text_info
fff149e4 t print_resetinfo
fff14a78 t announce_dram_init
fff14a8b t setup_dest_addr
fff14ae8 t reserve_round_4k
fff14af8 t reserve_video
fff14b25 t reserve_trace
fff14b28 t reserve_uboot
fff14b6a t reserve_malloc
fff14b88 t reserve_board
fff14bdd t reserve_global_data
fff14c0e t reserve_fdt
fff14c7c t reserve_bootstage
fff14c7f t reserve_bloblist
fff14c82 t reserve_stacks
fff14ca0 t show_dram_config
fff14f85 t display_new_sp
fff14f88 t reloc_fdt
fff14fd7 t reloc_bootstage
fff14fda t reloc_bloblist
fff14fdd t setup_reloc
fff15029 t cyclic_unregister_all
fff1502c t jump_to_copy
fff1505d W cpu_secondary_init_r
fff15060 W arch_initr_trap
fff15063 W power_init_board
fff15066 T board_init_r
fff1508f t initr_trace
fff15092 t initr_reloc
fff150a2 t initr_reloc_global_data
fff150d4 t initr_barrier
fff150d7 t initr_malloc
fff15106 t initr_bootstage
fff15109 t initr_of_live
fff1510c t initr_dm
fff1513a t initr_binman
fff15161 t initr_dm_devices
fff15164 t initr_announce
fff15167 t dm_announce
fff151d6 t initr_env
fff1522d t initr_net
fff15245 t run_main_loop
fff15259 T iomux_match_device
fff15279 T iomux_doenv
fff1542f T menu_default_choice
fff15444 T menu_default_set
fff154b6 T menu_get_choice
fff15628 T menu_item_add
fff156dd T menu_create
fff1575c T menu_destroy
fff157b4 T bootmenu_conv_key
fff15816 T bootmenu_loop
fff1585c T cli_ch_init
fff15868 T cli_ch_process
fff159db T cread_line_process_ch
fff15e6f t cread_add_char
fff15f2d T cli_cread_init
fff15f9d T cli_readline
fff15fb0 T cli_readline_into_buffer
fff1631a t delete_char
fff163c2 T cli_simple_process_macros
fff165ec T bounce_buffer_start_extalign
fff1666a T bounce_buffer_stop
fff166b1 t on_console
fff16757 t console_needs_start_stop
fff167a0 T console_stop
fff167c5 T serial_printf
fff16806 T fgetc
fff1683c t console_tstc
fff168b3 T fputs
fff168fd T getchar
fff16924 T tstc
fff1694b T putc
fff169ba T puts
fff16a24 T flush
fff16a8c T ctrlc
fff16acd T disable_ctrlc
fff16adb T had_ctrlc
fff16ae3 T clear_ctrlc
fff16aeb T console_search_dev
fff16b07 T console_assign
fff16be4 T console_init_f
fff16bfa T console_init_r
fff16d98 T sbrk
fff16dd6 T mem_malloc_init
fff16de9 T malloc
fff171fb t malloc_extend_top
fff17366 T free
fff17550 T malloc_trim
fff17619 T realloc
fff17a2e T memalign
fff17b8a T calloc
fff17c16 T initf_malloc
fff17c3f T malloc_simple
fff17c49 t alloc_simple
fff17cd0 T memalign_simple
fff17cd9 T event_type_name
fff17cdf T event_notify
fff17d93 T event_notify_null
fff17d9c T event_register
fff17dfa T event_init
fff17e15 W get_effective_memsize
fff17e23 T stdio_file_to_flags
fff17e37 T stdio_get_by_name
fff17efb T stdio_clone
fff17f2d T stdio_register_dev
fff17f6f T stdio_register
fff17fa5 T stdio_init_tables
fff17fb7 T stdio_add_devices
fff1803b t stdio_serial_putc
fff18042 t stdio_serial_puts
fff18049 t stdio_serial_flush
fff1804e t stdio_serial_getc
fff18053 t stdio_serial_tstc
fff18058 T run_command
fff18064 T run_command_list
fff180c1 T do_run
fff18116 T cli_process_fdt
fff18142 T cli_secure_boot_cmd
fff181a3 T cli_loop
fff181ad T cli_init
fff181b2 T _do_help
fff182d1 T find_cmd_tbl
fff18364 T cmd_usage
fff183b8 T find_cmd
fff183d9 T var_complete
fff1843d T complete_subcmdv
fff185b7 T cmd_auto_complete
fff18916 T cmd_get_data_size
fff18971 T cmd_always_repeatable
fff1898e T cmd_never_repeatable
fff189ab T cmd_discard_repeatable
fff189c3 T cmd_process
fff18af7 T cmd_source_script
fff18b38 T log_get_cat_name
fff18b73 T log_get_level_name
fff18b87 T log_has_file
fff18be4 T _log
fff18e7a T log_init
fff18f70 t log_console_emit
fff19056 T avb_ops_alloc
fff190d7 t read_from_partition
fff190fb t write_to_partition
fff1911d t validate_vbmeta_public_key
fff1915d t read_rollback_index
fff1918a t write_rollback_index
fff191a5 t read_is_device_unlocked
fff191c4 t get_unique_guid_for_partition
fff19209 t get_size_of_partition
fff1924f T avb_ops_free
fff19285 T avb_verify
fff192c7 T avb_verify_partitions
fff19400 t blk_byte_io
fff196fb t get_partition
fff197ad t blk_read_and_flush
fff198ba t avb_blk_write
fff199bc T qfw_get_dev
fff199c8 T qfw_online_cpus
fff199ea T qfw_read_firmware_list
fff19ab2 T qfw_find_file
fff19ae4 T qfw_file_iter_init
fff19b04 T qfw_file_iter_next
fff19b10 T qfw_file_iter_end
fff19b19 T qemu_fwcfg_setup_kernel
fff19ca4 T part_get_type_by_name
fff19d04 T blk_get_dev
fff19d19 t get_dev_hwpart
fff19d40 T dev_print
fff19f87 T part_init
fff19ff7 T part_print
fff1a125 t part_driver_lookup_type
fff1a1cc T part_get_info_by_type
fff1a276 T part_get_info
fff1a287 T part_get_info_whole_disk
fff1a2d0 T blk_get_device_by_str
fff1a3b2 T blk_get_device_part_str
fff1a77e T part_get_info_by_name
fff1a7f6 T part_get_info_by_dev_and_name
fff1a881 T part_get_info_by_dev_and_name_or_num
fff1a8de T part_set_generic_name
fff1a93d T disk_blk_read
fff1a994 t disk_blk_part_validate
fff1a9e7 T disk_blk_write
fff1aa3e T disk_blk_erase
fff1aa95 t test_block_type
fff1ab19 t part_get_info_dos
fff1ab3d t part_print_dos
fff1ab69 t part_test_dos
fff1abe9 t part_get_info_extended
fff1aec5 t print_partition_extended
fff1b0f8 T get_disk_guid
fff1b174 t find_valid_gpt
fff1b1ca T part_print_efi
fff1b352 t is_pte_valid
fff1b38d T part_get_info_efi
fff1b516 T write_gpt_table
fff1b64d t set_protective_mbr
fff1b70d T gpt_fill_pte
fff1b986 T gpt_fill_header
fff1ba1d t partition_entries_offset
fff1ba6e T gpt_restore
fff1bb4c T gpt_verify_headers
fff1bbc8 t is_gpt_valid
fff1bda8 T gpt_repair_headers
fff1bf32 t write_one_gpt_table
fff1bfa3 T gpt_verify_partitions
fff1c192 t validate_gpt_header
fff1c23b t part_test_efi
fff1c2c6 T blk_get_uclass_name
fff1c2e5 T blk_get_devnum_by_uclass_idname
fff1c396 T blk_get_desc
fff1c44c T blk_list_part
fff1c4b5 T blk_print_part_devnum
fff1c4e1 T blk_list_devices
fff1c533 T blk_print_device_num
fff1c566 T blk_show_device
fff1c5cb T blk_dselect_hwpart
fff1c5ec T blk_read
fff1c724 t blk_buffer_aligned
fff1c73b T blk_write
fff1c80b T blk_erase
fff1c85a T blk_dread
fff1c865 T blk_dwrite
fff1c870 T blk_derase
fff1c87b T blk_find_max_devnum
fff1c8d5 T blk_next_free_devnum
fff1c8f3 T blk_create_device
fff1ca68 t blk_post_probe
fff1cb5c T blkcache_read
fff1cc56 T blkcache_fill
fff1cda4 T blkcache_invalidate
fff1ce0b T device_bind_with_driver_data
fff1ce30 t device_bind_common
fff1d0e0 T device_bind
fff1d105 T device_bind_by_name
fff1d164 T device_of_to_plat
fff1d249 T device_probe
fff1d33c T device_get_uclass_id
fff1d346 T dev_get_plat
fff1d351 T dev_get_parent_plat
fff1d35c T dev_get_uclass_plat
fff1d367 T dev_get_priv
fff1d372 T dev_get_uclass_priv
fff1d37d T dev_get_parent_priv
fff1d388 T dev_get_parent
fff1d38c T device_get_decendent_count
fff1d3b2 T device_find_first_child
fff1d3cb T device_find_next_child
fff1d3e9 T device_first_child_err
fff1d417 T device_next_child_err
fff1d44a T dev_get_driver_data
fff1d44e T device_set_name_alloced
fff1d453 T device_set_name
fff1d479 T dev_set_priv
fff1d47d T dev_set_parent_priv
fff1d481 T dev_set_uclass_priv
fff1d485 T dev_set_plat
fff1d489 T dev_set_parent_plat
fff1d48d T dev_set_uclass_plat
fff1d491 t alloc_priv
fff1d4e2 T devfdt_get_addr_index
fff1d58e T devfdt_get_addr_size_index
fff1d5c3 T devfdt_get_addr_pci
fff1d63c T lists_driver_lookup_name
fff1d69a T lists_uclass_lookup
fff1d6e4 T lists_bind_drivers
fff1d7a3 T device_bind_driver
fff1d7ea T device_bind_driver_to_node
fff1d825 T lists_bind_fdt
fff1d9b5 T dm_root
fff1d9ce T dm_init
fff1da62 T dm_remove_devices_flags
fff1da8b T dm_scan_fdt_dev
fff1dab1 t dm_scan_fdt_node
fff1db2c T dm_extended_scan
fff1db8b W dm_scan_other
fff1db8e T dm_init_and_scan
fff1dc09 T dm_get_stats
fff1dc2d t dm_probe_devices
fff1dc91 T uclass_get_priv
fff1dc94 T uclass_get
fff1ddca T uclass_get_name
fff1ddeb T dev_get_uclass_index
fff1de20 T uclass_find_device
fff1de65 T uclass_find_first_device
fff1de96 T uclass_find_next_device
fff1deb3 T uclass_find_device_by_namelen
fff1df30 T uclass_find_next_free_seq
fff1df86 T uclass_find_device_by_seq
fff1dfca T uclass_find_device_by_of_offset
fff1e00d T uclass_find_device_by_ofnode
fff1e050 T uclass_get_nth_device_by_driver_name
fff1e0bb T uclass_get_device
fff1e0e9 T uclass_get_device_by_name
fff1e132 T uclass_get_device_by_seq
fff1e160 T uclass_get_device_by_of_offset
fff1e18e T uclass_get_device_by_ofnode
fff1e1bc T uclass_first_device
fff1e1f1 t _uclass_next_device
fff1e225 T uclass_next_device
fff1e244 T uclass_first_device_err
fff1e264 T uclass_first_device_check
fff1e2aa T uclass_next_device_check
fff1e2cf T uclass_get_count
fff1e2fa T uclass_first_device_drvdata
fff1e353 T uclass_bind_device
fff1e3aa T uclass_pre_unbind_device
fff1e3c6 T uclass_unbind_device
fff1e3dc T uclass_pre_probe_device
fff1e41c T uclass_post_probe_device
fff1e45a T uclass_pre_remove_device
fff1e476 T uclass_probe_all
fff1e4bb T pci_get_devfn
fff1e4f8 T dev_tag_set_ptr
fff1e5a0 T dev_tag_get_ptr
fff1e5fb T dev_tag_del
fff1e673 T devres_release_probe
fff1e68b t release_nodes
fff1e6df T devres_release_all
fff1e6f7 T device_chld_unbind
fff1e77d T device_unbind
fff1e86f T device_chld_remove
fff1e8c9 T device_remove
fff1e9b9 T device_free
fff1ea3c T dm_dump_tree
fff1eab1 t dm_dump_tree_single
fff1eb0f t dm_dump_tree_recursive
fff1eb95 T dm_dump_uclass
fff1ec26 t dm_dump_uclass_single
fff1eccd T dm_dump_driver_compat
fff1ed6f T dm_dump_drivers
fff1ee7e T dm_dump_static_driver_info
fff1eeca t show_devices
fff1f049 t h_cmp_uclass_id
fff1f068 t init_range
fff1f0c0 T regmap_init_mem
fff1f220 T syscon_get_by_driver_data
fff1f234 t syscon_pre_probe
fff1f264 T ofnode_get_name
fff1f27d T ofnode_read_u32_index
fff1f2cf T ofnode_read_u32_default
fff1f2ea T ofnode_read_bool
fff1f30f T ofnode_read_string
fff1f34c T ofnode_read_size
fff1f37b T ofnode_find_subnode
fff1f398 T ofnode_is_enabled
fff1f3b4 T ofnode_first_subnode
fff1f3d1 T ofnode_next_subnode
fff1f3ee T ofnode_get_parent
fff1f40b T ofnode_path
fff1f42f T ofnode_get_chosen_node
fff1f496 T ofnode_get_property
fff1f4b6 T ofnode_read_u8_array_ptr
fff1f4d6 T ofnode_read_pci_addr
fff1f59a T ofnode_read_pci_vendev
fff1f66e T ofnode_read_simple_addr_cells
fff1f67e T ofnode_read_simple_size_cells
fff1f68e T ofnode_pre_reloc
fff1f7e3 T ofnode_conf_read_int
fff1f821 T ofnode_conf_read_str
fff1f850 T sysreset_get_status
fff1f86e T sysreset_walk
fff1f8db T sysreset_walk_halt
fff1f91d T do_reset
fff1f964 T pch_sysreset_power_off
fff1f9e7 t x86_sysreset_probe
fff1fa0d t x86_sysreset_request
fff1fa35 t x86_sysreset_get_last
fff1fa3b T pch_ioctl
fff1fa60 t pch7_get_spi_base
fff1fa89 t pch7_set_spi_protect
fff1fac6 t pch7_get_gpio_base
fff1fb03 t pch9_get_spi_base
fff1fb27 t pch9_get_gpio_base
fff1fb64 t pch9_get_io_base
fff1fba1 T setup_video
fff1fc50 T pci_get_bus
fff1fc93 T pci_get_controller
fff1fccc T dm_pci_get_bdf
fff1fd10 t pci_get_bus_max
fff1fd4c T pci_bus_find_devfn
fff1fda1 T dm_pci_write_config
fff1fe23 T pci_write_config32
fff1fe3b t pci_write_config
fff1fe9d T pci_write_config16
fff1feb5 T pci_write_config8
fff1fecd T dm_pci_write_config8
fff1fee0 T dm_pci_write_config16
fff1fef3 T dm_pci_write_config32
fff1ff06 T dm_pci_read_config
fff1ffb6 t pci_read_config
fff20044 T pci_read_config16
fff2006e T pci_read_config8
fff20096 T dm_pci_read_config8
fff200bb T dm_pci_read_config16
fff200e2 T dm_pci_read_config32
fff20107 T pci_auto_config_devices
fff20216 T dm_pci_hose_probe_bus
fff202b8 T dm_pci_find_capability
fff20327 W board_pci_fixup_dev
fff20328 T pci_bind_bus_devices
fff2081d T dm_pci_read_bar32
fff20859 T dm_pci_bus_to_phys
fff208fe T dm_pci_map_bar
fff20a56 T dm_pci_find_next_capability
fff20a6c t _dm_pci_find_next_capability
fff20af8 t pci_uclass_pre_probe
fff20e3b t pci_uclass_post_probe
fff20e83 t pci_uclass_child_post_bind
fff20eb4 T pci_init
fff20ee6 t pci_bridge_read_config
fff20f63 t pci_bridge_write_config
fff20fac T dm_pciauto_prescan_setup_bridge
fff2136b T dm_pciauto_postscan_setup_bridge
fff2148b T dm_pciauto_config_device
fff2151c t dm_pciauto_setup_device
fff21745 t dm_pciauto_exp_link_stable
fff2180a t _pci_x86_read_config
fff21829 t _pci_x86_write_config
fff21848 T pciauto_region_align
fff21854 T pciauto_region_allocate
fff2188c T pciauto_config_init
fff21948 T serial_init
fff21a6f T serial_setbrg
fff21aae T serial_initialize
fff21abc T serial_putc
fff21b10 T serial_puts
fff21b35 t _serial_puts
fff21b7b T serial_flush
fff21bb5 T serial_getc
fff21bee T serial_tstc
fff21c21 T serial_stdio_init
fff21c22 t on_baudrate
fff21d02 t serial_post_probe
fff21da7 t serial_pre_remove
fff21daa t serial_stub_putc
fff21de6 t serial_stub_puts
fff21dee t serial_stub_flush
fff21e10 t serial_stub_getc
fff21e31 t serial_stub_tstc
fff21e49 T ns16550_init
fff21ecf t ns16550_setbrg
fff21f40 T ns16550_serial_probe
fff21fa6 T ns16550_serial_of_to_plat
fff2207a t ns16550_serial_setbrg
fff220a6 t ns16550_serial_getc
fff220e1 t ns16550_serial_putc
fff2211f t ns16550_serial_pending
fff22150 t ns16550_serial_setconfig
fff2219e t ns16550_serial_getinfo
fff221e3 T timer_get_count
fff22209 T timer_get_rate
fff22217 T dm_timer_init
fff222e5 t timer_pre_probe
fff2230e t timer_post_probe
fff22326 T get_timer
fff22364 T timer_get_us
fff22396 T __udelay
fff223fa t tsc_timer_ensure_setup
fff2257a t tsc_timer_probe
fff225c3 t cpu_mhz_from_msr
fff22664 t quick_pit_calibrate
fff227b3 t tsc_timer_get_count
fff227cf T virtio_get_config
fff227e9 T virtio_set_config
fff22804 T virtio_generation
fff2281b T virtio_reset
fff22826 T virtio_find_vqs
fff2283a T virtio_notify
fff22847 T virtio_add_status
fff22879 T virtio_finalize_features
fff228d2 T virtio_driver_features_init
fff228eb t virtio_uclass_pre_probe
fff22938 t virtio_uclass_post_probe
fff229d6 t virtio_uclass_child_post_bind
fff229e7 t virtio_uclass_child_pre_probe
fff22bde t virtio_uclass_child_post_probe
fff22bf1 t virtio_bootdev_bind
fff22c06 t virtio_bootdev_hunt
fff22c35 T virtqueue_add
fff22eb2 T virtqueue_kick
fff22f1b T virtqueue_get_buf
fff23050 T vring_create_virtqueue
fff232a9 T vring_del_virtqueue
fff232e3 T virtqueue_get_vring_size
fff232e7 T virtqueue_get_desc_addr
fff232eb T virtqueue_get_avail_addr
fff232ef T virtqueue_get_used_addr
fff232f3 T virtqueue_poll
fff23316 t __bb_force_page_align
fff23332 t virtqueue_detach_desc
fff23377 t virtio_pci_bind
fff233b3 t virtio_pci_probe
fff235b5 t virtio_pci_find_capability
fff236c1 t virtio_pci_get_config
fff237b2 t virtio_pci_set_config
fff238dd t virtio_pci_generation
fff23906 t virtio_pci_get_status
fff2392c t virtio_pci_set_status
fff23976 t virtio_pci_reset
fff239c8 t virtio_pci_get_features
fff23a37 t virtio_pci_set_features
fff23ac1 t virtio_pci_find_vqs
fff23ca1 t virtio_pci_del_vqs
fff23d00 t virtio_pci_notify
fff23d6d t virtio_net_bind
fff23d98 t virtio_net_probe
fff23dd9 t virtio_net_start
fff23e45 t virtio_net_send
fff23ece t virtio_net_recv
fff23f05 t virtio_net_free_pkt
fff23f40 t virtio_net_stop
fff23f41 t virtio_net_write_hwaddr
fff23f9a t virtio_net_read_rom_hwaddr
fff24036 t virtio_blk_bind
fff240d1 t virtio_blk_probe
fff24168 t virtio_blk_read
fff2418c t virtio_blk_write
fff241b0 t virtio_blk_erase
fff24210 t virtio_blk_do_req
fff24357 t virtio_console_bind
fff2437d t virtio_console_probe
fff243bb t add_inbuf
fff2441b t virtio_console_serial_setbrg
fff2441e t virtio_console_serial_getc
fff2447d t virtio_console_serial_putc
fff244de t virtio_console_serial_pending
fff244f8 T sysinfo_get_str
fff2453e t console_putc_xy
fff245d7 t console_move_rows
fff24623 t console_set_row
fff246a8 t console_set_cursor_visible
fff246cc T check_bpix_support
fff246de T fill_pixel_and_goto_next
fff24707 T fill_char_vertically
fff2484d T console_probe
fff24862 t console_set_font
fff248e0 T console_simple_get_font_size
fff248fb T console_simple_get_font
fff2490a T console_simple_select_font
fff24976 T video_reserve
fff249f6 t alloc_fb
fff24a2f T video_fill
fff24a9d T video_sync
fff24abb T video_clear
fff24ad4 T video_index_to_colour
fff24b95 T video_set_default_colors
fff24bd7 T video_sync_all
fff24c20 T video_get_xsize
fff24c2f T video_get_ysize
fff24c3f t video_post_bind
fff24cbc t video_post_probe
fff24dd7 T vidconsole_put_char
fff252fc t vidconsole_newline
fff25383 T vidconsole_put_string
fff253b2 t vidconsole_pre_probe
fff253d7 t vidconsole_post_probe
fff2543c T vidconsole_position_cursor
fff25499 t vidconsole_putc
fff254b5 t vidconsole_puts
fff254e8 T video_bmp_display
fff25a1f t write_pix8
fff25ae5 T cpu_get_desc
fff25b02 T cpu_get_count
fff25b16 T cpu_get_vendor
fff25b34 t uclass_cpu_init
fff25b80 T fastboot_response
fff25bda T fastboot_fail
fff25bf2 T fastboot_okay
fff25c1f W fastboot_set_reboot_flag
fff25c84 T fastboot_boot
fff25cf5 T fastboot_handle_boot
fff25d3e T fastboot_set_progress_callback
fff25d44 T fastboot_init
fff25d70 T fastboot_getvar
fff25e14 t getvar_version
fff25e1e t getvar_version_bootloader
fff25e28 t getvar_downloadsize
fff25e45 t getvar_serialno
fff25e74 t getvar_version_baseband
fff25e7e t getvar_product
fff25ead t getvar_platform
fff25edc t getvar_current_slot
fff25ee6 t getvar_has_slot
fff25f78 t getvar_partition_size
fff25fbe t getvar_is_userspace
fff25fc8 T fastboot_handle_command
fff2608b T fastboot_data_remaining
fff26097 T fastboot_data_download
fff2611e T fastboot_data_complete
fff2616a t getvar
fff2616f t download
fff261fa t flash
fff2622b t erase
fff26254 t okay
fff2625b t reboot_bootloader
fff26289 t reboot_fastbootd
fff262b8 t reboot_recovery
fff262e9 t run_flashing_lock
fff2632d t run_flashing_unlock
fff26382 t ensure_device_is_unlocked
fff263b0 T fastboot_block_get_part_info
fff26444 T fastboot_block_erase
fff264b0 t fb_block_write
fff265ce T fastboot_block_write_raw_image
fff266cc T fastboot_block_write_sparse_image
fff2675b t fb_block_sparse_write
fff2677d t fb_block_sparse_reserve
fff26786 T fastboot_block_flash_write
fff26805 T irq_snapshot_polarities
fff26819 T irq_first_device_type
fff26827 T write_acpi_tables
fff26b72 T qfw_read_entry
fff26be6 T acpi_get_rsdp_addr
fff26c1b T qfw_register
fff26c87 t qfw_post_bind
fff26c8a t qfw_get_bootflow
fff26c9b t qfw_bootdev_bind
fff26cb0 t qfw_bootdev_hunt
fff26ccc t qfw_pio_probe
fff26cd1 t qfw_pio_read_entry_io
fff26cf5 t qfw_pio_read_entry_dma
fff26d0a T dm_rtc_get
fff26d1d T dm_rtc_set
fff26d31 T dm_rtc_reset
fff26d45 t rtc_mc146818_probe
fff26d66 t rtc_mc146818_get
fff26e60 t rtc_mc146818_set
fff26f7c t rtc_mc146818_reset
fff26fa7 t rtc_mc146818_read8
fff26fc3 t rtc_mc146818_write8
fff26fe2 T dm_rng_read
fff26fff T env_set_ulong
fff27019 T env_set_hex
fff27045 T env_get_hex
fff27080 T env_get
fff2711d T eth_env_get_enetaddr
fff27153 T eth_env_set_enetaddr
fff27195 t env_get_from_linear
fff2725b T env_get_ulong
fff27281 T env_get_yesno
fff272c1 T env_get_autostart
fff272d8 T env_get_default
fff27316 T env_set_default
fff273af T env_set_default_vars
fff273e8 T env_relocate
fff27401 T env_complete
fff27586 W arch_env_get_location
fff27592 W env_get_location
fff27597 T env_load
fff2763d t env_driver_lookup
fff27694 T env_init
fff27740 T env_attr_walk
fff2783d T env_attr_lookup
fff278a4 t regex_callback
fff279e4 T env_flags_parse_vartype
fff27a2a T env_flags_parse_varaccess
fff27a73 T eth_validate_ethaddr_str
fff27aee T env_flags_init
fff27b86 t on_flags
fff27bc1 T env_flags_validate
fff27e03 t clear_flags
fff27e0d t set_flags
fff27e7a T env_callback_init
fff27f13 t find_env_callback
fff27f64 t on_callbacks
fff27f9f t clear_callback
fff27fa9 t set_callback
fff2800e t env_nowhere_load
fff2802d t env_nowhere_init
fff2803d T fs_get_type
fff28043 T fs_set_blk_dev
fff280c7 T fs_set_blk_dev_with_part
fff28140 T fs_close
fff28166 T fs_exists
fff281a7 T fs_size
fff281e8 T fs_read
fff2824d T fs_write
fff282f0 T fs_opendir
fff28358 T fs_readdir
fff283ba T fs_closedir
fff28406 T fs_unlink
fff28447 T fs_mkdir
fff28488 T fs_ln
fff284e7 T do_size
fff28569 T do_load
fff28925 T do_ls
fff289ba T file_exists
fff28a10 T do_save
fff28b52 T do_fs_type
fff28beb T do_rm
fff28c5a T do_mkdir
fff28cf5 T do_ln
fff28d38 T do_fs_types
fff28da0 t fs_ls_generic
fff28e50 t fs_ln_unsupported
fff28e54 t fs_probe_unsupported
fff28e58 t fs_ls_unsupported
fff28e5c t fs_exists_unsupported
fff28e5f t fs_size_unsupported
fff28e63 t fs_read_unsupported
fff28e67 t fs_write_unsupported
fff28e6b t fs_close_unsupported
fff28e6c t fs_uuid_unsupported
fff28e70 t fs_opendir_unsupported
fff28e76 t fs_unlink_unsupported
fff28e7a t fs_mkdir_unsupported
fff28e7e T fat_set_blk_dev
fff28f47 t disk_read
fff28f87 T fat_next_cluster
fff29062 t get_fatent
fff291b8 T file_fat_detectfs
fff29273 t read_bootsectandvi
fff2938b T fat_exists
fff293ed t fat_itr_root
fff2957e t fat_itr_resolve
fff296de T fat_size
fff29788 T fat_read_file
fff29be7 T fat_opendir
fff29c79 T fat_readdir
fff29d6f t fat_itr_next
fff29fc4 t fat2rtc
fff2a018 T fat_closedir
fff2a034 T fat_close
fff2a035 T fat_uuid
fff2a08d T file_fat_write_at
fff2a326 t split_filename
fff2a412 t normalize_longname
fff2a4be t find_directory_entry
fff2a523 t set_name
fff2a765 t fat_find_empty_dentries
fff2a8f1 t fill_dir_slot
fff2aabc t fill_dentry
fff2ab16 t set_contents
fff2b634 t flush_dirty_fat_buffer
fff2b6b2 t flush_dir
fff2b748 T file_fat_write
fff2b76d T fat_unlink
fff2ba4c T fat_mkdir
fff2bdae t fat_itr_child
fff2be08 t get_cluster
fff2bf9a t next_dent
fff2bfeb t downcase
fff2c01c t str2fat
fff2c081 t fat_move_to_cluster
fff2c0c2 t set_fatent_value
fff2c233 t clear_fatent
fff2c297 t determine_fatent
fff2c2c6 t disk_write
fff2c35f t set_sectors
fff2c4cb t delete_single_dentry
fff2c4fe T efi_driver_init
fff2c62b t efi_uc_init
fff2c62e t efi_uc_destroy
fff2c631 t efi_uc_supported
fff2c6c9 t efi_uc_start
fff2c774 t efi_uc_stop
fff2c868 t check_node_type
fff2c8c1 t disconnect_child
fff2c903 t efi_bl_read
fff2c952 t efi_bl_write
fff2c9a1 t efi_bl_init
fff2ca2d t efi_bl_bind
fff2cb4d T efi_bootmgr_load
fff2cd0a t try_load_entry
fff2d004 T efi_bootmgr_get_unused_bootoption
fff2d08a T efi_bootmgr_append_bootorder
fff2d118 T efi_bootmgr_delete_boot_option
fff2d206 T efi_bootmgr_update_media_device_boot_option
fff2d674 t try_load_from_file_path
fff2d713 T __efi_entry_check
fff2d729 T __efi_exit_check
fff2d735 T efi_save_gd
fff2d736 T efi_restore_gd
fff2d737 T efi_signal_event
fff2d7c9 t efi_queue_event
fff2d81a T efi_add_handle
fff2d83e T efi_create_handle
fff2d886 T efi_search_protocol
fff2d8e9 T efi_search_obj
fff2d907 T efi_delete_handle
fff2d993 t efi_purge_handle
fff2da08 T efi_create_event
fff2db16 T efi_timer_check
fff2db9a t efi_process_event_queue
fff2dc11 T efi_set_timer
fff2dcd7 T efi_add_protocol
fff2de07 T efi_register_protocol_notify
fff2de90 T efi_install_configuration_table
fff2dfc2 T efi_setup_loaded_image
fff2e0d0 T efi_locate_device_path
fff2e1ea T efi_locate_handle_buffer
fff2e220 T efi_load_image
fff2e601 T efi_close_protocol
fff2e699 T efi_locate_handle_buffer_int
fff2e734 t efi_locate_handle
fff2e86c T efi_install_multiple_protocol_interfaces
fff2e884 t efi_install_multiple_protocol_interfaces_int
fff2e994 T efi_uninstall_multiple_protocol_interfaces
fff2e9ac t efi_uninstall_multiple_protocol_interfaces_int
fff2ea69 T efi_protocol_open
fff2ebeb t efi_disconnect_controller
fff2ee3c T efi_start_image
fff2ef39 t efi_open_protocol
fff2f035 T efi_unload_image
fff2f0f0 t efi_delete_image
fff2f167 T efi_handle_protocol
fff2f189 T efi_initialize_system_table
fff2f201 t efi_uninstall_protocol
fff2f30b t efi_disconnect_all_drivers
fff2f45f t efi_connect_controller
fff2f602 t efi_bind_controller
fff2f6ab t efi_install_protocol_interface
fff2f6fe t efi_uninstall_protocol_interface
fff2f72b t efi_raise_tpl
fff2f745 t efi_restore_tpl
fff2f770 t efi_allocate_pages_ext
fff2f79d t efi_free_pages_ext
fff2f7c1 t efi_get_memory_map_ext
fff2f7f7 t efi_allocate_pool_ext
fff2f81b t efi_free_pool_ext
fff2f837 t efi_create_event_ext
fff2f86f t efi_set_timer_ext
fff2f8a1 t efi_wait_for_event
fff2f964 t efi_signal_event_ext
fff2f9b1 t efi_close_event
fff2fa9b t efi_check_event
fff2fafb t efi_reinstall_protocol_interface
fff2fb62 t efi_locate_handle_ext
fff2fb99 t efi_install_configuration_table_ext
fff2fbb9 t efi_exit
fff2fc98 t efi_exit_boot_services
fff2fe1f t efi_get_next_monotonic_count
fff2fe5c t efi_stall
fff2fea7 t efi_set_watchdog_timer
fff2fec3 t efi_close_protocol_ext
fff2fef0 t efi_open_protocol_information
fff2ffcf t efi_protocols_per_handle
fff3008b t efi_locate_protocol
fff3017a t efi_install_multiple_protocol_interfaces_ext
fff3019e t efi_uninstall_multiple_protocol_interfaces_ext
fff301c2 t efi_calculate_crc32
fff3020b t efi_copy_mem
fff3022f t efi_set_mem
fff30254 t efi_create_event_ex
fff302b1 t efi_update_exit_data
fff30302 T efi_get_dp_from_boot
fff303a8 T efi_link_dev
fff303b9 T efi_unlink_dev
fff303dc T efi_varname_is_load_option
fff30443 T efi_next_variable_name
fff30497 T efi_search_bootorder
fff304d8 T efi_setup_console_size
fff306b0 t efi_cout_reset
fff306f1 t efi_cout_output_string
fff3081d t efi_cout_test_string
fff30830 t efi_cout_query_mode
fff30890 t efi_cout_set_mode
fff308e3 t efi_cout_set_attribute
fff3093d t efi_cout_clear_screen
fff30987 t efi_cout_set_cursor_position
fff309f8 t efi_cout_enable_cursor
fff30a36 t efi_cin_reset
fff30a60 t efi_cin_read_key_stroke
fff30ab8 T efi_console_register
fff30bc3 t efi_key_notify
fff30bd8 t efi_console_timer_notify
fff30bed T efi_console_get_u16_string
fff30d08 t efi_cin_empty_buffer
fff30d26 t term_get_char
fff30d5e t efi_cin_check
fff30ff2 t set_shift_mask
fff31047 t analyze_modifiers
fff310a1 t efi_cin_reset_ex
fff310cb t efi_cin_read_key_stroke_ex
fff311a3 t efi_cin_set_state
fff311b9 t efi_cin_register_key_notify
fff3123e t efi_cin_unregister_key_notify
fff31290 T efi_dp_next
fff312ae T efi_dp_shorten
fff312f2 T efi_dp_find_obj
fff31325 t find_handle
fff31463 T efi_dp_last_node
fff31488 T efi_dp_instance_size
fff314b1 T efi_dp_size
fff314d0 T efi_dp_dup
fff3151b T efi_dp_append
fff31530 t efi_dp_append_or_concatenate
fff31614 T efi_dp_concat
fff31629 T efi_dp_append_node
fff316dc T efi_dp_create_device_node
fff31714 T efi_dp_append_instance
fff317d5 T efi_dp_get_next_instance
fff31861 T efi_dp_is_multi_instance
fff31888 T efi_dp_from_part
fff318e9 T efi_dp_part_node
fff31923 t dp_part_node
fff31a47 T efi_dp_from_file
fff31b3d T efi_dp_from_uart
fff31b88 t dp_size
fff31bf1 t dp_fill
fff31d13 T efi_dp_from_eth
fff31d51 T efi_dp_from_mem
fff31d90 T efi_dp_split_file_path
fff31e07 T efi_dp_from_name
fff31f3f T efi_dp_check_length
fff31f87 T efi_dp_from_lo
fff31ff9 T efi_dp_str
fff32022 t efi_convert_device_path_to_text
fff32097 t efi_convert_device_node_to_text
fff320d9 t efi_convert_single_device_node_to_text
fff32637 t efi_str_to_u16
fff3266b t get_device_path_size
fff32698 t duplicate_device_path
fff326ba t append_device_path
fff326e2 t append_device_node
fff3270a t append_device_path_instance
fff32732 t get_next_device_path_instance
fff3275a t is_device_path_multi_instance
fff3277c t create_device_node
fff327ab T efi_carve_out_dt_rsv
fff328a3 t efi_reserve_memory
fff328fe T efi_file_open_int
fff32981 t file_open
fff32bde T efi_file_size
fff32c72 T efi_file_read_int
fff32f0d T efi_file_setpos_int
fff32f63 t efi_get_file_size
fff32f9e T efi_file_from_path
fff330d2 T efi_create_simple_file_system
fff3311c t efi_open_volume
fff33151 t efi_create_file
fff33176 t is_dir
fff33195 t efi_file_open
fff331dd t efi_file_close
fff33205 t efi_file_delete
fff33254 t efi_file_read
fff33280 t efi_file_write
fff332b3 t efi_file_getpos
fff332e8 t efi_file_setpos
fff33314 t efi_file_getinfo
fff33508 t efi_file_setinfo
fff33615 t efi_file_flush
fff33646 t efi_file_open_ex
fff336a8 t efi_file_read_ex
fff336f5 t efi_file_write_ex
fff33745 t efi_file_flush_ex
fff3378e t efi_file_write_int
fff33820 t new_package_list
fff338c3 t remove_package_list
fff33900 t update_package_list
fff339a5 t list_package_lists
fff33a6f t export_package_lists
fff33a9d t register_package_notify
fff33ade t unregister_package_notify
fff33af4 t find_keyboard_layouts
fff33b97 t get_keyboard_layout
fff33c2b t set_keyboard_layout
fff33c4d t get_package_list_handle
fff33c8d t new_string
fff33d7a t get_string
fff33e0e t set_string
fff33f03 t get_languages
fff33fc2 t get_secondary_languages
fff34033 t add_packages
fff3432f t free_packagelist
fff34364 t free_keyboard_layouts
fff343a6 t remove_strings_package
fff34407 t remove_guid_package
fff34438 t remove_keyboard_package
fff34470 t language_match
fff344a6 T efi_print_image_infos
fff3457a W invalidate_icache_all
fff3457b T efi_check_pe
fff345b9 T efi_load_pe
fff348f2 t efi_set_code_and_data_type
fff3494f t efi_loader_relocate
fff34a12 T efi_set_load_options
fff34a44 T efi_deserialize_load_option
fff34ac9 T efi_serialize_load_option
fff34b7e T efi_add_memory_map
fff34bbb t efi_add_memory_map_pg
fff34ec4 T efi_allocate_pages
fff350e3 t efi_check_allocated
fff35148 T efi_free_pages
fff351b5 T efi_alloc_aligned_pages
fff35320 T efi_allocate_pool
fff35395 T efi_alloc
fff353ef T efi_free_pool
fff35478 T efi_get_memory_map
fff35515 T efi_get_memory_map_alloc
fff35585 T efi_add_conventional_memory_map
fff35628 T efi_memory_init
fff356a2 t efi_mem_sort
fff35787 t efi_mem_cmp
fff357bb T efi_root_node_register
fff35860 T efi_init_runtime_supported
fff358a6 W efi_reset_system_init
fff358a9 t efi_get_time_boottime
fff35988 t efi_set_time_boottime
fff3599e t efi_set_virtual_address_map
fff35bbf t efi_reset_system_boottime
fff35c1c W allow_unaligned
fff35c1d T efi_init_early
fff35c50 T efi_init_obj_list
fff35dfa T efi_create_indexed_name
fff35e5a T efi_convert_string
fff35e8e t efi_stri_coll
fff35efb t efi_metai_match
fff35f21 t efi_str_lwr
fff35f59 t efi_str_upr
fff35f91 t efi_fat_to_str
fff35fe0 t efi_str_to_fat
fff360b0 t metai_match
fff36212 T efi_get_variable
fff3625e T efi_set_variable
fff362a2 T efi_get_next_variable_name
fff362ce T efi_query_variable_info
fff36310 T efi_init_secure_state
fff3642a T efi_auth_var_get_type
fff3647d T efi_get_var
fff364e4 T efi_var_mem_init
fff36584 t efi_var_mem_notify_exit_boot_services
fff365d4 T efi_var_collect
fff3676f T efi_var_to_file
fff3681b t efi_set_blk_dev_to_system_partition
fff368a8 T efi_var_restore
fff36a05 T efi_var_from_file
fff36aec T efi_set_variable_int
fff36d10 T efi_query_variable_info_int
fff36d6f T efi_variables_boot_exit_notify
fff36da1 T efi_init_variables
fff36dc2 T efi_set_watchdog
fff36dfe T efi_watchdog_register
fff36e42 t efi_watchdog_timer_notify
fff36e70 T efi_gop_register
fff36ff5 t gop_query_mode
fff37065 t gop_set_mode
fff370de t gop_blt
fff376ea t gop_blt_video_fill
fff377f7 T efi_disk_is_removable
fff3782d T efi_fs_from_path
fff37891 T efi_disk_probe
fff37a75 T efi_disk_remove
fff37b03 T efi_disk_get_device_name
fff37bb7 T efi_disks_register
fff37be9 t efi_disk_add_dev
fff37e46 t efi_disk_reset
fff37e59 t efi_disk_read_blocks
fff37f04 t efi_disk_write_blocks
fff37fba t efi_disk_flush_blocks
fff37fcd t efi_disk_rw_blocks
fff3809e T efi_net_register
fff3840f t efi_net_start
fff3845b t efi_net_stop
fff384a0 t efi_net_initialize
fff38520 t efi_net_reset
fff3857a t efi_net_shutdown
fff385da t efi_net_receive_filters
fff385f0 t efi_net_station_address
fff38606 t efi_net_statistics
fff3861c t efi_net_mcastiptomac
fff386aa t efi_net_nvdata
fff386c0 t efi_net_get_status
fff38735 t efi_net_transmit
fff38828 t efi_net_receive
fff3899e t efi_pxe_base_code_start
fff389a4 t efi_pxe_base_code_stop
fff389aa t efi_pxe_base_code_dhcp
fff389b0 t efi_pxe_base_code_discover
fff389b6 t efi_pxe_base_code_mtftp
fff389bc t efi_pxe_base_code_udp_write
fff389c2 t efi_pxe_base_code_udp_read
fff389c8 t efi_pxe_base_code_set_ip_filter
fff389ce t efi_pxe_base_code_arp
fff389d4 t efi_pxe_base_code_set_parameters
fff389da t efi_pxe_base_code_set_station_ip
fff389e0 t efi_pxe_base_code_set_packets
fff389e6 t efi_network_timer_notify
fff38a40 t efi_net_push
fff38a99 T efi_acpi_register
fff38b5c T efi_smbios_register
fff38bc9 t install_smbios_table
fff38bcc W platform_get_rng_device
fff38bfa T efi_rng_register
fff38c7c t rng_getinfo
fff38cf5 t getrng
fff38d93 T efi_initrd_register
fff38e52 T efi_initrd_deregister
fff38e91 t efi_load_file2_initrd
fff38fda t find_image_node
fff39032 T binman_init
fff39073 T console_read_unicode
fff3912e T utf8_get
fff391e9 T utf8_put
fff39293 T utf8_utf16_strnlen
fff392e7 T utf8_utf16_strncpy
fff39345 T utf16_put
fff393a8 T utf16_get
fff3941d T utf16_strnlen
fff39467 T utf16_utf8_strnlen
fff394d7 T utf16_utf8_strncpy
fff39534 T utf_to_lower
fff39568 T utf_to_upper
fff3959c T u16_strncmp
fff395ce T u16_strsize
fff395e7 T u16_strcpy
fff3960d T u16_strdup
fff3964e T u16_strlcat
fff396b7 T utf16_to_utf8
fff397a4 T utf_to_cp
fff397e1 T write_smbios_table
fff39907 t smbios_write_type0
fff399d1 t smbios_write_type1
fff39af8 t smbios_write_type2
fff39bcc t smbios_write_type3
fff39c48 t smbios_write_type4
fff39d5c t smbios_write_type32
fff39da2 t smbios_write_type127
fff39dce t smbios_add_string
fff39e41 t smbios_add_prop_si
fff39e96 T write_sparse_image
fff3a5bd t default_log
fff3a5be T initcall_run_list
fff3a662 T string_to_ip
fff3a6d5 T string_to_ip6
fff3a8bd T string_to_enetaddr
fff3a8fe T compute_ip_checksum
fff3a93d T ip_checksum_ok
fff3a955 T list_sort
fff3aae6 t merge
fff3ab49 T acpi_find_table
fff3abf0 T inflate_fast
fff3b14a T inflate_table
fff3b587 T inflateReset
fff3b5df T inflateInit2_
fff3b6b3 T zcalloc
fff3b6bd T zcfree
fff3b6c4 T inflate
fff3cf9c T adler32
fff3d206 T inflateEnd
fff3d24e T gzalloc
fff3d25c T gzfree
fff3d263 T gzip_parse_header
fff3d2d8 T gunzip
fff3d31c T zunzip
fff3d3ef T ulz4fn
fff3d8e3 T avb_chain_partition_descriptor_validate_and_byteswap
fff3da1f T avb_sub_cmdline
fff3dc13 T avb_append_options
fff3df40 t cmdline_append_option
fff3e005 t cmdline_append_hex
fff3e03f T avb_new_cmdline_subst_list
fff3e049 T avb_free_cmdline_subst_list
fff3e07e T avb_add_root_digest_substitution
fff3e112 t uint64_to_base10
fff3e168 T avb_get_algorithm_data
fff3e17b T avb_rsa_public_key_header_validate_and_byteswap
fff3e1aa T avb_footer_validate_and_byteswap
fff3e277 T avb_hashtree_descriptor_validate_and_byteswap
fff3e423 T avb_property_descriptor_validate_and_byteswap
fff3e530 T avb_property_lookup
fff3e594 t property_lookup_desc_foreach
fff3e625 T avb_sha256_init
fff3e645 T avb_sha256_update
fff3e6dc t SHA256_transform
fff3e8b4 T avb_sha256_final
fff3e98c T avb_slot_verify
fff3ed96 t load_and_verify_vbmeta
fff3fc50 t has_system_partition
fff3fd08 t avb_manage_hashtree_error_mode
fff3feb5 T avb_slot_verify_data_free
fff3ff6b T avb_slot_verify_data_calculate_vbmeta_digest
fff4005b t load_requested_partitions
fff4022a t load_and_verify_hash_partition
fff406f8 t read_persistent_digest
fff409a5 t load_full_partition
fff40b55 T avb_be32toh
fff40b58 T avb_be64toh
fff40b63 T avb_safe_memcmp
fff40b8c T avb_safe_add_to
fff40be2 T avb_basename
fff40c23 T avb_safe_add
fff40c4c T avb_validate_utf8
fff40cb5 T avb_str_concat
fff40d73 T avb_malloc
fff40db5 T avb_calloc
fff40dd8 T avb_strdup
fff40e05 T avb_strstr
fff40e46 T avb_strv_find_str
fff40e8b T avb_replace
fff41030 T avb_strdupv
fff41123 T avb_uppercase
fff41142 T avb_bin2hex
fff41192 T avb_version_string
fff41198 T avb_descriptor_validate_and_byteswap
fff411fc T avb_descriptor_foreach
fff41483 T avb_descriptor_get_all
fff414f2 t count_descriptors
fff414f7 t set_descriptors
fff4150b T avb_hash_descriptor_validate_and_byteswap
fff41647 T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff41733 T avb_rsa_verify
fff41ba7 t montMul
fff41cc8 T avb_sha512_init
fff41cf4 T avb_sha512_update
fff41d8b t SHA512_transform
fff42196 T avb_sha512_final
fff4227b T avb_memcmp
fff42280 T avb_memcpy
fff42285 T avb_memset
fff4228a T avb_strcmp
fff4228f T avb_strncmp
fff42294 T avb_strlen
fff42299 T avb_abort
fff422a1 T avb_printv
fff422d8 T avb_malloc_
fff422dd T avb_free
fff422e2 T avb_div_by_10
fff42312 T avb_vbmeta_image_verify
fff428b3 T avb_vbmeta_image_header_to_host_byte_order
fff429d5 T avb_vbmeta_verify_result_to_string
fff42a1b T addBootConfigParameters
fff42ab1 T addBootConfigTrailer
fff42b3f T fdt_ro_probe_
fff42ba7 T fdt_header_size
fff42bd7 T fdt_check_header
fff42cc5 T fdt_offset_ptr
fff42d12 T fdt_next_tag
fff42e07 T fdt_check_node_offset_
fff42e3e T fdt_check_prop_offset_
fff42e75 T fdt_next_node
fff42f20 T fdt_first_subnode
fff42f4e T fdt_next_subnode
fff42f8c T fdt_find_string_
fff42fd5 T fdt_move
fff43016 T fdt_get_string
fff430cb T fdt_get_mem_rsv
fff43118 t fdt_mem_rsv
fff43141 T fdt_num_mem_rsv
fff4317a T fdt_subnode_offset_namelen
fff43238 T fdt_subnode_offset
fff43260 T fdt_path_offset_namelen
fff4332a T fdt_get_alias_namelen
fff43392 T fdt_path_offset
fff433b0 T fdt_get_name
fff43420 T fdt_first_property_offset
fff43441 t nextprop_
fff4348e T fdt_next_property_offset
fff434af t fdt_get_property_by_offset_
fff434e7 T fdt_get_property_namelen
fff43520 t fdt_get_property_namelen_
fff435ab T fdt_get_property
fff435dc T fdt_getprop_namelen
fff4362e T fdt_getprop_by_offset
fff436b4 T fdt_getprop
fff436e5 T fdt_supernode_atdepth_offset
fff43776 T fdt_parent_offset
fff437bf T fdt_stringlist_search
fff43860 T fdt_add_mem_rsv
fff438c9 t fdt_rw_probe_
fff4391b t fdt_splice_mem_rsv_
fff4396c T fdt_del_mem_rsv
fff439b1 t fdt_splice_struct_
fff439ed T fdt_setprop_placeholder
fff43aa1 t fdt_add_property_
fff43bbf T fdt_setprop
fff43bf7 T fdt_add_subnode_namelen
fff43cde T fdt_add_subnode
fff43d06 T fdt_open_into
fff43e85 t fdt_blocks_misordered_
fff43ec2 t fdt_packblocks_
fff43f40 t fdt_splice_
fff43fae T fdt_strerror
fff43fdd T fdt_address_cells
fff44007 t fdt_cells
fff44044 T fdt_size_cells
fff44061 T fdtdec_get_int
fff4408d T fdtdec_get_srcname
fff440a1 T fdtdec_get_addr_size_fixed
fff44142 T fdtdec_get_number
fff44161 T fdtdec_get_addr_size_auto_parent
fff441b8 T fdtdec_get_addr_size_auto_noparent
fff441f8 T fdtdec_get_pci_bar32
fff44224 T fdtdec_get_is_enabled
fff44258 T fdtdec_get_alias_seq
fff44334 T fdtdec_get_alias_highest_id
fff443e4 T fdtdec_get_chosen_prop
fff44414 t fdtdec_prepare_fdt
fff44455 T fdtdec_get_bool
fff44473 T fdtdec_locate_byte_array
fff4449a T fdt_get_resource
fff44594 W fdtdec_board_setup
fff44597 T fdtdec_setup
fff44608 T qsort
fff446c5 T strcmp_compar
fff446ce T hcreate_r
fff4474f T hdestroy_r
fff447b1 T hmatch_r
fff4482a T hsearch_r
fff44c74 T hdelete_r
fff44d47 T hexport_r
fff44fe9 t cmpkey
fff44ff6 T himport_r
fff452ff t drop_var_from_set
fff4534b T hwalk_r
fff4538a t match_string
fff45404 T display_options_get_banner_priv
fff4548c T display_options_get_banner
fff454a5 T display_options
fff45516 T print_size
fff4565a T hexdump_line
fff4579d T print_buffer
fff45866 W __div64_32
fff45986 T hang
fff45995 T kmalloc
fff459c9 T strim
fff45a0d T lmb_dump_all
fff45a0e T arch_lmb_reserve_generic
fff45acd T lmb_reserve
fff45aee T lmb_init_and_reserve
fff45b61 t lmb_reserve_common
fff45c20 T lmb_init_and_reserve_range
fff45c73 T lmb_free
fff45e03 t lmb_remove_region
fff45e40 t lmb_add_region_flags
fff46207 T lmb_reserve_flags
fff4622a T lmb_alloc
fff46243 T lmb_alloc_base
fff4628a T __lmb_alloc_base
fff464db T lmb_alloc_addr
fff465aa T lmb_get_free_size
fff46684 W board_lmb_reserve
fff46685 T slre_compile
fff467a3 t compile
fff46dc6 T slre_match
fff46e37 t match
fff47159 t get_escape_char
fff471af t quantifier
fff47276 t relocate
fff472c5 t loop_greedy
fff4736f t loop_non_greedy
fff473d5 T strncasecmp
fff4742d T strcasecmp
fff47435 T strcpy
fff47445 T strncpy
fff4745b T strlcpy
fff4748d T strlen
fff4749d T strcat
fff474ba T strncat
fff474e6 T strlcat
fff47514 T strnlen
fff47531 T strcmp
fff4754f T strncmp
fff47573 T strchr
fff4758b T strchrnul
fff4759d T strrchr
fff475bd T strdup
fff475f1 T strsep
fff47640 T memcmp
fff47662 T strstr
fff476bd T memchr
fff476d6 T table_compute_checksum
fff476e8 T get_tbclk
fff47715 T get_ticks
fff4776f W timer_init
fff47772 T usec_to_tick
fff477e0 T udelay
fff47806 T print_hex_dump
fff4780c T uuid_str_valid
fff4785d T uuid_guid_get_bin
fff478a5 T uuid_guid_get_str
fff478d7 T uuid_str_to_bin
fff47a05 T uuid_bin_to_str
fff47ab1 T rand
fff47ad1 t panic_finish
fff47af7 T panic
fff47b10 T vsnprintf
fff47b2a t vsnprintf_internal
fff482cf T vscnprintf
fff482fd T snprintf
fff48324 T sprintf
fff4834b T printf
fff48363 T vprintf
fff483ad T simple_itoa
fff483e8 t string16
fff484b3 t string
fff48526 t number
fff487b3 t put_dec_trunc
fff488a2 t put_dec
fff489f4 T simple_strtoul
fff48a7a T hextoul
fff48a84 T dectoul
fff48a8e T strict_strtoul
fff48aef T simple_strtol
fff48b0b T ustrtoul
fff48b71 T ustrtoull
fff48be1 T simple_strtoull
fff48c6f T trailing_strtoln_end
fff48cd0 T trailing_strtoln
fff48cd7 T trailing_strtol
fff48ce0 T str_to_upper
fff48d0d T rtc_calc_weekday
fff48dc1 T arp_init
fff48de5 T arp_raw_request
fff48e81 T arp_request
fff48ed5 T arp_timeout_check
fff48f45 T arp_is_waiting
fff48f50 T arp_receive
fff49117 T bootp_reset
fff49140 T bootp_request
fff493e8 t bootp_timeout_handler
fff4943b t bootp_handler
fff4979b t eth_get_uclass_priv
fff497c1 T eth_set_current_to_next
fff497f2 T eth_get_dev
fff49843 T eth_set_dev
fff49871 T eth_get_dev_by_name
fff4992a T eth_get_ethaddr
fff4994b T eth_halt_state_only
fff4996c T eth_get_dev_index
fff49989 t on_ethaddr
fff499f1 T eth_init
fff49ac1 T eth_halt
fff49afa T eth_send
fff49b46 T eth_rx
fff49bd9 T eth_initialize
fff49d20 t eth_write_hwaddr
fff49da7 t eth_post_bind
fff49de7 t eth_pre_unbind
fff49e08 t eth_post_probe
fff49fac t eth_pre_remove
fff49fdb T eth_env_get_enetaddr_by_index
fff4a00f T eth_env_set_enetaddr_by_index
fff4a043 T eth_common_init
fff4a044 T eth_mac_skip
fff4a07d T eth_current_changed
fff4a10c T eth_get_name
fff4a12b T eth_try_another
fff4a18c T eth_set_current
fff4a1ef T ndisc_request
fff4a379 T ndisc_timeout_check
fff4a3ec T ndisc_init
fff4a452 T process_ra
fff4a4fb T ndisc_receive
fff4a7a2 t on_ipaddr
fff4a7c4 t on_gatewayip
fff4a7e6 t on_netmask
fff4a808 t on_serverip
fff4a82a t on_nvlan
fff4a863 t on_vlan
fff4a89c T net_auto_load
fff4a8ee t net_check_prereq
fff4aa3e T net_init
fff4aac2 t net_init_loop
fff4ab30 T net_loop
fff4adea T net_start_again
fff4aeec T net_set_timeout_handler
fff4af2f t start_again_timeout_handler
fff4af3a T net_set_udp_handler
fff4af4c T net_get_udp_handler
fff4af52 t dummy_handler
fff4af53 T net_get_arp_handler
fff4af59 T net_get_async_tx_pkt_buf
fff4af75 T net_send_udp_packet
fff4af95 T net_send_ip_packet
fff4b0e5 T net_send_tcp_packet
fff4b11a T net_set_ether
fff4b17d T net_set_udp_header
fff4b1db T net_set_ip_header
fff4b25b T net_process_received_packet
fff4b4b5 t receive_icmp
fff4b4f3 T net_eth_hdr_size
fff4b510 T net_update_ether
fff4b573 T copy_filename
fff4b5b5 T net_parse_bootfile
fff4b62d T ip_to_string
fff4b665 t on_ip6addr
fff4b6e0 t on_gatewayip6
fff4b70d t on_serverip6
fff4b73a T ip6_is_unspecified_addr
fff4b74d T ip6_is_our_addr
fff4b78a T ip6_make_eui
fff4b7bc T ip6_make_lladdr
fff4b7fc T ip6_make_snma
fff4b832 T ip6_make_mult_ethdstaddr
fff4b847 T ip6_addr_in_subnet
fff4b87e T csum_partial
fff4b920 T csum_ipv6_magic
fff4b9a7 T ip6_add_hdr
fff4b9f4 T udp6_add_hdr
fff4ba62 T net_send_ip_packet6
fff4bbf1 T net_send_udp_packet6
fff4bc11 T net_send_tcp_packet6
fff4bc45 T net_ip6_handler
fff4be10 T ping_start
fff4bed6 t ping_timeout_handler
fff4beec T ping_receive
fff4bfe6 T ip6_make_ping
fff4c0aa T ping6_send
fff4c11d T ping6_start
fff4c14d t ping6_timeout
fff4c163 T ping6_receive
fff4c1b5 T tftp_start
fff4c675 t tftp_timeout_handler
fff4c6d6 t tftp_handler
fff4ca73 t tftp_send
fff4cc8d t update_block_number
fff4cd73 t tftp_complete
fff4ce48 T fastboot_udp_start_server
fff4cea2 t fastboot_timed_send_info
fff4cfb7 t fastboot_handler
fff4d0ec t fastboot_send
fff4d3b9 T fastboot_tcp_start_server
fff4d415 t fastboot_tcp_reset_state
fff4d4aa t fastboot_tcp_handler_ipv4
fff4d4c2 t fastboot_tcp_handler_ipv6
fff4d506 t fastboot_tcp_handler
fff4d889 t fastboot_tcp_reset
fff4d8b1 t fastboot_tcp_send_packet
fff4d90b t fastboot_tcp_answer
fff4d978 t fastboot_tcp_send_message
fff4d9f7 T udp_prereq
fff4da0a T udp_start
fff4da16 T tcp_set_tcp_state
fff4da2a T tcp_update_last_connection_data_frame_time
fff4da3d T tcp_set_tcp_handler
fff4da4f t dummy_handler
fff4da50 T tcp_set_pseudo_header
fff4dab2 T net_set_ack_options
fff4db49 T tcp_sent_state_machine
fff4dbb5 T net_set_tcp_header_common
fff4dc8f T net_set_tcp_header
fff4dd0c T tcp_hole
fff4de28 T tcp_parse_options
fff4de55 T tcp_state_machine
fff4e0f4 T rxhand_tcp_f
fff4e279 T net_set_tcp_handler6
fff4e28b t dummy_handler
fff4e28c T net_set_tcp_header6
fff4e319 T rxhand_tcp6
fff4e45c T __udivdi3
fff4e474 t _64bit_divide
fff4e594 T __umoddi3
fff4e5d0 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff4e5e0 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff4e5f0 d _u_boot_list_2_cmd_2_ab_select
fff4e5f0 d complete_cmdv.start
fff4e5f0 d complete_cmdv.start.17
fff4e5f0 d do_help.start
fff4e5f0 d do_help.start.6
fff4e5f0 d find_cmd.start
fff4e5f0 d find_cmd.start.2
fff4e60c d _u_boot_list_2_cmd_2_acpi
fff4e628 d _u_boot_list_2_cmd_2_avb
fff4e644 d _u_boot_list_2_cmd_2_bcb
fff4e660 d _u_boot_list_2_cmd_2_boot
fff4e67c d _u_boot_list_2_cmd_2_boot_android
fff4e698 d _u_boot_list_2_cmd_2_bootd
fff4e6b4 d _u_boot_list_2_cmd_2_bootefi
fff4e6d0 d _u_boot_list_2_cmd_2_bootm
fff4e6ec d _u_boot_list_2_cmd_2_bootp
fff4e708 d _u_boot_list_2_cmd_2_bootz
fff4e724 d _u_boot_list_2_cmd_2_cls
fff4e740 d _u_boot_list_2_cmd_2_date
fff4e75c d _u_boot_list_2_cmd_2_dm
fff4e778 d _u_boot_list_2_cmd_2_echo
fff4e794 d _u_boot_list_2_cmd_2_eficonfig
fff4e7b0 d _u_boot_list_2_cmd_2_efidebug
fff4e7cc d _u_boot_list_2_cmd_2_env
fff4e7e8 d _u_boot_list_2_cmd_2_exit
fff4e804 d _u_boot_list_2_cmd_2_false
fff4e820 d _u_boot_list_2_cmd_2_fastboot
fff4e83c d _u_boot_list_2_cmd_2_fatinfo
fff4e858 d _u_boot_list_2_cmd_2_fatload
fff4e874 d _u_boot_list_2_cmd_2_fatls
fff4e890 d _u_boot_list_2_cmd_2_fatmkdir
fff4e8ac d _u_boot_list_2_cmd_2_fatrm
fff4e8c8 d _u_boot_list_2_cmd_2_fatsize
fff4e8e4 d _u_boot_list_2_cmd_2_fatwrite
fff4e900 d _u_boot_list_2_cmd_2_fstype
fff4e91c d _u_boot_list_2_cmd_2_fstypes
fff4e938 d _u_boot_list_2_cmd_2_gpt
fff4e954 d _u_boot_list_2_cmd_2_help
fff4e970 d _u_boot_list_2_cmd_2_itest
fff4e98c d _u_boot_list_2_cmd_2_lcdputs
fff4e9a8 d _u_boot_list_2_cmd_2_ln
fff4e9c4 d _u_boot_list_2_cmd_2_load
fff4e9e0 d _u_boot_list_2_cmd_2_ls
fff4e9fc d _u_boot_list_2_cmd_2_mtrr
fff4ea18 d _u_boot_list_2_cmd_2_net
fff4ea34 d _u_boot_list_2_cmd_2_panic
fff4ea50 d _u_boot_list_2_cmd_2_part
fff4ea6c d _u_boot_list_2_cmd_2_ping
fff4ea88 d _u_boot_list_2_cmd_2_ping6
fff4eaa4 d _u_boot_list_2_cmd_2_printenv
fff4eac0 d _u_boot_list_2_cmd_2_question_mark
fff4eadc d _u_boot_list_2_cmd_2_read
fff4eaf8 d _u_boot_list_2_cmd_2_reset
fff4eb14 d _u_boot_list_2_cmd_2_run
fff4eb30 d _u_boot_list_2_cmd_2_save
fff4eb4c d _u_boot_list_2_cmd_2_setcurs
fff4eb68 d _u_boot_list_2_cmd_2_setenv
fff4eb84 d _u_boot_list_2_cmd_2_setexpr
fff4eba0 d _u_boot_list_2_cmd_2_showvar
fff4ebbc d _u_boot_list_2_cmd_2_size
fff4ebd8 d _u_boot_list_2_cmd_2_sleep
fff4ebf4 d _u_boot_list_2_cmd_2_source
fff4ec10 d _u_boot_list_2_cmd_2_test
fff4ec2c d _u_boot_list_2_cmd_2_tftpboot
fff4ec48 d _u_boot_list_2_cmd_2_true
fff4ec64 d _u_boot_list_2_cmd_2_verified_boot_android
fff4ec80 d _u_boot_list_2_cmd_2_version
fff4ec9c d _u_boot_list_2_cmd_2_virtio
fff4ecb8 d _u_boot_list_2_cmd_2_zboot
fff4ecd4 d complete_cmdv.end
fff4ecd4 d do_help.end
fff4ecd4 d find_cmd.end
fff4ecd8 d _u_boot_list_2_driver_2_blk_partition
fff4ecd8 d dm_dump_driver_compat.start
fff4ecd8 d dm_dump_driver_compat.start.3
fff4ecd8 d dm_dump_drivers.start
fff4ecd8 d dm_dump_drivers.start.11
fff4ecd8 d efi_driver_init.start
fff4ecd8 d lists_bind_fdt.start
fff4ecd8 d lists_bind_fdt.start.3
fff4ecd8 d lists_driver_lookup_name.start
fff4ecd8 d lists_driver_lookup_name.start.1
fff4ed1c d _u_boot_list_2_driver_2_bootmeth_qfw
fff4ed60 d _u_boot_list_2_driver_2_cpu_bus
fff4eda4 d _u_boot_list_2_driver_2_cpu_qemu_drv
fff4ede8 d _u_boot_list_2_driver_2_cpu_x86_drv
fff4ee2c d _u_boot_list_2_driver_2_efi_blk
fff4ee70 d _u_boot_list_2_driver_2_efi_block
fff4eeb4 d _u_boot_list_2_driver_2_generic_syscon
fff4eef8 d _u_boot_list_2_driver_2_irq_router_drv
fff4ef3c d _u_boot_list_2_driver_2_motorola_mc146818
fff4ef80 d _u_boot_list_2_driver_2_ns16550_serial
fff4efc4 d _u_boot_list_2_driver_2_pch7_drv
fff4f008 d _u_boot_list_2_driver_2_pch9_drv
fff4f04c d _u_boot_list_2_driver_2_pci_bridge_drv
fff4f090 d _u_boot_list_2_driver_2_pci_generic_drv
fff4f0d4 d _u_boot_list_2_driver_2_pci_x86
fff4f118 d _u_boot_list_2_driver_2_qfw_bootdev
fff4f15c d _u_boot_list_2_driver_2_qfw_pio
fff4f1a0 d _u_boot_list_2_driver_2_root_driver
fff4f1e4 d _u_boot_list_2_driver_2_sysinfo_smbios
fff4f228 d _u_boot_list_2_driver_2_vidconsole_normal
fff4f26c d _u_boot_list_2_driver_2_virtio_blk
fff4f2b0 d _u_boot_list_2_driver_2_virtio_bootdev
fff4f2f4 d _u_boot_list_2_driver_2_virtio_console
fff4f338 d _u_boot_list_2_driver_2_virtio_net
fff4f37c d _u_boot_list_2_driver_2_virtio_pci_modern
fff4f3c0 d _u_boot_list_2_driver_2_x86_reset
fff4f404 d _u_boot_list_2_driver_2_x86_tsc_timer
fff4f448 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4f448 d bind_drivers_pass.start
fff4f448 d bind_drivers_pass.start.15
fff4f448 d dm_dump_driver_compat.end
fff4f448 d dm_dump_drivers.end
fff4f448 d dm_dump_static_driver_info.start
fff4f448 d dm_dump_static_driver_info.start.19
fff4f448 d efi_driver_init.end
fff4f448 d lists_bind_fdt.end
fff4f448 d lists_driver_lookup_name.end
fff4f450 d _u_boot_list_2_env_clbk_2_baudrate
fff4f450 d bind_drivers_pass.end
fff4f450 d dm_dump_static_driver_info.end
fff4f450 d find_env_callback.start
fff4f450 d find_env_callback.start.3
fff4f458 d _u_boot_list_2_env_clbk_2_callbacks
fff4f460 d _u_boot_list_2_env_clbk_2_console
fff4f468 d _u_boot_list_2_env_clbk_2_ethaddr
fff4f470 d _u_boot_list_2_env_clbk_2_flags
fff4f478 d _u_boot_list_2_env_clbk_2_gatewayip
fff4f480 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4f488 d _u_boot_list_2_env_clbk_2_ip6addr
fff4f490 d _u_boot_list_2_env_clbk_2_ipaddr
fff4f498 d _u_boot_list_2_env_clbk_2_loadaddr
fff4f4a0 d _u_boot_list_2_env_clbk_2_netmask
fff4f4a8 d _u_boot_list_2_env_clbk_2_nvlan
fff4f4b0 d _u_boot_list_2_env_clbk_2_serverip
fff4f4b8 d _u_boot_list_2_env_clbk_2_serverip6
fff4f4c0 d _u_boot_list_2_env_clbk_2_vlan
fff4f4c8 d _env_driver_lookup.start
fff4f4c8 d _env_driver_lookup.start.11
fff4f4c8 d _u_boot_list_2_env_driver_2_nowhere
fff4f4c8 d env_select.start
fff4f4c8 d env_select.start.8
fff4f4c8 d find_env_callback.end
fff4f4e0 d _env_driver_lookup.end
fff4f4e0 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_install_smbios_table
fff4f4e0 d env_select.end
fff4f4e0 d event_show_spy_list.start
fff4f4e0 d event_show_spy_list.start.4
fff4f4e0 d notify_static.start
fff4f4e0 d notify_static.start.11
fff4f4e8 d _u_boot_list_2_evspy_info_2_EVT_LAST_STAGE_INIT_3_last_stage_init
fff4f4f0 d _u_boot_list_2_log_driver_2_console
fff4f4f0 d event_show_spy_list.end
fff4f4f0 d fit_loadable_process.start
fff4f4f0 d fit_loadable_process.start.27
fff4f4f0 d log_init.start
fff4f4f0 d log_init.start.6
fff4f4f0 d notify_static.end
fff4f4fc d log_init.end
fff4f500 d _u_boot_list_2_part_driver_2_a_efi
fff4f500 d do_part_types.start
fff4f500 d do_part_types.start.20
fff4f500 d part_driver_get_count.start
fff4f500 d part_driver_get_first.start
fff4f500 d part_driver_get_type.start
fff4f500 d part_driver_get_type.start.62
fff4f500 d part_driver_lookup_type.start
fff4f500 d part_driver_lookup_type.start.46
fff4f500 d part_get_type_by_name.start
fff4f500 d part_get_type_by_name.start.1
fff4f500 d part_init.start
fff4f500 d part_init.start.20
fff4f518 d _u_boot_list_2_part_driver_2_dos
fff4f530 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4f530 d do_part_types.end
fff4f530 d part_driver_get_count.end
fff4f530 d part_driver_get_type.end
fff4f530 d part_driver_lookup_type.end
fff4f530 d part_get_type_by_name.end
fff4f530 d part_init.end
fff4f530 d pci_find_and_bind_driver.start
fff4f530 d pci_find_and_bind_driver.start.15
fff4f538 d _u_boot_list_2_uclass_driver_2_backlight
fff4f538 d lists_uclass_lookup.start
fff4f538 d lists_uclass_lookup.start.2
fff4f538 d pci_find_and_bind_driver.end
fff4f580 d _u_boot_list_2_uclass_driver_2_blk
fff4f5c8 d _u_boot_list_2_uclass_driver_2_cpu
fff4f610 d _u_boot_list_2_uclass_driver_2_efi
fff4f658 d _u_boot_list_2_uclass_driver_2_ethernet
fff4f6a0 d _u_boot_list_2_uclass_driver_2_irq
fff4f6e8 d _u_boot_list_2_uclass_driver_2_lpc
fff4f730 d _u_boot_list_2_uclass_driver_2_nop
fff4f778 d _u_boot_list_2_uclass_driver_2_northbridge
fff4f7c0 d _u_boot_list_2_uclass_driver_2_panel
fff4f808 d _u_boot_list_2_uclass_driver_2_partition
fff4f850 d _u_boot_list_2_uclass_driver_2_pch
fff4f898 d _u_boot_list_2_uclass_driver_2_pci
fff4f8e0 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4f928 d _u_boot_list_2_uclass_driver_2_qfw
fff4f970 d _u_boot_list_2_uclass_driver_2_rng
fff4f9b8 d _u_boot_list_2_uclass_driver_2_root
fff4fa00 d _u_boot_list_2_uclass_driver_2_rtc
fff4fa48 d _u_boot_list_2_uclass_driver_2_serial
fff4fa90 d _u_boot_list_2_uclass_driver_2_syscon
fff4fad8 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4fb20 d _u_boot_list_2_uclass_driver_2_sysreset
fff4fb68 d _u_boot_list_2_uclass_driver_2_timer
fff4fbb0 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4fbf8 d _u_boot_list_2_uclass_driver_2_video
fff4fc40 d _u_boot_list_2_uclass_driver_2_virtio
fff4fc88 d lists_uclass_lookup.end
fff4fc90 R __splash_u_boot_logo_begin
fff517a4 R __splash_u_boot_logo_end
fff517b8 r sha512_h0
fff517f8 r sha512_k
fff51af0 r acpi_guid
fff51b38 r avb_pubkey_size
fff51b5c r baudrate_table
fff51ba0 r blk_part_ops
fff51bb4 r block_io_disk_template
fff51bd0 r boot_os
fff51c18 r bootloader_id
fff51d04 r color
fff51d44 r colours
fff51e04 r commands
fff51ec8 r cpu_qemu_ids
fff51ed8 r cpu_qemu_ops
fff51eec r cpu_x86_ids
fff51efc r cpu_x86_ops
fff51f78 r env_flags_varaccess_mask
fff51fa8 r .Lswitch.table.cli_ch_process
fff51fc8 r LZ4_decompress_generic.inc32table
fff51fe8 r LZ4_decompress_generic.dec64table
fff52008 r sha256_h0
fff520b4 r driver_ops
fff520c4 r e820_type_name
fff520ec r efi_blk_ops
fff52100 r efi_block_io_guid
fff5225c r efi_device_path_to_text
fff52264 r efi_device_path_utilities
fff52284 r efi_file_handle_protocol
fff522c4 r efi_file_info_guid
fff522d4 r efi_file_system_info_guid
fff522e4 r efi_global_variable_guid
fff522f4 r efi_gop_guid
fff52304 r efi_guid_bootmenu_auto_generated
fff52314 r efi_guid_device_path
fff52324 r efi_guid_device_path_to_text_protocol
fff52334 r efi_guid_device_path_utilities_protocol
fff52344 r efi_guid_driver_binding_protocol
fff52354 r efi_guid_event_group_before_exit_boot_services
fff52364 r efi_guid_event_group_exit_boot_services
fff52374 r efi_guid_event_group_memory_map_change
fff52384 r efi_guid_event_group_reset_system
fff52394 r efi_guid_fdt
fff523a4 r efi_guid_hii_database_protocol
fff523b4 r efi_guid_hii_string_protocol
fff523c4 r efi_guid_image_security_database
fff523d4 r efi_guid_load_file2_protocol
fff523e4 r efi_guid_load_file_protocol
fff523f4 r efi_guid_loaded_image
fff52404 r efi_guid_loaded_image_device_path
fff52414 r efi_guid_rng_protocol
fff52424 r efi_guid_text_input_ex_protocol
fff52434 r efi_guid_text_input_protocol
fff52444 r efi_guid_text_output_protocol
fff52454 r efi_guid_unicode_collation_protocol2
fff52464 r efi_hii_database
fff52490 r efi_hii_string
fff524a4 r efi_lf2_initrd_guid
fff524b4 r efi_lf2_protocol
fff524e4 r efi_mem_attrs
fff5258c r efi_mem_type_string
fff525c8 r efi_net_guid
fff525d8 r efi_pxe_base_code_protocol_guid
fff525e8 r efi_rng_protocol
fff525f0 r efi_rt_properties_table_guid
fff52600 r efi_simple_file_system_protocol_guid
fff52610 r efi_system_partition_guid
fff52620 r efi_system_volume_label_id
fff52630 r efi_u_boot_guid
fff52640 r efi_unicode_collation_protocol2
fff526a4 r exceptions
fff52724 r fastboot_boot.bootm_args
fff52740 r fastboot_set_reboot_flag.commands
fff52750 r fastboot_set_reboot_flag.recovery
fff52770 r fdt_errtable
fff527e4 r fdt_src_name
fff527f8 r feature
fff527fc r feature
fff52800 r feature_legacy
fff52804 r fields
fff52814 r fixed_mtrrs
fff52840 r freq_desc_tables
fff52958 r fstypes
fff529e0 r generic_syscon_ids
fff52a28 r getvar_dispatch
fff52b1c r init_sequence_f
fff52bec r init_sequence_f_r
fff52bf4 r irq_router_ids
fff52c04 r list_guid
fff53024 r log_cat_name
fff53064 r log_level_name
fff5308c r maintenance_menu_items
fff53110 r month_offset
fff53140 r mtrr_type_name
fff5315c r name_type
fff53240 r ns16550_serial_ids
fff53270 r ns16550_serial_ops
fff53294 r op_adv
fff53394 r op_table
fff53414 r partition_basic_data_guid
fff53424 r pch7_ids
fff53434 r pch7_ops
fff53448 r pch9_ids
fff53458 r pch9_ops
fff5346c r pci_bridge_ids
fff5347c r pci_bridge_ops
fff53484 r pci_generic_ids
fff53494 r pci_x86_ids
fff534a4 r pci_x86_ops
fff534ac r qfw_bootdev_ids
fff534bc r qfw_bootmeth_ids
fff534cc r reserved_list
fff53550 r rtc_mc146818_ids
fff53560 r rtc_mc146818_ops
fff5358c r sha256_k
fff5368c r shim_lock_guid
fff5369c r smbios_guid
fff536ac r smbios_write_funcs
fff536e4 r sysinfo_smbios_ids
fff536f4 r sysinfo_smbios_ops
fff53708 r system_guid
fff53718 r table_list
fff537a8 r tsc_timer_ids
fff537b8 r tsc_timer_ops
fff537bc r uclass_idname_str
fff5382c r uimage_comp
fff5388c r uimage_os
fff53928 r uimage_type
fff53bdc r virtio_blk_ops
fff53bf0 r virtio_bootdev_ids
fff53c00 r virtio_console_serial_ops
fff53c24 r virtio_drv_name
fff53c38 r virtio_net_ops
fff53c88 r virtio_pci_ops
fff53d2c r weekdays
fff53d58 r x86_sysreset_ids
fff53d68 r x86_vendor_name
fff53d94 r x86_vendors
fff53e1c r END
fff53e20 r capitalization_table
fff54cf0 r codepage_437
fff54df0 r distfix
fff54e70 r dp_lf2_handle
fff54e88 r inflate.order
fff54eae r inflate_table.dbase
fff54eee r inflate_table.dext
fff54f2e r inflate_table.lbase
fff54f6c r inflate_table.lext
fff54faa r lenfix
fff55934 r LONG_ONLY_CHARS
fff5593b r _ctype
fff55a3b r acpi_help_text
fff55af2 r android_bootloader_boot_flow.km_name
fff55b03 r avb_pubkey
fff55f0c r bootefi_help_text
fff5601d r bootm_help_text
fff563ab r bootz_help_text
fff565b3 r number.digits
fff565c3 r default_environment
fff5676d r dm_help_text
fff568ef r efidebug_help_text
fff56c92 r env_flags_varaccess_rep
fff56c97 r env_flags_vartype_rep
fff56c9e r env_help_text
fff56e6c r erase_seq
fff56e70 r extract_keymint_relevant_data.boot_patchlevel_key
fff56e96 r extract_keymint_relevant_data.system_patchlevel_key
fff56ebe r extract_keymint_relevant_data.system_version_key
fff56ee2 r extract_keymint_relevant_data.vendor_patchlevel_key
fff56f0a r hex_asc
fff56f1b r illegal
fff56f2c r net_bcast_ethaddr
fff56f32 r net_null_addr_ip6
fff56f42 r net_null_ethaddr
fff56f48 r padding_RSA2048_SHA256
fff57028 r padding_RSA2048_SHA512
fff570e8 r padding_RSA4096_SHA256
fff572c8 r padding_RSA4096_SHA512
fff57488 r padding_RSA8192_SHA256
fff57868 r padding_RSA8192_SHA512
fff57c28 r print_size.names
fff57c2e r sep
fff57c3f r source_help_text
fff57c67 r spc
fff60a8d r .L.str.8
fff60ae9 r .L.str.17
fff60aee r .L.str.18
fff67fdb r tab_seq
fff67fe4 r version_string
fff68040 d mp_steps
fff680c0 D gdt64
fff680c0 d gdt
fff680f0 d gdt_end
fff680f0 d load_flags
fff68110 d xload_flags
fff68138 d zboot_subcmds
fff681e0 d qfw_bootmeth_ops
fff681f8 d image_load_addr
fff681fc d cmd_bootm_sub
fff682f8 d acpi_subcmds
fff68368 d partition
fff6836c d cmd_bcb_sub
fff68414 d default_tm
fff68438 d dm_subcmds
fff684e0 d cmd_efidebug_sub
fff685c0 d cmd_efidebug_boot_sub
fff6864c d cmd_efidebug_test_sub
fff68668 d eficonfig_menu_desc
fff6866c d select_file_menu_items
fff68690 d cmd_net
fff686c8 d fastboot_help_text
fff68784 d cmd_avb
fff68880 d env_id
fff68884 d cmd_env_sub
fff68948 d init_sequence_r
fff689d0 d hist_cur
fff689d4 d av_
fff68ddc d trim_threshold
fff68de0 d sbrk_base
fff68de4 d _stats
fff68df8 d block_cache
fff68e00 d root_info
fff68e08 d x86_sysreset_ops
fff68e14 d virtio_pci_supported
fff69530 d console_ops
fff69564 d fonts
fff69594 d video_fontdata_8x16
fff6a594 d qfw_bootdev_ops
fff6a598 d qfw_pio_ops
fff6a5a0 d env_htab
fff6a5b0 d efi_obj_list
fff6a5b8 d entry_count
fff6a5bc d efi_register_notify_events
fff6a5c4 d efi_boot_services
fff6a68c d efi_event_queue
fff6a694 d efi_tpl
fff6a698 d efi_cout_modes
fff6a6bc d efi_con_mode
fff6a6d4 d efi_con_out
fff6a6fc d efi_con_in
fff6a708 d efi_con_in_ex
fff6a720 d cin_notify_functions
fff6a728 d efi_package_lists
fff6a730 d efi_keyboard_layout_list
fff6a738 d efi_mem
fff6a740 d efi_obj_list_initialized
fff6a744 d efi_system_partition
fff6a750 d algorithm_data
fff6a7a4 d y
fff6a7a8 d net_our_vlan
fff6a7aa d net_native_vlan
fff6a7ac d tftp_timeout_count_max
fff6a7b0 d tftp_block_size_option
fff6a7b2 d tftp_window_size_option
fff6a7b4 d timeout_ms
fff6a7b8 d timeout_count_max
fff6a7bc d tftp_block_size
fff6a7be d sequence_number
fff6a7c0 d fastboot_send.cmd
fff6a7d4 d _GLOBAL_OFFSET_TABLE_
fff6a7d4 d __efi_runtime_rel_start
fff6a934 A __data_end
fff6a934 A __init_end
fff6a934 d __efi_runtime_rel_stop
fff6a944 A __rel_dyn_start
fff6a944 B __bss_start
fff6a944 b i440fx
fff6a948 b ap_callbacks
fff6a94c b mp_info.0
fff6a950 b mp_info.1
fff6a954 b load_sipi_vector.msr_save
fff6ab60 b idt
fff6b360 b idt_ptr
fff6b368 b irq_handlers
fff6b428 b spurious_irq_cnt
fff6b42c b isa_irq_occupied
fff6b43c b state
fff6b458 b images
fff6b7ac b get_console.console
fff6b7b0 b block
fff6b7b4 b partition_data
fff6b880 b bcb
fff6c080 b image_addr
fff6c084 b image_size
fff6c088 b bootefi_device_path
fff6c08c b bootefi_image_path
fff6c090 b avail_row
fff6c094 b eficonfig_init.init
fff6c098 b cin
fff6c09c b cout
fff6c0a0 b virtio_curr_dev
fff6c0a4 b avb_ops
fff6c0a8 b top_vars
fff6c0ac b last_return_code
fff6c0b0 b get_dollar_var.buf
fff6c0d8 b flag_repeat
fff6c0dc b ifs
fff6c0e0 b map
fff6c1e0 b do_repeat
fff6c1e1 b get_user_input.the_command
fff6c3e4 b stored_bootdelay
fff6c3e8 b monitor_flash_len
fff6c3ec b hist_num
fff6c3f0 b hist_max
fff6c3f4 b hist_add_idx
fff6c3f8 b hist_list
fff6c448 b console_buffer
fff6c64c b cli_readline_into_buffer.initted
fff6c64d b hist_lines
fff6ee64 b ctrlc_disabled
fff6ee68 b ctrlc_was_pressed
fff6ee6c b console_devices
fff6ee78 b cd_count
fff6ee84 b tstcdev
fff6ee88 b mem_malloc_start
fff6ee8c b mem_malloc_end
fff6ee90 b mem_malloc_brk
fff6ee94 b top_pad
fff6ee98 b current_mallinfo.0
fff6ee9c b max_sbrked_mem
fff6eea0 b max_total_mem
fff6eea4 b stdio_devices
fff6eeb0 b devs
fff6ef00 b env_complete_buf
fff6f100 b tmp_buf
fff6f301 b print_efiname.name
fff6f326 b mode_info
fff6f42c b virtio_bootdev_ops
fff6f430 b virtio_pci_bind.num_devs
fff6f434 b fastboot_progress_callback
fff6f438 b fastboot_boot.boot_addr_start
fff6f44c b fastboot_buf_addr
fff6f450 b fastboot_buf_size
fff6f454 b fastboot_bytes_expected
fff6f458 b fastboot_bytes_received
fff6f45c b image_size
fff6f460 b first_call
fff6f464 b flags_list
fff6f468 b first_call
fff6f46c b callback_list
fff6f470 b fs_type
fff6f474 b fs_dev_desc
fff6f478 b fs_partition
fff6f51c b fs_dev_part
fff6f520 b cur_dev
fff6f528 b cur_part_info
fff6f5cc b total_sector
fff6f5d0 b get_set_cluster.tmpbuf_cluster
fff6f5d4 b bs
fff6f5d8 b rs
fff6f5dc b timers_enabled
fff6f5e0 b current_image
fff6f5e4 b efi_st_keep_devices
fff6f5e8 b efi_get_next_monotonic_count.mono
fff6f5f0 b uart_obj
fff6f608 b console_timer_event
fff6f60c b key_available
fff6f610 b next_key
fff6f61c b efi_memory_map_key
fff6f620 b efi_root
fff6f624 b watchdog_timer_event
fff6f628 b dhcp_ack
fff6f62c b netobj
fff6f630 b transmit_buffer
fff6f634 b receive_buffer
fff6f638 b receive_lengths
fff6f63c b wait_for_packet
fff6f640 b network_timer_event
fff6f644 b rx_packet_num
fff6f648 b new_tx_packet
fff6f64c b rx_packet_idx
fff6f650 b efi_initrd_handle
fff6f654 b binman
fff6f658 b errno
fff6f65c b local_toa
fff6f674 b arp_wait_packet_ethaddr
fff6f678 b net_arp_wait_packet_ip
fff6f67c b net_arp_wait_reply_ip.0
fff6f680 b arp_wait_tx_packet_size
fff6f684 b arp_tx_packet_buf
fff6fcc4 b arp_tx_packet
fff6fcc8 b arp_wait_timer_start
fff6fccc b arp_wait_try
fff6fcd0 b net_nis_domain
fff6fcf0 b net_hostname
fff6fd10 b net_root_path
fff6fd50 b bootp_num_ids
fff6fd54 b bootp_try
fff6fd58 b bootp_start
fff6fd5c b bootp_timeout
fff6fd60 b time_taken_max
fff6fd64 b bootp_ids
fff6fd74 b eth_errno
fff6fd78 b eth_try_another.first_failed
fff6fd7c b eth_set_current.act
fff6fd80 b eth_set_current.env_changed_id
fff6fd84 b net_nd_sol_packet_ip6
fff6fd94 b net_nd_timer_start
fff6fd98 b net_nd_try
fff6fd9c b net_nd_packet_mac_out
fff6fda0 b net_nd_tx_packet
fff6fda4 b net_nd_tx_packet_size
fff6fda8 b net_nd_packet_buf
fff703e8 b net_nd_rep_packet_ip6
fff703f8 b push_packet
fff703fc b net_init.first_call
fff703fd b net_pkt_buf
fff72240 b net_tx_packet
fff72244 b net_rx_packets
fff72254 b net_state
fff72258 b net_restarted
fff7225c b net_dev_exists
fff72260 b net_try_count
fff72264 b net_boot_file_size
fff72268 b net_ip
fff7226c b time_start
fff72270 b time_handler
fff72274 b time_delta
fff72278 b net_restart_wrap
fff7227c b udp_packet_handler
fff72280 b arp_packet_handler
fff72284 b net_server_ethaddr
fff7228c b net_server_ip
fff72290 b net_rx_packet
fff72294 b net_rx_packet_len
fff72298 b net_ethaddr
fff722a0 b net_ip_id
fff722a4 b net_boot_file_name
fff726a4 b net_netmask
fff726a8 b net_gateway
fff726ac b net_dns_server
fff726b0 b net_boot_file_name_explicit
fff726b4 b net_boot_file_expected_size_in_blocks
fff726b8 b net_gateway6
fff726c8 b net_ip6
fff726d8 b net_link_local_ip6
fff726e8 b net_server_ip6
fff726f8 b net_prefix_length
fff726fc b use_ip6
fff72700 b net_ping_ip
fff72704 b ping_seq_number
fff72706 b seq_no
fff72708 b net_ping_ip6
fff72718 b saved_tftp_block_size_option
fff7271c b tftp_remote_ip6
fff7272c b tftp_remote_ip
fff72730 b tftp_filename
fff727b0 b default_filename
fff727c0 b tftp_load_addr
fff727c4 b tftp_state
fff727c8 b time_start
fff727cc b tftp_remote_port
fff727d0 b timeout_count
fff727d4 b tftp_our_port
fff727d8 b tftp_cur_block
fff727dc b tftp_windowsize
fff727de b tftp_last_nack
fff727e0 b tftp_tsize
fff727e4 b tftp_tsize_num_hash
fff727e8 b tftp_load_size
fff727ec b tftp_next_ack
fff727f0 b tftp_prev_block
fff727f4 b tftp_block_wrap
fff727f8 b tftp_block_wrap_offset
fff727fc b fastboot_our_port
fff72800 b fastboot_timed_send_info.start
fff72804 b last_packet_len
fff72808 b last_packet
fff72c08 b fastboot_remote_ip.0
fff72c0c b fastboot_remote_port
fff72c10 b fastboot_send.command
fff72c51 b fastboot_send.pending_command
fff72c54 b state
fff72c58 b command
fff72c99 b response
fff72ce0 b curr_header_buffer
fff72ce8 b curr_sport
fff72cea b curr_dport
fff72cec b curr_tcp_seq_num
fff72cf0 b curr_tcp_ack_num
fff72cf4 b curr_request_len
fff72cf8 b curr_chunk_size
fff72d00 b curr_chunk_downloaded
fff72d08 b curr_header_downloaded
fff72d10 b command_handled_id
fff72d14 b command_handled_success
fff72d15 b is_ipv6
fff72d18 b ip_header_size
fff72d1c b udp_ops
fff72d20 b current_tcp_state
fff72d24 b tcp_last_connection_data_frame
fff72d28 b tcp_packet_handler
fff72d2c b loc_timestamp
fff72d30 b rmt_timestamp
fff72d34 b tcp_lost
fff72d58 b tcp_activity_count
fff72d5c b tcp_ack_edge
fff72d60 b prev_len
fff72d64 b sack_idx
fff72d68 b edge_a
fff72ee8 b tcp6_packet_handler
fff72eec B __bss_end
fff7b2ec A __rel_dyn_end
fff7b2f0 A _end