summaryrefslogtreecommitdiff
path: root/bootloader/crosvm_x86_64/System.map
blob: 3f83e6376e140b307b9d3a632f86262706401f32 (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
0000f800 T start16
0000f831 t ff
0000f83a t code32start
0000f840 t idt_ptr
0000f846 t gdt_ptr
0000f850 T gdt_rom
0000fff0 t reset_vector
fff00000 A __text_start
fff00000 T _x86boot_start
fff0001c T _start
fff0003f T car_init_ret
fff00076 T board_init_f_r_trampoline
fff00082 t die
fff00088 W car_uninit
fff00089 t blank_idt_ptr
fff00090 t multiboot_header
fff000b0 T efi_reset_system
fff000b0 d __efi_runtime_start
fff000cf T efi_memcpy_runtime
fff000e5 T efi_update_table_header_crc32
fff00107 W efi_get_time
fff0010d W efi_set_time
fff00113 T efi_convert_pointer
fff001c0 t efi_unimplemented
fff001c6 t efi_update_capsule_unsupported
fff001cc t efi_query_capsule_caps_unsupported
fff001d2 t efi_set_virtual_address_map_runtime
fff001d8 t efi_convert_pointer_runtime
fff001de T efi_runtime_detach
fff00224 T efi_runtime_relocate
fff0032a T efi_get_variable_runtime
fff0035d T efi_get_next_variable_name_runtime
fff0036e T efi_var_mem_find
fff00444 t efi_var_mem_compare
fff004b0 T efi_var_mem_del
fff0051f T efi_var_mem_ins
fff00617 T efi_var_mem_free
fff00628 t efi_var_mem_notify_virtual_address_map
fff0064a T efi_get_variable_mem
fff006d3 T efi_get_next_variable_name_mem
fff0077c T efi_get_variable_int
fff00781 T efi_get_next_variable_name_int
fff00786 t efi_set_variable_runtime
fff0078c t efi_query_variable_info_runtime
fff00792 T u16_strnlen
fff007ac T crc32_no_comp
fff0086f T crc32
fff00880 t crc_table
fff00c80 t efi_events
fff00c88 t systab
fff00cd0 t firmware_vendor
fff00ce8 t efi_runtime_mmio
fff00cf0 t efi_runtime_services
fff00d40 t efi_virtmap
fff00d44 t efi_descriptor_count
fff00d48 t efi_descriptor_size
fff00d4c t efi_runtime_relocate.lastoff
fff00d50 t efi_var_buf
fff00d54 t efi_current_var
fff00d58 d __efi_runtime_stop
fff00d60 T x86_init_cache
fff00d60 W init_cache
fff00d6e T flush_cache
fff00d71 T flush_dcache_range
fff00d72 T invalidate_dcache_range
fff00d73 T cpu_vendor_name
fff00d8a T cpu_get_name
fff00dd4 W board_final_init
fff00dd5 W board_final_cleanup
fff00dd6 T last_stage_init
fff00e04 T cpu_init_r
fff00e69 T reserve_arch
fff00e8b T cpu_x86_bind
fff00ee4 T cpu_x86_get_vendor
fff00f1f T cpu_x86_get_desc
fff00f4c T cpu_x86_get_count
fff00fd7 T car_init
fff00fe8 T qemu_get_low_memory_size
fff01008 T qemu_get_high_memory_size
fff0102c T dram_init
fff0107b T dram_init_banksize
fff010f3 T board_get_usable_ram_top
fff01115 T arch_cpu_init
fff0111e T checkcpu
fff01121 T arch_early_init_r
fff0126b T arch_misc_init
fff01292 T cpu_qemu_get_desc
fff012ac t cpu_qemu_get_count
fff012c9 T install_e820_map
fff013ca T lapic_setup
fff0143c T pirq_check_irq_routed
fff014e4 T pirq_translate_link
fff01524 T pirq_assign_irq
fff015c1 T irq_router_probe
fff0199e T mtrr_open
fff019e6 T mtrr_close
fff01a20 T mtrr_read_all
fff01a6a T mtrr_get_var_count
fff01a75 T mtrr_write_all
fff01add T mtrr_commit
fff01bb5 t h_comp_mtrr
fff01be2 T mtrr_set_next_var
fff01c7a T mtrr_set_valid
fff01c98 t mtrr_start_op
fff01d13 T mtrr_set
fff01d4e T pci_x86_read_config
fff01dad T pci_x86_write_config
fff01e0a T pci_assign_irqs
fff01e90 T cpu_call64
fff01ee1 t code64
fff01ee1 t lret_target
fff01ee6 T call64_stub_size
fff01eea T arch_setup_gd
fff01fc6 t setup_identity
fff020db T x86_cpu_init_f
fff021ac T x86_enable_caches
fff021ac W enable_caches
fff021ba T x86_disable_caches
fff021ba W disable_caches
fff021ca T dcache_status
fff021d7 T cpu_has_64bit
fff0221d T cpu_jump_to_64bit
fff02262 t build_pagetable
fff022b7 T irq_common_entry
fff022e6 T irq_0
fff022ed T irq_1
fff022f4 T irq_2
fff022fb T irq_3
fff02302 T irq_4
fff02309 T irq_5
fff02310 T irq_6
fff02317 T irq_7
fff0231e T irq_8
fff02325 T irq_9
fff0232c T irq_10
fff02333 T irq_11
fff0233a T irq_12
fff02341 T irq_13
fff02348 T irq_14
fff0234f T irq_15
fff02356 T irq_16
fff0235d T irq_17
fff02364 T irq_18
fff0236b T irq_19
fff02372 T irq_20
fff02379 T irq_21
fff02380 T irq_22
fff02387 T irq_23
fff0238e T irq_24
fff02395 T irq_25
fff0239c T irq_26
fff023a3 T irq_27
fff023aa T irq_28
fff023b1 T irq_29
fff023b8 T irq_30
fff023bf T irq_31
fff023c6 T irq_32
fff023cd T irq_33
fff023d4 T irq_34
fff023db T irq_35
fff023e2 T irq_36
fff023e9 T irq_37
fff023f0 T irq_38
fff023f7 T irq_39
fff023fe T irq_40
fff02405 T irq_41
fff0240c T irq_42
fff02413 T irq_43
fff0241a T irq_44
fff02421 T irq_45
fff02428 T irq_46
fff0242f T irq_47
fff02436 T irq_48
fff0243d T irq_49
fff02444 T irq_50
fff0244b T irq_51
fff02452 T irq_52
fff02459 T irq_53
fff02460 T irq_54
fff02467 T irq_55
fff0246e T irq_56
fff02475 T irq_57
fff0247c T irq_58
fff02483 T irq_59
fff0248a T irq_60
fff02491 T irq_61
fff02498 T irq_62
fff0249f T irq_63
fff024a6 T irq_64
fff024ad T irq_65
fff024b4 T irq_66
fff024bb T irq_67
fff024c2 T irq_68
fff024c9 T irq_69
fff024d0 T irq_70
fff024d7 T irq_71
fff024de T irq_72
fff024e5 T irq_73
fff024ec T irq_74
fff024f3 T irq_75
fff024fa T irq_76
fff02501 T irq_77
fff02508 T irq_78
fff0250f T irq_79
fff02516 T irq_80
fff0251d T irq_81
fff02524 T irq_82
fff0252b T irq_83
fff02532 T irq_84
fff02539 T irq_85
fff02540 T irq_86
fff02547 T irq_87
fff0254e T irq_88
fff02555 T irq_89
fff0255c T irq_90
fff02563 T irq_91
fff0256a T irq_92
fff02571 T irq_93
fff02578 T irq_94
fff0257f T irq_95
fff02586 T irq_97
fff0258d T irq_96
fff02594 T irq_98
fff0259b T irq_99
fff025a2 T irq_100
fff025a9 T irq_101
fff025b0 T irq_102
fff025b7 T irq_103
fff025be T irq_104
fff025c5 T irq_105
fff025cc T irq_106
fff025d3 T irq_107
fff025da T irq_108
fff025e1 T irq_109
fff025e8 T irq_110
fff025ef T irq_111
fff025f6 T irq_112
fff025fd T irq_113
fff02604 T irq_114
fff0260b T irq_115
fff02612 T irq_116
fff02619 T irq_117
fff02620 T irq_118
fff02627 T irq_119
fff0262e T irq_120
fff02635 T irq_121
fff0263c T irq_122
fff02643 T irq_123
fff0264a T irq_124
fff02651 T irq_125
fff02658 T irq_126
fff0265f T irq_127
fff02666 T irq_128
fff02670 T irq_129
fff0267a T irq_130
fff02684 T irq_131
fff0268e T irq_132
fff02698 T irq_133
fff026a2 T irq_134
fff026ac T irq_135
fff026b6 T irq_136
fff026c0 T irq_137
fff026ca T irq_138
fff026d4 T irq_139
fff026de T irq_140
fff026e8 T irq_141
fff026f2 T irq_142
fff026fc T irq_143
fff02706 T irq_144
fff02710 T irq_145
fff0271a T irq_146
fff02724 T irq_147
fff0272e T irq_148
fff02738 T irq_149
fff02742 T irq_150
fff0274c T irq_151
fff02756 T irq_152
fff02760 T irq_153
fff0276a T irq_154
fff02774 T irq_155
fff0277e T irq_156
fff02788 T irq_157
fff02792 T irq_158
fff0279c T irq_159
fff027a6 T irq_160
fff027b0 T irq_161
fff027ba T irq_162
fff027c4 T irq_163
fff027ce T irq_164
fff027d8 T irq_165
fff027e2 T irq_166
fff027ec T irq_167
fff027f6 T irq_168
fff02800 T irq_169
fff0280a T irq_170
fff02814 T irq_171
fff0281e T irq_172
fff02828 T irq_173
fff02832 T irq_174
fff0283c T irq_175
fff02846 T irq_176
fff02850 T irq_177
fff0285a T irq_178
fff02864 T irq_179
fff0286e T irq_180
fff02878 T irq_181
fff02882 T irq_182
fff0288c T irq_183
fff02896 T irq_184
fff028a0 T irq_185
fff028aa T irq_186
fff028b4 T irq_187
fff028be T irq_188
fff028c8 T irq_189
fff028d2 T irq_190
fff028dc T irq_191
fff028e6 T irq_192
fff028f0 T irq_193
fff028fa T irq_194
fff02904 T irq_195
fff0290e T irq_196
fff02918 T irq_197
fff02922 T irq_198
fff0292c T irq_199
fff02936 T irq_200
fff02940 T irq_201
fff0294a T irq_202
fff02954 T irq_203
fff0295e T irq_204
fff02968 T irq_205
fff02972 T irq_206
fff0297c T irq_207
fff02986 T irq_208
fff02990 T irq_209
fff0299a T irq_210
fff029a4 T irq_211
fff029ae T irq_212
fff029b8 T irq_213
fff029c2 T irq_214
fff029cc T irq_215
fff029d6 T irq_216
fff029e0 T irq_217
fff029ea T irq_218
fff029f4 T irq_219
fff029fe T irq_220
fff02a08 T irq_221
fff02a12 T irq_222
fff02a1c T irq_223
fff02a26 T irq_224
fff02a30 T irq_225
fff02a3a T irq_226
fff02a44 T irq_227
fff02a4e T irq_228
fff02a58 T irq_229
fff02a62 T irq_230
fff02a6c T irq_231
fff02a76 T irq_232
fff02a80 T irq_233
fff02a8a T irq_234
fff02a94 T irq_235
fff02a9e T irq_236
fff02aa8 T irq_237
fff02ab2 T irq_238
fff02abc T irq_239
fff02ac6 T irq_240
fff02ad0 T irq_241
fff02ada T irq_242
fff02ae4 T irq_243
fff02aee T irq_244
fff02af8 T irq_245
fff02b02 T irq_246
fff02b0c T irq_247
fff02b16 T irq_248
fff02b20 T irq_249
fff02b2a T irq_250
fff02b34 T irq_251
fff02b3e T irq_252
fff02b48 T irq_253
fff02b52 T irq_254
fff02b5c T irq_255
fff02b66 T enable_interrupts
fff02b68 T disable_interrupts
fff02b78 T interrupt_init
fff02c16 T irq_llsr
fff02c50 t dump_regs
fff02dd8 T setjmp
fff02df0 T longjmp
fff02e04 t nz
fff02e07 T memset
fff02e42 T memcpy
fff02e80 T memmove
fff02ff5 T boot_linux_kernel
fff0305b T do_bootm_linux
fff03193 T arch_lmb_reserve
fff031b2 T efi_add_known_memory
fff0325e T init_cache_f_r
fff0327d T irq_install_handler
fff03308 T irq_free_handler
fff03357 T do_irq
fff033cb T i8259_init
fff03439 T unmask_irq
fff0345f T mask_irq
fff03483 T specific_eoi
fff0349d T i8254_init
fff034b4 T pirq_route_irqs
fff035f3 T copy_uboot_to_ram
fff03627 T clear_bss
fff0365f T do_elf_reloc_fixups
fff03701 T write_tables
fff03768 T load_zimage
fff03935 t get_boot_protocol
fff03976 t get_kernel_version
fff039d1 T setup_zimage
fff03c8d T zimage_dump
fff042a9 t print_flags
fff04302 T do_zboot_parent
fff043b9 T android_bootloader_boot_kernel
fff04498 t hex_to_str
fff044ed t complete_zboot
fff04519 t do_zboot_start
fff045da t do_zboot_load
fff04675 t do_zboot_setup
fff046d3 t do_zboot_info
fff046f5 t do_zboot_go
fff04727 t do_zboot_dump
fff04764 W board_quiesce_devices
fff04765 T bootm_find_images
fff0486c T bootm_disable_interrupts
fff04871 T bootm_process_cmdline
fff04874 T do_bootm_states
fff04e76 W switch_to_non_secure_mode
fff04e77 W arch_preboot_os
fff04e78 W board_preboot_os
fff04e79 T boot_selected_os
fff04ec3 T bootm_os_get_boot_func
fff04ecb t do_bootm_standalone
fff04f01 T image_multi_getimg
fff04f58 T image_decomp
fff05079 T genimg_get_os_name
fff0509e T genimg_get_comp_name
fff050c3 t on_loadaddr
fff050e2 T env_get_bootm_low
fff05103 T env_get_bootm_size
fff0519e T env_get_bootm_mapsize
fff051c6 T memmove_wd
fff051cf T genimg_get_kernel_addr_fit
fff051e0 T genimg_get_format
fff0520c T genimg_has_config
fff0520f T boot_get_ramdisk
fff05305 T boot_ramdisk_high
fff0540f T boot_get_setup
fff05415 T image_setup_linux
fff05478 T image_locate_script
fff054ab T ab_select_slot
fff0587a T android_image_get_kernel
fff05885 T android_image_check_header
fff05888 T android_image_get_end
fff0588b T android_image_get_kload
fff0588f T android_image_get_kcomp
fff05892 T android_image_get_ramdisk
fff058aa T android_image_get_kernel_cmdline
fff058ae T android_image_is_bootconfig_used
fff058b9 T android_get_preloaded_partition
fff0596b t is_same_partition
fff059cf T android_image_load
fff05f56 t _extract_boot_image_header
fff05fd0 t _read_in_boot_ramdisk
fff06000 T android_image_get_second
fff06004 T android_image_get_dtb_by_index
fff06007 t android_read_data
fff06127 T android_bootloader_boot_flow
fff0694c t do_avb_verify
fff06ad5 t android_part_get_info_by_name_suffix
fff06b48 t get_partition_size
fff06bc6 T android_bootloader_request_response
fff06dbc t console_write
fff06e1d t console_read
fff06e7b T oemlock_is_allowed
fff06e85 t oemlock_get_field
fff06ed6 T oemlock_set_locked
fff06f30 T oemlock_is_locked
fff06f3a t get_console
fff06f7e T write_avb_to_keymint_console
fff0730a t parse_patchlevel
fff073c6 t qfw_bootmeth_bind
fff073da t qfw_check
fff073fc t qfw_read_bootflow
fff0746a t qfw_read_file
fff07470 t qfw_boot
fff074a4 T boot_fdt_add_mem_rsv_regions
fff075d6 t boot_fdt_reserve_region
fff0762f T boot_relocate_fdt
fff0789e t fdt_error
fff078c3 T boot_get_fdt
fff07ab3 W ft_verify_fdt
fff07ab7 W arch_fixup_fdt
fff07aba T image_setup_libfdt
fff07c3e T do_bootm
fff07d0e T bootm_maybe_autostart
fff07d71 T do_bootd
fff07d8c t do_help
fff07dc3 t do_panic
fff07ddf t do_version
fff07e1a t do_ab_select
fff07eb5 T blk_common_cmd
fff08173 t do_source
fff081b1 T bcb_find_partition_and_load
fff08218 t __bcb_initialize
fff082eb t __bcb_load
fff083b0 T bcb_load
fff08403 T bcb_set
fff08418 t __bcb_set
fff084e2 T bcb_get
fff08527 t bcb_field_get
fff085d6 T bcb_store
fff085db t __bcb_store
fff08647 T bcb_reset
fff08683 t do_bcb
fff087bc t do_bcb_load
fff08826 t do_bcb_set
fff08835 t do_bcb_clear
fff08886 t do_bcb_test
fff08909 t do_bcb_dump
fff08956 t do_bcb_store
fff0895b t do_boot_android
fff08972 t do_verified_boot_android
fff08989 t boot_android
fff08ac6 T efi_get_image_parameters
fff08ad6 T efi_set_bootdev
fff08bfb T efi_install_fdt
fff08e35 T efi_run_image
fff08f9d t do_bootefi_exec
fff09065 t do_bootefi
fff091fb W bootz_setup
fff0920f T do_bootz
fff092e6 t do_video_clear
fff092fb T mk_date
fff0952a t do_date
fff09693 t do_dm
fff09702 t complete_dm
fff0972e t do_dm_dump_driver_compat
fff0973c t do_dm_dump_devres
fff0973f t do_dm_dump_drivers
fff0974d t do_dm_dump_static_driver_info
fff0975b t do_dm_dump_tree
fff0978b t do_dm_dump_uclass
fff09799 t do_echo
fff09801 T eficonfig_print_msg
fff0982f T eficonfig_print_entry
fff098a3 T eficonfig_display_statusline
fff098eb T eficonfig_choice_entry
fff09978 T eficonfig_destroy
fff099d7 T eficonfig_process_quit
fff099dd T eficonfig_append_menu_entry
fff09a65 T eficonfig_append_quit_entry
fff09aaf T eficonfig_create_fixed_menu
fff09b24 T eficonfig_process_common
fff09c3f T eficonfig_create_device_path
fff09ca8 T eficonfig_process_clear_file_selection
fff09cbd T eficonfig_process_show_file_option
fff09d25 T eficonfig_process_select_file
fff0a50b T eficonfig_get_unused_bootoption
fff0a591 T eficonfig_append_bootorder
fff0a61f T eficonfig_choice_change_boot_order
fff0a827 T eficonfig_enumerate_boot_option
fff0a941 T eficonfig_delete_invalid_boot_option
fff0ab02 t delete_boot_option
fff0abeb T eficonfig_generate_media_device_boot_option
fff0ad3a t do_eficonfig
fff0aea8 t eficonfig_volume_selected
fff0aebe t sort_file
fff0aecd t eficonfig_file_selected
fff0b03f t eficonfig_process_add_boot_option
fff0b0be t eficonfig_process_edit_boot_option
fff0b1c7 t eficonfig_process_change_boot_order
fff0b450 t eficonfig_process_delete_boot_option
fff0b486 t eficonfig_edit_boot_option
fff0b8cf t fill_file_info
fff0b92d t eficonfig_set_boot_option
fff0b9ab t create_boot_option_entry
fff0ba2d t eficonfig_boot_add_enter_description
fff0ba4b t prepare_file_selection_entry
fff0bb82 t eficonfig_boot_add_optional_data
fff0bba0 t eficonfig_boot_edit_save
fff0bbea t handle_user_input
fff0bc6a t eficonfig_show_boot_selection
fff0be32 t eficonfig_add_boot_selection_entry
fff0bf75 t eficonfig_process_boot_selected
fff0bf84 t eficonfig_print_change_boot_order_entry
fff0c015 t eficonfig_add_change_boot_order_entry
fff0c121 t eficonfig_process_save_boot_order
fff0c1ea t do_exit
fff0c217 T do_fat_size
fff0c229 T do_fat_fsload
fff0c23b t do_fat_ls
fff0c24d t do_fat_fsinfo
fff0c2d8 t do_fat_fswrite
fff0c2ea t do_fat_rm
fff0c2fc t do_fat_mkdir
fff0c30e t do_size_wrapper
fff0c320 t do_load_wrapper
fff0c332 t do_save_wrapper
fff0c344 t do_ls_wrapper
fff0c356 t do_ln_wrapper
fff0c368 t do_fstype_wrapper
fff0c36d t do_fstypes_wrapper
fff0c372 t do_itest
fff0c3e0 t binary_test
fff0c4ed t evalstr
fff0c53c t evalexp
fff0c599 t do_sleep
fff0c666 t do_bootp
fff0c682 T do_tftpb
fff0c6a1 t netboot_common
fff0c94a t do_ping
fff0c9ab T do_ping6
fff0ca17 t do_net
fff0ca72 t do_net_list
fff0caef t do_part
fff0cdd5 t do_part_types
fff0ce61 t do_part_type
fff0ced9 t do_part_info
fff0d01d T do_read
fff0d144 T setexpr_regex_sub
fff0d35d t substitute
fff0d420 t do_setexpr
fff0d683 t get_arg
fff0d71f t regex_sub_var
fff0d822 t do_test
fff0dab4 t do_false
fff0dab8 t do_true
fff0dabb t do_virtio
fff0db41 t do_video_setcursor
fff0db9a t do_video_puts
fff0dbef t do_fastboot
fff0dd47 t do_gpt
fff0df97 t gpt_verify
fff0e0a0 t gpt_setenv
fff0e17d t gpt_enumerate
fff0e28d t do_disk_guid
fff0e2d8 t set_gpt_info
fff0e7e7 t extract_val
fff0e862 t extract_env
fff0e900 T do_avb_init
fff0e950 T do_avb_read_part
fff0ea05 T do_avb_read_part_hex
fff0eb1a T do_avb_write_part
fff0ebb7 T do_avb_read_rb
fff0ec2d T do_avb_write_rb
fff0ec9e T do_avb_get_uuid
fff0ed09 T do_avb_verify_part
fff0ed99 T do_avb_is_unlocked
fff0ee03 t do_avb
fff0ee5a t do_mtrr
fff0f103 T env_get_id
fff0f109 T env_set
fff0f15f t _do_env_set
fff0f2f9 t do_env
fff0f344 t do_env_print
fff0f3d1 t do_env_set
fff0f3f1 t do_env_default
fff0f486 t do_env_delete
fff0f526 t do_env_verified_import
fff0f6fb t do_env_exists
fff0f743 t env_print
fff0f7f5 T board_init_f_alloc_reserve
fff0f7fe T board_init_f_init_reserve
fff0f82e T main_loop
fff0f86f T get_version
fff0f875 T jumptable_init
fff0faf9 t dummy
fff0fafa t mdelay
fff0fb05 T get_local_var
fff0fb6a T set_local_var
fff0fca0 T parse_string_outer
fff0fd78 t parse_stream_outer
fff103ad T parse_file_outer
fff103e9 T u_boot_hush_start
fff10426 t do_showvar
fff1050e t static_peek
fff10514 t static_get
fff10529 t done_word
fff107a3 t done_pipe
fff107de t file_peek
fff107e4 t free_pipe_list
fff10894 t new_pipe
fff108c7 t done_command
fff10938 t b_addqchr
fff1097a t b_addchr
fff109cf t run_list_real
fff11184 t insert_var_value_sub
fff11441 t make_string
fff11555 t file_get
fff116d3 T bootdelay_process
fff11763 T autoboot_command
fff11849 W board_add_ram_info
fff1184a W mach_cpu_init
fff1184d W arch_setup_dest_addr
fff11850 W arch_reserve_mmu
fff11853 W arch_reserve_stacks
fff11856 W arch_setup_bdinfo
fff11859 T setup_bdinfo
fff11864 T board_init_f
fff118cb T board_init_f_r
fff11949 t setup_mon_len
fff11959 t log_init
fff1195c t initf_bootstage
fff1195f t setup_spl_handoff
fff11962 t initf_dm
fff1196a t init_baud_rate
fff11991 t display_text_info
fff11994 t print_resetinfo
fff11a28 t misc_init_f
fff11a32 t announce_dram_init
fff11a45 t setup_dest_addr
fff11aa2 t reserve_round_4k
fff11ab2 t reserve_video
fff11adf t reserve_trace
fff11ae2 t reserve_uboot
fff11b24 t reserve_malloc
fff11b42 t reserve_board
fff11b97 t reserve_global_data
fff11bc8 t reserve_fdt
fff11c36 t reserve_bootstage
fff11c39 t reserve_bloblist
fff11c3c t reserve_stacks
fff11c5a t show_dram_config
fff11f3f t display_new_sp
fff11f42 t reloc_fdt
fff11f9d t reloc_bootstage
fff11fa0 t reloc_bloblist
fff11fa3 t setup_reloc
fff11fef t cyclic_unregister_all
fff11ff2 t jump_to_copy
fff12023 W cpu_secondary_init_r
fff12026 W arch_initr_trap
fff12029 W power_init_board
fff1202c T board_init_r
fff1209c t initr_trace
fff1209f t initr_reloc
fff120af t initr_reloc_global_data
fff120e1 t initr_barrier
fff120e4 t initr_malloc
fff12106 t log_init
fff12109 t initr_bootstage
fff1210c t initr_of_live
fff1210f t initr_dm
fff1213d t initr_binman
fff12164 t initr_dm_devices
fff12167 t initr_announce
fff1216a t dm_announce
fff121bf t initr_env
fff12216 t initr_net
fff1222e t run_main_loop
fff12242 T fdt_find_and_setprop
fff12294 T fdt_find_or_add_subnode
fff122e3 T fdt_root
fff1235b T fdt_initrd
fff124da W board_fdt_chosen_bootargs
fff124e4 T fdt_chosen
fff1259d T do_fixup_by_path
fff125dc T fdt_fixup_ethernet
fff12742 T fdt_shrink_to_minimum
fff12827 T fdt_support_default_count_cells
fff12878 T fdt_translate_address
fff12893 t __of_translate_address
fff12ab4 t of_bus_default_map
fff12b65 t of_bus_default_translate
fff12bc3 T iomux_match_device
fff12be3 T iomux_doenv
fff12d99 T menu_default_choice
fff12dae T menu_default_set
fff12e20 T menu_get_choice
fff12f92 T menu_item_add
fff13047 T menu_create
fff130c6 T menu_destroy
fff1311e T bootmenu_conv_key
fff13180 T bootmenu_loop
fff131c6 T cli_ch_init
fff131d2 T cli_ch_process
fff13344 T cli_readline
fff13357 T cli_readline_into_buffer
fff13b0b t delete_char
fff13bb3 t cread_add_char
fff13c71 T cli_simple_process_macros
fff13e9b T bounce_buffer_start_extalign
fff13f19 T bounce_buffer_stop
fff13f60 t on_console
fff14006 t console_needs_start_stop
fff1404f T console_stop
fff14074 T serial_printf
fff140b5 T fgetc
fff140eb t console_tstc
fff14162 T fputs
fff141ac T getchar
fff141d3 T tstc
fff141fa T putc
fff14269 T puts
fff142d3 T flush
fff1433b T ctrlc
fff1437c T disable_ctrlc
fff1438a T had_ctrlc
fff14392 T clear_ctrlc
fff1439a T console_search_dev
fff143b6 T console_assign
fff14493 T console_init_f
fff144a9 T console_init_r
fff14647 T sbrk
fff14685 T mem_malloc_init
fff14698 T malloc
fff14aaa t malloc_extend_top
fff14c15 T free
fff14dff T malloc_trim
fff14ec8 T realloc
fff152dd T memalign
fff15439 T calloc
fff154c5 T initf_malloc
fff154ee T malloc_simple
fff154f8 t alloc_simple
fff15568 T memalign_simple
fff15571 T event_notify
fff1560e T event_notify_null
fff15617 T event_register
fff15675 T event_init
fff15690 W get_effective_memsize
fff1569e T stdio_file_to_flags
fff156b2 T stdio_get_by_name
fff15776 T stdio_clone
fff157a8 T stdio_register_dev
fff157ea T stdio_register
fff15820 T stdio_init_tables
fff15832 T stdio_add_devices
fff158b6 t stdio_serial_putc
fff158bd t stdio_serial_puts
fff158c4 t stdio_serial_flush
fff158c9 t stdio_serial_getc
fff158ce t stdio_serial_tstc
fff158d3 T run_command
fff158df T run_command_list
fff1593c T do_run
fff15991 T cli_process_fdt
fff159bd T cli_secure_boot_cmd
fff15a1e T cli_loop
fff15a28 T cli_init
fff15a2d T _do_help
fff15b4c T find_cmd_tbl
fff15bdf T cmd_usage
fff15c33 T find_cmd
fff15c52 T var_complete
fff15cb6 T complete_subcmdv
fff15e30 T cmd_auto_complete
fff16192 T cmd_get_data_size
fff161ed T cmd_always_repeatable
fff1620a T cmd_never_repeatable
fff16227 T cmd_discard_repeatable
fff1623f T cmd_process
fff16373 T cmd_source_script
fff163b4 T avb_ops_alloc
fff16435 t read_from_partition
fff16459 t write_to_partition
fff1647b t validate_vbmeta_public_key
fff164bb t read_rollback_index
fff164e8 t write_rollback_index
fff16503 t read_is_device_unlocked
fff16522 t get_unique_guid_for_partition
fff16567 t get_size_of_partition
fff165ad T avb_ops_free
fff165e3 T avb_verify
fff16625 T avb_verify_partitions
fff1675e t blk_byte_io
fff16a59 t get_partition
fff16b0b t blk_read_and_flush
fff16c18 t avb_blk_write
fff16d1a T qfw_get_dev
fff16d26 T qfw_online_cpus
fff16d48 T qemu_fwcfg_setup_kernel
fff16ed3 T blk_get_dev
fff16ee8 t get_dev_hwpart
fff16f0f T dev_print
fff1713a T part_init
fff1719c T part_print
fff17293 t part_driver_lookup_type
fff1731e T part_get_info
fff1736e T part_get_info_whole_disk
fff173b7 T blk_get_device_by_str
fff17499 T blk_get_device_part_str
fff17857 T part_get_info_by_name_type
fff178cf T part_get_info_by_name
fff178db T part_get_info_by_dev_and_name
fff17965 T part_get_info_by_dev_and_name_or_num
fff179c2 T part_set_generic_name
fff17a21 T part_create_block_devices
fff17afb T disk_blk_read
fff17bef t dev_get_blk
fff17c18 T disk_blk_write
fff17c71 t part_blk_read
fff17d1a t part_blk_write
fff17dc5 t part_blk_erase
fff17e69 t test_block_type
fff17eed t part_get_info_dos
fff17f11 t part_print_dos
fff17f3d t part_test_dos
fff17fbd t part_get_info_extended
fff18242 t print_partition_extended
fff184db T get_disk_guid
fff18557 t find_valid_gpt
fff185ad T part_print_efi
fff18735 t is_pte_valid
fff18770 T part_get_info_efi
fff188f9 T write_gpt_table
fff18a30 t set_protective_mbr
fff18af0 T gpt_fill_pte
fff18d69 T gpt_fill_header
fff18e00 t partition_entries_offset
fff18e51 T gpt_restore
fff18f2f T gpt_verify_headers
fff18fab t is_gpt_valid
fff1918b T gpt_repair_headers
fff19315 t write_one_gpt_table
fff19386 T gpt_verify_partitions
fff19531 t validate_gpt_header
fff195da t part_test_efi
fff19669 T blk_get_uclass_name
fff19688 T blk_get_devnum_by_uclass_idname
fff19739 T blk_list_part
fff197a3 t get_desc
fff1984e T blk_print_part_devnum
fff1987f T blk_list_devices
fff198d1 T blk_print_device_num
fff1990d T blk_show_device
fff19975 T blk_read_devnum
fff199bc T blk_dread
fff199c4 T blk_write_devnum
fff19a0b T blk_dwrite
fff19a13 T blk_dselect_hwpart
fff19a31 T blk_read
fff19adf T blk_write
fff19b32 T blk_erase
fff19b81 T blk_derase
fff19b89 T blk_find_max_devnum
fff19be3 T blk_next_free_devnum
fff19c01 T blk_create_device
fff19d73 t blk_post_probe
fff19d99 T blkcache_read
fff19e93 T blkcache_fill
fff19fe1 T blkcache_invalidate
fff1a048 T device_bind_with_driver_data
fff1a06d t device_bind_common
fff1a34f T device_bind
fff1a374 T device_bind_by_name
fff1a3d3 T device_of_to_plat
fff1a4b8 T device_probe
fff1a5ca T device_get_uclass_id
fff1a5d4 T dev_get_plat
fff1a5fb T dev_get_parent_plat
fff1a622 T dev_get_uclass_plat
fff1a649 T dev_get_priv
fff1a670 T dev_get_uclass_priv
fff1a697 T dev_get_parent_priv
fff1a6be T dev_get_parent
fff1a6c2 T device_get_decendent_count
fff1a6e8 T device_find_first_child
fff1a701 T device_find_next_child
fff1a71f T device_first_child_err
fff1a74d T device_next_child_err
fff1a780 T dev_get_driver_data
fff1a784 T device_set_name_alloced
fff1a789 T device_set_name
fff1a7af T dev_set_priv
fff1a7b3 T dev_set_parent_priv
fff1a7b7 T dev_set_uclass_priv
fff1a7bb T dev_set_plat
fff1a7bf T dev_set_parent_plat
fff1a7c3 T dev_set_uclass_plat
fff1a7c7 t alloc_priv
fff1a818 T devfdt_get_addr_index
fff1a8c8 T devfdt_get_addr
fff1a8cf T devfdt_get_addr_pci
fff1a946 T lists_driver_lookup_name
fff1a9a4 T lists_uclass_lookup
fff1a9ea T lists_bind_drivers
fff1aaba T device_bind_driver
fff1aadc T device_bind_driver_to_node
fff1ab66 T lists_bind_fdt
fff1ad1f T dm_root
fff1ad4b T dm_init
fff1adec T dm_remove_devices_flags
fff1ae25 T dm_scan_plat
fff1ae4f T dm_scan_fdt_dev
fff1ae75 t dm_scan_fdt_node
fff1af09 T dm_extended_scan
fff1af68 W dm_scan_other
fff1af6b T dm_init_and_scan
fff1afc8 T dm_get_stats
fff1afec t dm_probe_devices
fff1b050 T uclass_get_priv
fff1b053 T uclass_get
fff1b189 T dev_get_uclass_index
fff1b1be T uclass_find_device
fff1b203 T uclass_find_first_device
fff1b234 T uclass_find_next_device
fff1b251 T uclass_find_device_by_namelen
fff1b2ce T uclass_find_next_free_seq
fff1b324 T uclass_find_device_by_seq
fff1b368 T uclass_find_device_by_of_offset
fff1b3ab T uclass_find_device_by_ofnode
fff1b3ee T uclass_get_nth_device_by_driver_name
fff1b459 T uclass_get_device
fff1b487 T uclass_get_device_by_name
fff1b4d0 T uclass_get_device_by_seq
fff1b4fe T uclass_get_device_by_of_offset
fff1b52c T uclass_get_device_by_ofnode
fff1b55a T uclass_first_device
fff1b58f t _uclass_next_device
fff1b5c3 T uclass_next_device
fff1b5e2 T uclass_first_device_err
fff1b602 T uclass_first_device_check
fff1b648 T uclass_next_device_check
fff1b66d T uclass_get_count
fff1b698 T uclass_first_device_drvdata
fff1b6f1 T uclass_bind_device
fff1b748 T uclass_pre_unbind_device
fff1b764 T uclass_unbind_device
fff1b77a T uclass_pre_probe_device
fff1b7ba T uclass_post_probe_device
fff1b7f8 T uclass_pre_remove_device
fff1b814 T uclass_probe_all
fff1b859 T pci_get_devfn
fff1b88e T dev_tag_set_ptr
fff1b936 T dev_tag_get_ptr
fff1b991 T dev_tag_del
fff1ba09 T devres_release_probe
fff1ba21 t release_nodes
fff1ba75 T devres_release_all
fff1ba8d T device_chld_unbind
fff1bb00 T device_unbind
fff1bbf2 T device_chld_remove
fff1bc4c T device_remove
fff1bd8c T device_free
fff1be0f T dm_dump_tree
fff1be92 t show_devices
fff1c011 T dm_dump_uclass
fff1c0d2 T dm_dump_driver_compat
fff1c178 T dm_dump_drivers
fff1c28c T dm_dump_static_driver_info
fff1c2e6 t h_cmp_uclass_id
fff1c305 t init_range
fff1c35c T regmap_init_mem
fff1c4bc T syscon_get_by_driver_data
fff1c4d0 t syscon_pre_probe
fff1c500 T ofnode_get_name
fff1c519 T ofnode_read_u32_index
fff1c56b T ofnode_read_u32_default
fff1c586 T ofnode_read_bool
fff1c5ab T ofnode_get_property
fff1c5cb T ofnode_read_string
fff1c608 T ofnode_read_size
fff1c637 T ofnode_find_subnode
fff1c654 T ofnode_is_enabled
fff1c670 T ofnode_first_subnode
fff1c68d T ofnode_next_subnode
fff1c6aa T ofnode_get_parent
fff1c6c7 T ofnode_path
fff1c6eb T ofnode_get_chosen_node
fff1c752 T ofnode_read_u8_array_ptr
fff1c772 T ofnode_read_pci_addr
fff1c824 T ofnode_read_pci_vendev
fff1c8f8 T ofnode_read_simple_addr_cells
fff1c908 T ofnode_read_simple_size_cells
fff1c918 T ofnode_pre_reloc
fff1c9a8 T ofnode_conf_read_int
fff1c9e6 T ofnode_conf_read_str
fff1ca15 T sysreset_get_status
fff1ca33 T sysreset_walk
fff1caa0 T sysreset_walk_halt
fff1cace T do_reset
fff1cb15 t sysreset_post_bind
fff1cb18 T pch_sysreset_power_off
fff1cb9b t x86_sysreset_probe
fff1cbb5 t x86_sysreset_request
fff1cbdd t x86_sysreset_get_last
fff1cbe3 T pch_ioctl
fff1cc08 T setup_video
fff1ccb7 T pci_get_bus
fff1ccfa T dm_pci_get_bdf
fff1cd31 T pci_bus_find_devfn
fff1cd86 T dm_pci_write_config
fff1ce08 T pci_write_config32
fff1ce20 t pci_write_config
fff1ce82 T pci_write_config16
fff1ce9a T pci_write_config8
fff1ceb2 T dm_pci_write_config8
fff1cec5 T dm_pci_read_config
fff1cf75 t pci_read_config
fff1d003 T pci_read_config16
fff1d02d T pci_read_config8
fff1d055 T dm_pci_read_config8
fff1d07a T dm_pci_read_config16
fff1d0a1 T dm_pci_read_config32
fff1d0c6 W board_pci_fixup_dev
fff1d0c7 T pci_bind_bus_devices
fff1d5bd T dm_pci_read_bar32
fff1d5f9 T dm_pci_bus_to_phys
fff1d69e T dm_pci_map_bar
fff1d6fb T dm_pci_find_next_capability
fff1d711 t _dm_pci_find_next_capability
fff1d79d T dm_pci_find_capability
fff1d80c t pci_uclass_pre_probe
fff1dafc t pci_uclass_post_probe
fff1db12 t pci_uclass_child_post_bind
fff1db43 T pci_init
fff1db75 t pci_bridge_read_config
fff1dbf2 t pci_bridge_write_config
fff1dc3b t _pci_x86_read_config
fff1dc5a t _pci_x86_write_config
fff1dc79 T serial_init
fff1ddc7 T serial_setbrg
fff1de06 T serial_initialize
fff1de14 T serial_putc
fff1de68 T serial_puts
fff1de8d t _serial_puts
fff1ded3 T serial_flush
fff1df0d T serial_getc
fff1df46 T serial_tstc
fff1df79 T serial_stdio_init
fff1df7a t on_baudrate
fff1e05a t serial_post_probe
fff1e0ff t serial_pre_remove
fff1e102 t serial_stub_putc
fff1e13e t serial_stub_puts
fff1e146 t serial_stub_flush
fff1e168 t serial_stub_getc
fff1e189 t serial_stub_tstc
fff1e1a1 T ns16550_init
fff1e227 t ns16550_setbrg
fff1e298 T ns16550_serial_probe
fff1e2f8 T ns16550_serial_of_to_plat
fff1e3b8 t ns16550_serial_setbrg
fff1e3e4 t ns16550_serial_getc
fff1e41f t ns16550_serial_putc
fff1e45d t ns16550_serial_pending
fff1e48e t ns16550_serial_setconfig
fff1e4dc t ns16550_serial_getinfo
fff1e51b T timer_get_count
fff1e541 T timer_get_rate
fff1e54f T dm_timer_init
fff1e61d t timer_pre_probe
fff1e646 t timer_post_probe
fff1e65e T get_timer
fff1e69c T timer_get_us
fff1e6ce T __udelay
fff1e71b t tsc_timer_ensure_setup
fff1e89b t tsc_timer_probe
fff1e8e4 t cpu_mhz_from_msr
fff1e985 t quick_pit_calibrate
fff1ead4 t tsc_timer_get_count
fff1eaf0 T virtio_get_config
fff1eb0a T virtio_set_config
fff1eb25 T virtio_generation
fff1eb3c T virtio_reset
fff1eb47 T virtio_find_vqs
fff1eb5b T virtio_notify
fff1eb68 T virtio_add_status
fff1eb9a T virtio_finalize_features
fff1ebf3 T virtio_driver_features_init
fff1ec0c t virtio_uclass_pre_probe
fff1ec59 t virtio_uclass_post_probe
fff1ecf7 t virtio_uclass_child_post_bind
fff1ed08 t virtio_uclass_child_pre_probe
fff1eeff t virtio_uclass_child_post_probe
fff1ef12 t virtio_bootdev_bind
fff1ef27 t virtio_bootdev_hunt
fff1ef43 T virtqueue_add
fff1f1cb T virtqueue_kick
fff1f234 T virtqueue_get_buf
fff1f37f T vring_create_virtqueue
fff1f5d8 T vring_del_virtqueue
fff1f612 T virtqueue_get_vring_size
fff1f616 T virtqueue_get_desc_addr
fff1f61a T virtqueue_get_avail_addr
fff1f61e T virtqueue_get_used_addr
fff1f622 T virtqueue_poll
fff1f645 t __bb_force_page_align
fff1f661 t virtio_pci_bind
fff1f69d t virtio_pci_probe
fff1f89f t virtio_pci_find_capability
fff1f9ab t virtio_pci_get_config
fff1fa9c t virtio_pci_set_config
fff1fbc7 t virtio_pci_generation
fff1fbf0 t virtio_pci_get_status
fff1fc16 t virtio_pci_set_status
fff1fc60 t virtio_pci_reset
fff1fca9 t virtio_pci_get_features
fff1fd18 t virtio_pci_set_features
fff1fda2 t virtio_pci_find_vqs
fff1ff82 t virtio_pci_del_vqs
fff1ffe1 t virtio_pci_notify
fff2004e t virtio_net_bind
fff20079 t virtio_net_probe
fff200ba t virtio_net_start
fff20126 t virtio_net_send
fff201af t virtio_net_recv
fff201e6 t virtio_net_free_pkt
fff20221 t virtio_net_stop
fff20222 t virtio_net_write_hwaddr
fff2027b t virtio_net_read_rom_hwaddr
fff20317 t virtio_blk_bind
fff203af t virtio_blk_probe
fff20446 t virtio_blk_read
fff2046a t virtio_blk_write
fff2048e t virtio_blk_erase
fff204ee t virtio_blk_do_req
fff20635 t virtio_console_bind
fff2065b t virtio_console_probe
fff20699 t add_inbuf
fff206f9 t virtio_console_serial_setbrg
fff206fc t virtio_console_serial_getc
fff2075b t virtio_console_serial_putc
fff207bc t virtio_console_serial_pending
fff207d6 T sysinfo_get_str
fff2081c T cpu_get_desc
fff20839 T cpu_get_vendor
fff20857 t uclass_cpu_post_bind
fff2085a t uclass_cpu_init
fff208a6 T fastboot_response
fff20900 T fastboot_fail
fff20918 T fastboot_okay
fff20945 W fastboot_set_reboot_flag
fff209aa T fastboot_boot
fff20a1b T fastboot_handle_boot
fff20a64 T fastboot_set_progress_callback
fff20a6a T fastboot_init
fff20a96 T fastboot_getvar
fff20b3a t getvar_version
fff20b44 t getvar_version_bootloader
fff20b4e t getvar_downloadsize
fff20b6b t getvar_serialno
fff20b9a t getvar_version_baseband
fff20ba4 t getvar_product
fff20bd3 t getvar_platform
fff20c02 t getvar_current_slot
fff20c0c t getvar_has_slot
fff20c9e t getvar_partition_size
fff20ce4 t getvar_is_userspace
fff20cee T fastboot_handle_command
fff20d85 T fastboot_data_remaining
fff20d91 T fastboot_data_download
fff20e18 T fastboot_data_complete
fff20e64 t getvar
fff20e69 t download
fff20ee4 t flash
fff20f03 t erase
fff20f08 t okay
fff20f0f t reboot_bootloader
fff20f3d t reboot_fastbootd
fff20f6c t reboot_recovery
fff20f9d t run_flashing_lock
fff20fe1 t run_flashing_unlock
fff21036 T fastboot_block_get_part_info
fff210ca T fastboot_block_erase
fff21136 t fb_block_write
fff21254 T fastboot_block_write_raw_image
fff21323 T fastboot_block_write_sparse_image
fff213b2 t fb_block_sparse_write
fff213d4 t fb_block_sparse_reserve
fff213dd T fastboot_block_flash_write
fff2145c T irq_snapshot_polarities
fff21470 T irq_first_device_type
fff2147e T qfw_read_entry
fff214f2 T qfw_register
fff2155e t qfw_post_bind
fff21561 t qfw_get_bootflow
fff21572 t qfw_bootdev_bind
fff21587 t qfw_bootdev_hunt
fff215a3 t qfw_pio_probe
fff215a8 t qfw_pio_read_entry_io
fff215cc t qfw_pio_read_entry_dma
fff215e1 T dm_rtc_get
fff215f4 T dm_rtc_set
fff21608 T dm_rtc_reset
fff2161c t rtc_mc146818_probe
fff2163d t rtc_mc146818_get
fff21737 t rtc_mc146818_set
fff21853 t rtc_mc146818_reset
fff2187e t rtc_mc146818_read8
fff2189a t rtc_mc146818_write8
fff218b9 t console_normal_putc_xy
fff219b5 t console_normal_move_rows
fff219f3 t console_normal_set_row
fff21a77 t console_normal_probe
fff21ab4 T video_reserve
fff21b2e t alloc_fb
fff21b67 T video_fill
fff21bd5 T video_sync
fff21bf3 T video_clear
fff21c0c T video_index_to_colour
fff21c89 T video_set_default_colors
fff21ccb T video_sync_all
fff21d14 T video_get_xsize
fff21d23 T video_get_ysize
fff21d33 t video_post_bind
fff21db0 t video_post_probe
fff21ec5 T vidconsole_put_char
fff223ea t vidconsole_newline
fff22471 T vidconsole_put_string
fff224a0 t vidconsole_pre_probe
fff224c5 t vidconsole_post_probe
fff2252a T vidconsole_position_cursor
fff22587 t vidconsole_putc
fff225a3 t vidconsole_puts
fff225d6 T video_bmp_display
fff22b92 t write_pix8
fff22c35 T dm_rng_read
fff22c52 T env_set_ulong
fff22c6c T env_set_hex
fff22c98 T env_get_hex
fff22cd3 T env_get
fff22d70 T eth_env_get_enetaddr
fff22da6 T eth_env_set_enetaddr
fff22de8 t env_get_from_linear
fff22eae T env_get_ulong
fff22ed4 T env_get_yesno
fff22f14 T env_get_autostart
fff22f2b T env_get_default
fff22f69 T env_set_default
fff22fec T env_set_default_vars
fff23025 T env_relocate
fff2303e T env_complete
fff231c3 W arch_env_get_location
fff231cf W env_get_location
fff231d4 T env_load
fff2327a t env_driver_lookup
fff232d3 T env_init
fff2337f T env_attr_walk
fff2347c T env_attr_lookup
fff234e3 t regex_callback
fff23623 T env_flags_parse_vartype
fff23669 T env_flags_parse_varaccess
fff236b2 T eth_validate_ethaddr_str
fff2372d T env_flags_init
fff237c5 t on_flags
fff23800 T env_flags_validate
fff23a42 t clear_flags
fff23a4c t set_flags
fff23ab9 T env_callback_init
fff23b87 t on_callbacks
fff23bc2 t clear_callback
fff23bcc t set_callback
fff23c5f t env_nowhere_load
fff23c7e t env_nowhere_init
fff23c8e T fs_get_type
fff23c94 T fs_set_blk_dev
fff23d18 T fs_set_blk_dev_with_part
fff23d91 T fs_close
fff23db7 T fs_exists
fff23df8 T fs_size
fff23e39 T fs_read
fff23e9e T fs_write
fff23f2b T fs_opendir
fff23f93 T fs_readdir
fff23ff5 T fs_closedir
fff24041 T fs_unlink
fff24082 T fs_mkdir
fff240c3 T fs_ln
fff2410f T do_size
fff24191 T do_load
fff2450c T do_ls
fff245a1 T file_exists
fff245f7 T do_save
fff24739 T do_fs_type
fff247d2 T do_rm
fff24841 T do_mkdir
fff248c2 T do_ln
fff24905 T do_fs_types
fff2496d t fs_ls_generic
fff24a1d t fs_ln_unsupported
fff24a21 t fs_probe_unsupported
fff24a25 t fs_ls_unsupported
fff24a29 t fs_exists_unsupported
fff24a2c t fs_size_unsupported
fff24a30 t fs_read_unsupported
fff24a34 t fs_write_unsupported
fff24a38 t fs_close_unsupported
fff24a39 t fs_uuid_unsupported
fff24a3d t fs_opendir_unsupported
fff24a43 t fs_unlink_unsupported
fff24a47 t fs_mkdir_unsupported
fff24a4b T fat_set_blk_dev
fff24b14 t disk_read
fff24b54 T fat_next_cluster
fff24c2f t get_fatent
fff24d6b T file_fat_detectfs
fff24e26 t read_bootsectandvi
fff24f3e T fat_exists
fff24fa0 t fat_itr_root
fff2510d t fat_itr_resolve
fff2526d T fat_size
fff25317 T fat_read_file
fff25776 T fat_opendir
fff25808 T fat_readdir
fff258fe t fat_itr_next
fff25b53 t fat2rtc
fff25ba7 T fat_closedir
fff25bc3 T fat_close
fff25bc4 T fat_uuid
fff25c1c T file_fat_write_at
fff25eb5 t split_filename
fff25fa1 t normalize_longname
fff2604d t find_directory_entry
fff260b2 t set_name
fff262c9 t fat_find_empty_dentries
fff26455 t fill_dir_slot
fff26620 t fill_dentry
fff2667a t set_contents
fff270f6 t flush_dirty_fat_buffer
fff27174 t flush_dir
fff271fc T file_fat_write
fff27221 T fat_unlink
fff27394 t fat_dir_entries
fff2743b t delete_dentry_long
fff274ea T fat_mkdir
fff2784c t fat_itr_child
fff278a6 t get_cluster
fff27a38 t next_dent
fff27a89 t downcase
fff27aba t str2fat
fff27b1f t fat_move_to_cluster
fff27b60 t set_fatent_value
fff27cd1 t clear_fatent
fff27d35 t determine_fatent
fff27d64 t disk_write
fff27dfd t set_sectors
fff27f69 t delete_single_dentry
fff27f9c T efi_driver_init
fff28092 t efi_uc_init
fff28095 t efi_uc_destroy
fff28098 t efi_uc_supported
fff28130 t efi_uc_start
fff281db t efi_uc_stop
fff282b9 t check_node_type
fff28312 t disconnect_child
fff28354 t efi_bl_read
fff283a3 t efi_bl_write
fff283f2 t efi_bl_init
fff2844e t efi_bl_bind
fff28579 T efi_bootmgr_load
fff286c1 t try_load_entry
fff28990 t try_load_from_file_path
fff28a2f T __efi_entry_check
fff28a45 T __efi_exit_check
fff28a51 T efi_save_gd
fff28a52 T efi_restore_gd
fff28a53 T efi_signal_event
fff28ae5 t efi_queue_event
fff28b36 T efi_add_handle
fff28b5a T efi_create_handle
fff28ba2 T efi_search_protocol
fff28c05 T efi_search_obj
fff28c23 T efi_remove_protocol
fff28c63 T efi_delete_handle
fff28cd4 T efi_create_event
fff28de2 T efi_timer_check
fff28e66 t efi_process_event_queue
fff28edd T efi_set_timer
fff28fa3 T efi_add_protocol
fff290d3 T efi_register_protocol_notify
fff2915c T efi_install_configuration_table
fff2928e T efi_setup_loaded_image
fff2939c T efi_locate_device_path
fff294b6 T efi_locate_handle_buffer
fff294ec T efi_load_image
fff298cd T efi_close_protocol
fff29965 T efi_locate_handle_buffer_int
fff29a00 t efi_locate_handle
fff29b38 T efi_install_multiple_protocol_interfaces
fff29b50 t efi_install_multiple_protocol_interfaces_int
fff29c7f T efi_uninstall_multiple_protocol_interfaces
fff29c97 t efi_uninstall_multiple_protocol_interfaces_int
fff29d6b T efi_protocol_open
fff29eed t efi_disconnect_controller
fff2a13e T efi_start_image
fff2a23b t efi_open_protocol
fff2a337 T efi_unload_image
fff2a3f2 t efi_delete_image
fff2a469 T efi_handle_protocol
fff2a48b T efi_initialize_system_table
fff2a503 t efi_install_protocol_interface
fff2a556 t efi_uninstall_protocol_interface
fff2a5a9 t efi_uninstall_protocol
fff2a663 t efi_disconnect_all_drivers
fff2a7c3 t efi_raise_tpl
fff2a7dd t efi_restore_tpl
fff2a808 t efi_allocate_pages_ext
fff2a835 t efi_free_pages_ext
fff2a859 t efi_get_memory_map_ext
fff2a88f t efi_allocate_pool_ext
fff2a8b3 t efi_free_pool_ext
fff2a8cf t efi_create_event_ext
fff2a907 t efi_set_timer_ext
fff2a939 t efi_wait_for_event
fff2a9fc t efi_signal_event_ext
fff2aa49 t efi_close_event
fff2ab33 t efi_check_event
fff2ab93 t efi_reinstall_protocol_interface
fff2abf8 t efi_locate_handle_ext
fff2ac2f t efi_install_configuration_table_ext
fff2ac4f t efi_exit
fff2ad2e t efi_exit_boot_services
fff2aeb5 t efi_get_next_monotonic_count
fff2aef2 t efi_stall
fff2af3d t efi_set_watchdog_timer
fff2af59 t efi_connect_controller
fff2b0fc t efi_close_protocol_ext
fff2b129 t efi_open_protocol_information
fff2b208 t efi_protocols_per_handle
fff2b2c4 t efi_locate_protocol
fff2b3b3 t efi_install_multiple_protocol_interfaces_ext
fff2b3d7 t efi_uninstall_multiple_protocol_interfaces_ext
fff2b3fb t efi_calculate_crc32
fff2b444 t efi_copy_mem
fff2b468 t efi_set_mem
fff2b48d t efi_create_event_ex
fff2b4ea t efi_update_exit_data
fff2b53b t efi_bind_controller
fff2b5e4 T efi_get_dp_from_boot
fff2b68a T efi_link_dev
fff2b69b T efi_unlink_dev
fff2b6be T efi_varname_is_load_option
fff2b725 T efi_next_variable_name
fff2b779 T efi_setup_console_size
fff2b951 t efi_cout_reset
fff2b992 t efi_cout_output_string
fff2babe t efi_cout_test_string
fff2bad1 t efi_cout_query_mode
fff2bb31 t efi_cout_set_mode
fff2bb84 t efi_cout_set_attribute
fff2bbde t efi_cout_clear_screen
fff2bc28 t efi_cout_set_cursor_position
fff2bc99 t efi_cout_enable_cursor
fff2bcd7 t efi_cin_reset
fff2bd01 t efi_cin_read_key_stroke
fff2bd59 T efi_console_register
fff2be64 t efi_key_notify
fff2be79 t efi_console_timer_notify
fff2be8e T efi_console_get_u16_string
fff2bfa9 t efi_cin_empty_buffer
fff2bfc7 t term_get_char
fff2bfff t efi_cin_check
fff2c293 t set_shift_mask
fff2c2e8 t analyze_modifiers
fff2c342 t efi_cin_reset_ex
fff2c36c t efi_cin_read_key_stroke_ex
fff2c444 t efi_cin_set_state
fff2c45a t efi_cin_register_key_notify
fff2c4df t efi_cin_unregister_key_notify
fff2c531 T efi_dp_next
fff2c54f T efi_dp_shorten
fff2c593 T efi_dp_find_obj
fff2c5c6 t find_handle
fff2c704 T efi_dp_last_node
fff2c729 T efi_dp_instance_size
fff2c752 T efi_dp_size
fff2c771 T efi_dp_dup
fff2c7bc t dp_alloc
fff2c7f0 T efi_dp_append
fff2c805 t efi_dp_append_or_concatenate
fff2c8e9 T efi_dp_concat
fff2c8fe T efi_dp_append_node
fff2c9b1 T efi_dp_create_device_node
fff2c9e9 T efi_dp_append_instance
fff2caaa T efi_dp_get_next_instance
fff2cb36 T efi_dp_is_multi_instance
fff2cb5d T efi_dp_from_part
fff2cbac t dp_part_fill
fff2cbd5 T efi_dp_part_node
fff2cc0f t dp_part_node
fff2cd18 T efi_dp_from_file
fff2ce19 T efi_dp_from_uart
fff2ce60 T efi_dp_from_eth
fff2ce9e t dp_size
fff2cf1e t dp_fill
fff2d068 T efi_dp_from_mem
fff2d0a7 T efi_dp_split_file_path
fff2d11e T efi_dp_from_name
fff2d2e5 T efi_dp_check_length
fff2d32d T efi_dp_from_lo
fff2d39f T efi_dp_str
fff2d3c8 t efi_convert_device_path_to_text
fff2d43d t efi_convert_device_node_to_text
fff2d47f t efi_convert_single_device_node_to_text
fff2d9c7 t efi_str_to_u16
fff2da0a t get_device_path_size
fff2da37 t duplicate_device_path
fff2da59 t append_device_path
fff2da81 t append_device_node
fff2daa9 t append_device_path_instance
fff2dad1 t get_next_device_path_instance
fff2daf9 t is_device_path_multi_instance
fff2db1b t create_device_node
fff2db4a T efi_try_purge_kaslr_seed
fff2dbb7 T efi_carve_out_dt_rsv
fff2dcb9 t efi_reserve_memory
fff2dd01 t efi_dt_fixup
fff2de0b T efi_file_open_int
fff2de8e t file_open
fff2e0e9 T efi_file_size
fff2e17d T efi_file_read_int
fff2e418 T efi_file_setpos_int
fff2e46e t efi_get_file_size
fff2e4a9 T efi_file_from_path
fff2e5dd T efi_simple_file_system
fff2e614 t efi_open_volume
fff2e675 t efi_create_file
fff2e69a t efi_file_open
fff2e6e2 t efi_file_close
fff2e70a t efi_file_delete
fff2e759 t efi_file_read
fff2e785 t efi_file_write
fff2e7b8 t efi_file_getpos
fff2e7ed t efi_file_setpos
fff2e819 t efi_file_getinfo
fff2ea0d t efi_file_setinfo
fff2eb1a t efi_file_flush
fff2eb4b t efi_file_open_ex
fff2ebad t efi_file_read_ex
fff2ebfa t efi_file_write_ex
fff2ec4a t efi_file_flush_ex
fff2ec93 t efi_file_write_int
fff2ed25 t new_package_list
fff2edc8 t remove_package_list
fff2ee05 t update_package_list
fff2eeab t list_package_lists
fff2ef75 t export_package_lists
fff2efa3 t register_package_notify
fff2efe4 t unregister_package_notify
fff2effa t find_keyboard_layouts
fff2f09d t get_keyboard_layout
fff2f12e t set_keyboard_layout
fff2f150 t get_package_list_handle
fff2f190 t new_string
fff2f27d t get_string
fff2f311 t set_string
fff2f406 t get_languages
fff2f4c5 t get_secondary_languages
fff2f536 t add_packages
fff2f837 t free_packagelist
fff2f86c t free_keyboard_layouts
fff2f8ae t remove_strings_package
fff2f90f t remove_guid_package
fff2f940 t remove_keyboard_package
fff2f978 t language_match
fff2f9ae T efi_print_image_infos
fff2fa82 W invalidate_icache_all
fff2fa83 T efi_check_pe
fff2fac1 T efi_load_pe
fff2fd94 t efi_set_code_and_data_type
fff2fddb t efi_loader_relocate
fff2fe8b T efi_set_load_options
fff2febd T efi_deserialize_load_option
fff2ff42 T efi_serialize_load_option
fff2fff7 T efi_add_memory_map
fff30034 t efi_add_memory_map_pg
fff30310 T efi_allocate_pages
fff3052d t efi_check_allocated
fff30592 T efi_free_pages
fff305ff T efi_alloc_aligned_pages
fff3076a T efi_allocate_pool
fff307df T efi_free_pool
fff30868 T efi_get_memory_map
fff30905 T efi_get_memory_map_alloc
fff30975 T efi_add_conventional_memory_map
fff30a18 T efi_memory_init
fff30a92 t efi_mem_sort
fff30b77 t efi_mem_cmp
fff30bab T efi_root_node_register
fff30c57 T efi_init_runtime_supported
fff30c9d W efi_reset_system_init
fff30ca0 t efi_get_time_boottime
fff30d7f t efi_set_time_boottime
fff30d95 t efi_set_virtual_address_map
fff30fb6 t efi_reset_system_boottime
fff31013 W allow_unaligned
fff31014 T efi_init_early
fff31047 T efi_init_obj_list
fff311e2 T efi_create_indexed_name
fff31242 t efi_stri_coll
fff312af t efi_metai_match
fff312d5 t efi_str_lwr
fff3130d t efi_str_upr
fff31345 t efi_fat_to_str
fff31394 t efi_str_to_fat
fff31464 t metai_match
fff315c6 T efi_get_variable
fff31612 T efi_set_variable
fff31656 T efi_get_next_variable_name
fff31682 T efi_query_variable_info
fff316c4 T efi_init_secure_state
fff317de T efi_auth_var_get_type
fff31831 T efi_get_var
fff31898 T efi_var_mem_init
fff31938 t efi_var_mem_notify_exit_boot_services
fff31988 T efi_var_collect
fff31b23 T efi_var_to_file
fff31bb6 t efi_set_blk_dev_to_system_partition
fff31c29 T efi_var_restore
fff31d5a T efi_var_from_file
fff31e02 T efi_set_variable_int
fff32026 T efi_query_variable_info_int
fff32085 T efi_variables_boot_exit_notify
fff320b7 T efi_init_variables
fff320d8 T efi_set_watchdog
fff32114 T efi_watchdog_register
fff32158 t efi_watchdog_timer_notify
fff32186 T efi_gop_register
fff322fe t gop_query_mode
fff3236e t gop_set_mode
fff323e7 t gop_blt
fff329f3 t gop_blt_video_fill
fff32b00 T efi_disk_is_removable
fff32b36 T efi_fs_from_path
fff32b9a T efi_disk_probe
fff32d36 T efi_disk_remove
fff32dc1 T efi_disk_get_device_name
fff32e75 T efi_disks_register
fff32ea7 t efi_disk_add_dev
fff330f6 t efi_disk_reset
fff33109 t efi_disk_read_blocks
fff331b4 t efi_disk_write_blocks
fff3326a t efi_disk_flush_blocks
fff3327d t efi_disk_rw_blocks
fff3334e T efi_net_register
fff336bf t efi_net_start
fff3370b t efi_net_stop
fff33750 t efi_net_initialize
fff337d0 t efi_net_reset
fff3382a t efi_net_shutdown
fff3388a t efi_net_receive_filters
fff338a0 t efi_net_station_address
fff338b6 t efi_net_statistics
fff338cc t efi_net_mcastiptomac
fff3395a t efi_net_nvdata
fff33970 t efi_net_get_status
fff339e5 t efi_net_transmit
fff33ad8 t efi_net_receive
fff33c4e t efi_pxe_base_code_start
fff33c54 t efi_pxe_base_code_stop
fff33c5a t efi_pxe_base_code_dhcp
fff33c60 t efi_pxe_base_code_discover
fff33c66 t efi_pxe_base_code_mtftp
fff33c6c t efi_pxe_base_code_udp_write
fff33c72 t efi_pxe_base_code_udp_read
fff33c78 t efi_pxe_base_code_set_ip_filter
fff33c7e t efi_pxe_base_code_arp
fff33c84 t efi_pxe_base_code_set_parameters
fff33c8a t efi_pxe_base_code_set_station_ip
fff33c90 t efi_pxe_base_code_set_packets
fff33c96 t efi_network_timer_notify
fff33cf0 t efi_net_push
fff33d49 T efi_smbios_register
fff33dca W platform_get_rng_device
fff33df8 T efi_rng_register
fff33e44 t rng_getinfo
fff33ebd t getrng
fff33f5b T efi_initrd_register
fff34004 T efi_initrd_deregister
fff34043 t efi_load_file2_initrd
fff34172 t find_image_node
fff341ca T binman_init
fff3420b T console_read_unicode
fff342c6 T utf8_get
fff34381 T utf8_put
fff3442b T utf8_utf16_strnlen
fff3447f T utf8_utf16_strncpy
fff344dd T utf16_put
fff34540 T utf16_get
fff345b5 T utf16_strnlen
fff345ff T utf16_utf8_strnlen
fff3466f T utf16_utf8_strncpy
fff346cc T utf_to_lower
fff34700 T utf_to_upper
fff34734 T u16_strncmp
fff34766 T u16_strsize
fff3477f T u16_strcpy
fff347a5 T u16_strdup
fff347e6 T u16_strlcat
fff34852 T utf16_to_utf8
fff3493f T utf_to_cp
fff3497c T write_smbios_table
fff34aa2 t smbios_write_type0
fff34b68 t smbios_write_type1
fff34c8f t smbios_write_type2
fff34d63 t smbios_write_type3
fff34ddf t smbios_write_type4
fff34ef3 t smbios_write_type32
fff34f39 t smbios_write_type127
fff34f65 t smbios_add_string
fff34fd8 t smbios_add_prop_si
fff3502d T write_sparse_image
fff3574f t default_log
fff35750 T string_to_ip
fff357c3 T string_to_ip6
fff359ab T string_to_enetaddr
fff359ec T compute_ip_checksum
fff35a2b T ip_checksum_ok
fff35a43 T list_sort
fff35bd4 t merge
fff35c37 T inflate_fast
fff36191 T inflate_table
fff365ce T inflateReset
fff36626 T inflateInit2_
fff366fa T zcalloc
fff36704 T zcfree
fff3670b T inflate
fff37fce T adler32
fff38238 T inflateEnd
fff38280 T gzalloc
fff3828e T gzfree
fff38295 T gzip_parse_header
fff3830a T gunzip
fff3834e T zunzip
fff38421 T ulz4fn
fff388fc t LZ4_wildCopy
fff3891d T avb_chain_partition_descriptor_validate_and_byteswap
fff38a59 T avb_sub_cmdline
fff38c4d T avb_append_options
fff38f7a t cmdline_append_option
fff3903f t cmdline_append_hex
fff39079 T avb_new_cmdline_subst_list
fff39083 T avb_free_cmdline_subst_list
fff390b8 T avb_add_root_digest_substitution
fff3914c t uint64_to_base10
fff391a2 T avb_get_algorithm_data
fff391b5 T avb_rsa_public_key_header_validate_and_byteswap
fff391e4 T avb_footer_validate_and_byteswap
fff392b1 T avb_hashtree_descriptor_validate_and_byteswap
fff3945d T avb_property_descriptor_validate_and_byteswap
fff3956a T avb_property_lookup
fff395ce t property_lookup_desc_foreach
fff3965f T avb_sha256_init
fff3967f T avb_sha256_update
fff39716 t SHA256_transform
fff398ee T avb_sha256_final
fff399c6 T avb_slot_verify
fff39dd0 t load_and_verify_vbmeta
fff3ac8a t has_system_partition
fff3ad42 t avb_manage_hashtree_error_mode
fff3aeef T avb_slot_verify_data_free
fff3afa5 T avb_slot_verify_data_calculate_vbmeta_digest
fff3b095 t load_requested_partitions
fff3b264 t load_and_verify_hash_partition
fff3b732 t read_persistent_digest
fff3b9df t load_full_partition
fff3bb8f T avb_be32toh
fff3bb92 T avb_be64toh
fff3bb9d T avb_safe_memcmp
fff3bbc6 T avb_safe_add_to
fff3bc1c T avb_basename
fff3bc5d T avb_safe_add
fff3bc86 T avb_validate_utf8
fff3bcef T avb_str_concat
fff3bdad T avb_malloc
fff3bdef T avb_calloc
fff3be12 T avb_strdup
fff3be3f T avb_strstr
fff3be80 T avb_strv_find_str
fff3bec5 T avb_replace
fff3c06a T avb_strdupv
fff3c15d T avb_uppercase
fff3c17c T avb_bin2hex
fff3c1cc T avb_version_string
fff3c1d2 T avb_descriptor_validate_and_byteswap
fff3c236 T avb_descriptor_foreach
fff3c4bd T avb_descriptor_get_all
fff3c52c t count_descriptors
fff3c531 t set_descriptors
fff3c545 T avb_hash_descriptor_validate_and_byteswap
fff3c681 T avb_kernel_cmdline_descriptor_validate_and_byteswap
fff3c76d T avb_rsa_verify
fff3cbe1 t montMul
fff3cd02 T avb_sha512_init
fff3cd2e T avb_sha512_update
fff3cdc5 t SHA512_transform
fff3d1d0 T avb_sha512_final
fff3d2b5 T avb_memcmp
fff3d2ba T avb_memcpy
fff3d2bf T avb_memset
fff3d2c4 T avb_strcmp
fff3d2c9 T avb_strncmp
fff3d2ce T avb_strlen
fff3d2d3 T avb_abort
fff3d2db T avb_printv
fff3d312 T avb_malloc_
fff3d317 T avb_free
fff3d31c T avb_div_by_10
fff3d34c T avb_vbmeta_image_verify
fff3d8ed T avb_vbmeta_image_header_to_host_byte_order
fff3da0f T avb_vbmeta_verify_result_to_string
fff3da55 T addBootConfigParameters
fff3daeb T addBootConfigTrailer
fff3db79 T fdt_ro_probe_
fff3dbe1 T fdt_header_size
fff3dc11 T fdt_check_header
fff3dcff T fdt_offset_ptr
fff3dd4c T fdt_next_tag
fff3de41 T fdt_check_node_offset_
fff3de78 T fdt_check_prop_offset_
fff3deaf T fdt_next_node
fff3df5a T fdt_first_subnode
fff3df88 T fdt_next_subnode
fff3dfc6 T fdt_find_string_
fff3e00f T fdt_move
fff3e050 T fdt_get_string
fff3e105 T fdt_get_mem_rsv
fff3e152 t fdt_mem_rsv
fff3e17b T fdt_num_mem_rsv
fff3e1b4 T fdt_subnode_offset_namelen
fff3e272 T fdt_subnode_offset
fff3e29a T fdt_path_offset_namelen
fff3e364 T fdt_get_alias_namelen
fff3e3cc T fdt_path_offset
fff3e3ea T fdt_get_name
fff3e45a T fdt_first_property_offset
fff3e47b t nextprop_
fff3e4c8 T fdt_next_property_offset
fff3e4e9 t fdt_get_property_by_offset_
fff3e521 T fdt_get_property_namelen
fff3e55a t fdt_get_property_namelen_
fff3e5e5 T fdt_get_property
fff3e616 T fdt_getprop_namelen
fff3e668 T fdt_getprop_by_offset
fff3e6ee T fdt_getprop
fff3e71f T fdt_supernode_atdepth_offset
fff3e7b0 T fdt_parent_offset
fff3e7f9 T fdt_stringlist_search
fff3e89a T fdt_add_mem_rsv
fff3e903 t fdt_rw_probe_
fff3e955 t fdt_splice_mem_rsv_
fff3e9a6 T fdt_del_mem_rsv
fff3e9eb t fdt_splice_struct_
fff3ea27 T fdt_setprop_placeholder
fff3eadb t fdt_add_property_
fff3ebf9 T fdt_setprop
fff3ec31 T fdt_delprop
fff3ec87 T fdt_add_subnode_namelen
fff3ed6e T fdt_add_subnode
fff3ed96 T fdt_open_into
fff3ef15 t fdt_blocks_misordered_
fff3ef52 t fdt_packblocks_
fff3efd0 t fdt_splice_
fff3f03e T fdt_strerror
fff3f06d T fdt_address_cells
fff3f097 t fdt_cells
fff3f0d4 T fdt_size_cells
fff3f0f1 T fdtdec_get_int
fff3f11d T fdtdec_get_srcname
fff3f131 T fdtdec_get_addr_size_fixed
fff3f1eb T fdtdec_get_number
fff3f20a T fdtdec_get_addr_size_auto_parent
fff3f263 T fdtdec_get_pci_bar32
fff3f28f T fdtdec_get_is_enabled
fff3f2c3 T fdtdec_get_alias_seq
fff3f39f T fdtdec_get_alias_highest_id
fff3f44f T fdtdec_get_chosen_prop
fff3f47f t fdtdec_prepare_fdt
fff3f4c0 T fdtdec_get_bool
fff3f4de T fdtdec_locate_byte_array
fff3f505 T fdt_get_resource
fff3f60f W fdtdec_board_setup
fff3f612 T fdtdec_setup
fff3f683 T qsort
fff3f740 T strcmp_compar
fff3f749 T hcreate_r
fff3f7ca T hdestroy_r
fff3f82c T hmatch_r
fff3f8a5 T hsearch_r
fff3fcef T hdelete_r
fff3fdc2 T hexport_r
fff40064 t cmpkey
fff40071 T himport_r
fff4037a t drop_var_from_set
fff403c6 T hwalk_r
fff40405 t match_string
fff4047f T display_options_get_banner_priv
fff40507 T display_options_get_banner
fff40520 T display_options
fff40591 T print_size
fff406d5 T hexdump_line
fff40818 T print_buffer
fff408e1 W __div64_32
fff40a01 T hang
fff40a10 T strim
fff40a54 T lmb_dump_all
fff40a55 T arch_lmb_reserve_generic
fff40b14 T lmb_reserve
fff40b35 T lmb_init_and_reserve
fff40ba8 t lmb_reserve_common
fff40c5c T lmb_init_and_reserve_range
fff40caf T lmb_free
fff40e3f t lmb_remove_region
fff40e7c t lmb_add_region_flags
fff41189 T lmb_reserve_flags
fff411ac T lmb_alloc
fff411c5 T lmb_alloc_base
fff4120c T __lmb_alloc_base
fff4145d T lmb_alloc_addr
fff4152c T lmb_get_free_size
fff41606 W board_lmb_reserve
fff41607 T slre_compile
fff41725 t compile
fff41d48 T slre_match
fff41db9 t match
fff420db t get_escape_char
fff42131 t quantifier
fff421f8 t relocate
fff42247 t loop_greedy
fff422f1 t loop_non_greedy
fff42357 T strncasecmp
fff423af T strcasecmp
fff423b7 T strcpy
fff423c7 T strncpy
fff423dd T strlcpy
fff42414 T strlen
fff42424 T strcat
fff42441 T strncat
fff4246d T strlcat
fff4249b T strnlen
fff424b8 T strcmp
fff424d6 T strncmp
fff424fa T strchr
fff42512 T strrchr
fff42532 T strdup
fff42566 T strsep
fff425b5 T memcmp
fff425d7 T strstr
fff42632 T memchr
fff4264b T table_compute_checksum
fff4265d T get_tbclk
fff4268a T get_ticks
fff426e4 W timer_init
fff426e7 T usec_to_tick
fff42755 T udelay
fff4277b T uuid_str_valid
fff427cc T uuid_guid_get_bin
fff42814 T uuid_guid_get_str
fff42846 T uuid_str_to_bin
fff42974 T uuid_bin_to_str
fff42a20 T rand
fff42a40 t panic_finish
fff42a66 T panic
fff42a7f T vsnprintf
fff42a99 t vsnprintf_internal
fff4323d T vscnprintf
fff4326b T snprintf
fff43292 T sprintf
fff432b9 T printf
fff432d1 T vprintf
fff4331b T simple_itoa
fff43356 t string16
fff43421 t string
fff43494 t number
fff43721 t put_dec_trunc
fff43810 t put_dec
fff43962 T simple_strtoul
fff439e8 T hextoul
fff439f2 T dectoul
fff439fc T strict_strtoul
fff43a5d T simple_strtol
fff43a79 T ustrtoul
fff43adf T ustrtoull
fff43b4f T simple_strtoull
fff43bdd T trailing_strtoln_end
fff43c3e T trailing_strtoln
fff43c45 T trailing_strtol
fff43c4e T rtc_calc_weekday
fff43d02 T arp_init
fff43d26 T arp_raw_request
fff43dc2 T arp_request
fff43e16 T arp_timeout_check
fff43e86 T arp_is_waiting
fff43e91 T arp_receive
fff44058 T bootp_reset
fff44081 T bootp_request
fff44329 t bootp_timeout_handler
fff4437c t bootp_handler
fff446dc t eth_get_uclass_priv
fff44702 T eth_set_current_to_next
fff44733 T eth_get_dev
fff44784 T eth_set_dev
fff447b2 T eth_get_dev_by_name
fff4486b T eth_get_ethaddr
fff4488c T eth_halt_state_only
fff448ad T eth_get_dev_index
fff448ca t on_ethaddr
fff44932 T eth_init
fff449ee T eth_halt
fff44a27 T eth_send
fff44a73 T eth_rx
fff44b06 T eth_initialize
fff44c1b t eth_write_hwaddr
fff44ca2 t eth_post_bind
fff44ce2 t eth_pre_unbind
fff44d03 t eth_post_probe
fff44e9e t eth_pre_remove
fff44ecd T eth_env_get_enetaddr_by_index
fff44f01 T eth_env_set_enetaddr_by_index
fff44f35 T eth_common_init
fff44f36 T eth_mac_skip
fff44f6f T eth_current_changed
fff44ffe T eth_get_name
fff4501d T eth_try_another
fff4507e T eth_set_current
fff450e1 T ndisc_request
fff4526b T ndisc_timeout_check
fff452de T ndisc_init
fff45344 T ndisc_receive
fff45584 t on_ipaddr
fff455a6 t on_gatewayip
fff455c8 t on_netmask
fff455ea t on_serverip
fff4560c t on_nvlan
fff45645 t on_vlan
fff4567e T net_auto_load
fff456d0 t net_check_prereq
fff45820 T net_init
fff458a4 t net_init_loop
fff45912 T net_loop
fff45bcc T net_start_again
fff45cce T net_set_timeout_handler
fff45d11 t start_again_timeout_handler
fff45d1c T net_set_udp_handler
fff45d2e T net_get_udp_handler
fff45d34 t dummy_handler
fff45d35 T net_get_arp_handler
fff45d3b T net_get_async_tx_pkt_buf
fff45d57 T net_send_udp_packet
fff45d77 T net_send_ip_packet
fff45ec7 T net_send_tcp_packet
fff45efc T net_set_ether
fff45f5f T net_set_udp_header
fff45fbd T net_set_ip_header
fff4603d T net_process_received_packet
fff46297 t receive_icmp
fff462d5 T net_eth_hdr_size
fff462f2 T net_update_ether
fff46355 T copy_filename
fff46397 T net_parse_bootfile
fff4640f T ip_to_string
fff46447 t on_ip6addr
fff464c2 t on_gatewayip6
fff464ef t on_serverip6
fff4651c T ip6_is_unspecified_addr
fff4652f T ip6_is_our_addr
fff4656c T ip6_make_eui
fff4659e T ip6_make_lladdr
fff465de T ip6_make_snma
fff46614 T ip6_make_mult_ethdstaddr
fff46629 T ip6_addr_in_subnet
fff46660 T csum_partial
fff46702 T csum_ipv6_magic
fff46789 T ip6_add_hdr
fff467d6 T udp6_add_hdr
fff46844 T net_send_ip_packet6
fff469d3 T net_send_udp_packet6
fff469f3 T net_send_tcp_packet6
fff46a27 T net_ip6_handler
fff46bf6 T ping_start
fff46cbc t ping_timeout_handler
fff46cd2 T ping_receive
fff46dcc T ip6_make_ping
fff46e90 T ping6_send
fff46f03 T ping6_start
fff46f33 t ping6_timeout
fff46f49 T ping6_receive
fff46f9b T tftp_start
fff4745b t tftp_timeout_handler
fff474bc t tftp_handler
fff47859 t tftp_send
fff47a73 t update_block_number
fff47b59 t tftp_complete
fff47c2e T fastboot_udp_start_server
fff47c88 t fastboot_timed_send_info
fff47d9d t fastboot_handler
fff47ebc t fastboot_send
fff48173 T fastboot_tcp_start_server
fff481cf t fastboot_tcp_reset_state
fff48264 t fastboot_tcp_handler_ipv4
fff4827c t fastboot_tcp_handler_ipv6
fff482c0 t fastboot_tcp_handler
fff48643 t fastboot_tcp_reset
fff4866b t fastboot_tcp_send_packet
fff486c5 t fastboot_tcp_answer
fff48732 t fastboot_tcp_send_message
fff487b1 T udp_prereq
fff487c4 T udp_start
fff487d0 T tcp_set_tcp_state
fff487d6 T tcp_set_tcp_handler
fff487e8 t dummy_handler
fff487e9 T tcp_set_pseudo_header
fff4884b T net_set_ack_options
fff488e2 T tcp_sent_state_machine
fff4894e T net_set_tcp_header_common
fff48a28 T net_set_tcp_header
fff48aa5 T tcp_hole
fff48bc1 T tcp_parse_options
fff48bee T tcp_state_machine
fff48e10 T rxhand_tcp_f
fff48f8b T net_set_tcp_handler6
fff48f9d t dummy_handler
fff48f9e T net_set_tcp_header6
fff4902b T rxhand_tcp6
fff49169 T __udivdi3
fff49181 t _64bit_divide
fff492a1 T __umoddi3
fff492d8 d _u_boot_list_2_bootdev_hunter_2_qfw_bootdev_hunter
fff492e8 d _u_boot_list_2_bootdev_hunter_2_virtio_bootdev_hunter
fff492f8 d _u_boot_list_2_cmd_2_ab_select
fff492f8 d complete_cmdv.start
fff492f8 d complete_cmdv.start.17
fff492f8 d do_help.start
fff492f8 d do_help.start.6
fff492f8 d find_cmd.start
fff492f8 d find_cmd.start.2
fff49314 d _u_boot_list_2_cmd_2_avb
fff49330 d _u_boot_list_2_cmd_2_bcb
fff4934c d _u_boot_list_2_cmd_2_boot
fff49368 d _u_boot_list_2_cmd_2_boot_android
fff49384 d _u_boot_list_2_cmd_2_bootd
fff493a0 d _u_boot_list_2_cmd_2_bootefi
fff493bc d _u_boot_list_2_cmd_2_bootm
fff493d8 d _u_boot_list_2_cmd_2_bootp
fff493f4 d _u_boot_list_2_cmd_2_bootz
fff49410 d _u_boot_list_2_cmd_2_cls
fff4942c d _u_boot_list_2_cmd_2_date
fff49448 d _u_boot_list_2_cmd_2_dm
fff49464 d _u_boot_list_2_cmd_2_echo
fff49480 d _u_boot_list_2_cmd_2_eficonfig
fff4949c d _u_boot_list_2_cmd_2_env
fff494b8 d _u_boot_list_2_cmd_2_exit
fff494d4 d _u_boot_list_2_cmd_2_false
fff494f0 d _u_boot_list_2_cmd_2_fastboot
fff4950c d _u_boot_list_2_cmd_2_fatinfo
fff49528 d _u_boot_list_2_cmd_2_fatload
fff49544 d _u_boot_list_2_cmd_2_fatls
fff49560 d _u_boot_list_2_cmd_2_fatmkdir
fff4957c d _u_boot_list_2_cmd_2_fatrm
fff49598 d _u_boot_list_2_cmd_2_fatsize
fff495b4 d _u_boot_list_2_cmd_2_fatwrite
fff495d0 d _u_boot_list_2_cmd_2_fstype
fff495ec d _u_boot_list_2_cmd_2_fstypes
fff49608 d _u_boot_list_2_cmd_2_gpt
fff49624 d _u_boot_list_2_cmd_2_help
fff49640 d _u_boot_list_2_cmd_2_itest
fff4965c d _u_boot_list_2_cmd_2_lcdputs
fff49678 d _u_boot_list_2_cmd_2_ln
fff49694 d _u_boot_list_2_cmd_2_load
fff496b0 d _u_boot_list_2_cmd_2_ls
fff496cc d _u_boot_list_2_cmd_2_mtrr
fff496e8 d _u_boot_list_2_cmd_2_net
fff49704 d _u_boot_list_2_cmd_2_panic
fff49720 d _u_boot_list_2_cmd_2_part
fff4973c d _u_boot_list_2_cmd_2_ping
fff49758 d _u_boot_list_2_cmd_2_ping6
fff49774 d _u_boot_list_2_cmd_2_printenv
fff49790 d _u_boot_list_2_cmd_2_question_mark
fff497ac d _u_boot_list_2_cmd_2_read
fff497c8 d _u_boot_list_2_cmd_2_reset
fff497e4 d _u_boot_list_2_cmd_2_run
fff49800 d _u_boot_list_2_cmd_2_save
fff4981c d _u_boot_list_2_cmd_2_setcurs
fff49838 d _u_boot_list_2_cmd_2_setenv
fff49854 d _u_boot_list_2_cmd_2_setexpr
fff49870 d _u_boot_list_2_cmd_2_showvar
fff4988c d _u_boot_list_2_cmd_2_size
fff498a8 d _u_boot_list_2_cmd_2_sleep
fff498c4 d _u_boot_list_2_cmd_2_source
fff498e0 d _u_boot_list_2_cmd_2_test
fff498fc d _u_boot_list_2_cmd_2_tftpboot
fff49918 d _u_boot_list_2_cmd_2_true
fff49934 d _u_boot_list_2_cmd_2_verified_boot_android
fff49950 d _u_boot_list_2_cmd_2_version
fff4996c d _u_boot_list_2_cmd_2_virtio
fff49988 d _u_boot_list_2_cmd_2_zboot
fff499a4 d complete_cmdv.end
fff499a4 d do_help.end
fff499a4 d find_cmd.end
fff499a8 d _u_boot_list_2_driver_2_blk_partition
fff499a8 d dm_dump_driver_compat.start
fff499a8 d dm_dump_driver_compat.start.5
fff499a8 d dm_dump_drivers.start
fff499a8 d dm_dump_drivers.start.12
fff499a8 d efi_driver_init.start
fff499a8 d fix_drivers.start
fff499a8 d fix_drivers.start.1
fff499a8 d lists_bind_fdt.start
fff499a8 d lists_bind_fdt.start.3
fff499a8 d lists_driver_lookup_name.start
fff499a8 d lists_driver_lookup_name.start.1
fff499ec d _u_boot_list_2_driver_2_bootmeth_qfw
fff49a30 d _u_boot_list_2_driver_2_cpu_bus
fff49a74 d _u_boot_list_2_driver_2_cpu_qemu_drv
fff49ab8 d _u_boot_list_2_driver_2_cpu_x86_drv
fff49afc d _u_boot_list_2_driver_2_efi_blk
fff49b40 d _u_boot_list_2_driver_2_efi_block
fff49b84 d _u_boot_list_2_driver_2_generic_syscon
fff49bc8 d _u_boot_list_2_driver_2_irq_router_drv
fff49c0c d _u_boot_list_2_driver_2_motorola_mc146818
fff49c50 d _u_boot_list_2_driver_2_ns16550_serial
fff49c94 d _u_boot_list_2_driver_2_pci_bridge_drv
fff49cd8 d _u_boot_list_2_driver_2_pci_generic_drv
fff49d1c d _u_boot_list_2_driver_2_pci_x86
fff49d60 d _u_boot_list_2_driver_2_qfw_bootdev
fff49da4 d _u_boot_list_2_driver_2_qfw_pio
fff49de8 d _u_boot_list_2_driver_2_root_driver
fff49e2c d _u_boot_list_2_driver_2_sysinfo_smbios
fff49e70 d _u_boot_list_2_driver_2_vidconsole_normal
fff49eb4 d _u_boot_list_2_driver_2_virtio_blk
fff49ef8 d _u_boot_list_2_driver_2_virtio_bootdev
fff49f3c d _u_boot_list_2_driver_2_virtio_console
fff49f80 d _u_boot_list_2_driver_2_virtio_net
fff49fc4 d _u_boot_list_2_driver_2_virtio_pci_modern
fff4a008 d _u_boot_list_2_driver_2_x86_reset
fff4a04c d _u_boot_list_2_driver_2_x86_tsc_timer
fff4a090 d _u_boot_list_2_driver_info_2_x86_qfw_pio
fff4a090 d bind_drivers_pass.start
fff4a090 d bind_drivers_pass.start.14
fff4a090 d dm_dump_driver_compat.end
fff4a090 d dm_dump_drivers.end
fff4a090 d dm_dump_static_driver_info.start
fff4a090 d dm_dump_static_driver_info.start.20
fff4a090 d efi_driver_init.end
fff4a090 d fix_devices.start
fff4a090 d fix_devices.start.3
fff4a090 d fix_drivers.end
fff4a090 d lists_bind_fdt.end
fff4a090 d lists_driver_lookup_name.end
fff4a098 d _u_boot_list_2_env_clbk_2_baudrate
fff4a098 d bind_drivers_pass.end
fff4a098 d dm_dump_static_driver_info.end
fff4a098 d find_env_callback.start
fff4a098 d find_env_callback.start.3
fff4a098 d fix_devices.end
fff4a0a0 d _u_boot_list_2_env_clbk_2_callbacks
fff4a0a8 d _u_boot_list_2_env_clbk_2_console
fff4a0b0 d _u_boot_list_2_env_clbk_2_ethaddr
fff4a0b8 d _u_boot_list_2_env_clbk_2_flags
fff4a0c0 d _u_boot_list_2_env_clbk_2_gatewayip
fff4a0c8 d _u_boot_list_2_env_clbk_2_gatewayip6
fff4a0d0 d _u_boot_list_2_env_clbk_2_ip6addr
fff4a0d8 d _u_boot_list_2_env_clbk_2_ipaddr
fff4a0e0 d _u_boot_list_2_env_clbk_2_loadaddr
fff4a0e8 d _u_boot_list_2_env_clbk_2_netmask
fff4a0f0 d _u_boot_list_2_env_clbk_2_nvlan
fff4a0f8 d _u_boot_list_2_env_clbk_2_serverip
fff4a100 d _u_boot_list_2_env_clbk_2_serverip6
fff4a108 d _u_boot_list_2_env_clbk_2_vlan
fff4a110 d _env_driver_lookup.start
fff4a110 d _env_driver_lookup.start.11
fff4a110 d _u_boot_list_2_env_driver_2_nowhere
fff4a110 d env_select.start
fff4a110 d env_select.start.8
fff4a110 d find_env_callback.end
fff4a128 d _env_driver_lookup.end
fff4a128 d _u_boot_list_2_part_driver_2_a_efi
fff4a128 d do_part_types.start
fff4a128 d do_part_types.start.19
fff4a128 d env_select.end
fff4a128 d event_show_spy_list.end
fff4a128 d event_show_spy_list.start
fff4a128 d event_show_spy_list.start.3
fff4a128 d fit_loadable_process.start
fff4a128 d fit_loadable_process.start.27
fff4a128 d notify_static.end
fff4a128 d notify_static.start
fff4a128 d notify_static.start.10
fff4a128 d part_driver_get_count.start
fff4a128 d part_driver_get_first.start
fff4a128 d part_driver_lookup_type.start
fff4a128 d part_driver_lookup_type.start.44
fff4a128 d part_init.start
fff4a128 d part_init.start.19
fff4a140 d _u_boot_list_2_part_driver_2_dos
fff4a158 d _u_boot_list_2_pci_driver_entry_2_virtio_pci_modern
fff4a158 d do_part_types.end
fff4a158 d part_driver_get_count.end
fff4a158 d part_driver_lookup_type.end
fff4a158 d part_init.end
fff4a158 d pci_find_and_bind_driver.start
fff4a158 d pci_find_and_bind_driver.start.14
fff4a160 d _u_boot_list_2_uclass_driver_2_backlight
fff4a160 d fix_uclass.start
fff4a160 d fix_uclass.start.2
fff4a160 d lists_uclass_lookup.start
fff4a160 d lists_uclass_lookup.start.2
fff4a160 d pci_find_and_bind_driver.end
fff4a1a8 d _u_boot_list_2_uclass_driver_2_blk
fff4a1f0 d _u_boot_list_2_uclass_driver_2_cpu
fff4a238 d _u_boot_list_2_uclass_driver_2_efi
fff4a280 d _u_boot_list_2_uclass_driver_2_ethernet
fff4a2c8 d _u_boot_list_2_uclass_driver_2_irq
fff4a310 d _u_boot_list_2_uclass_driver_2_lpc
fff4a358 d _u_boot_list_2_uclass_driver_2_nop
fff4a3a0 d _u_boot_list_2_uclass_driver_2_northbridge
fff4a3e8 d _u_boot_list_2_uclass_driver_2_panel
fff4a430 d _u_boot_list_2_uclass_driver_2_partition
fff4a478 d _u_boot_list_2_uclass_driver_2_pch
fff4a4c0 d _u_boot_list_2_uclass_driver_2_pci
fff4a508 d _u_boot_list_2_uclass_driver_2_pci_generic
fff4a550 d _u_boot_list_2_uclass_driver_2_qfw
fff4a598 d _u_boot_list_2_uclass_driver_2_rng
fff4a5e0 d _u_boot_list_2_uclass_driver_2_root
fff4a628 d _u_boot_list_2_uclass_driver_2_rtc
fff4a670 d _u_boot_list_2_uclass_driver_2_serial
fff4a6b8 d _u_boot_list_2_uclass_driver_2_syscon
fff4a700 d _u_boot_list_2_uclass_driver_2_sysinfo
fff4a748 d _u_boot_list_2_uclass_driver_2_sysreset
fff4a790 d _u_boot_list_2_uclass_driver_2_timer
fff4a7d8 d _u_boot_list_2_uclass_driver_2_vidconsole
fff4a820 d _u_boot_list_2_uclass_driver_2_video
fff4a868 d _u_boot_list_2_uclass_driver_2_virtio
fff4a8b0 R __splash_u_boot_logo_begin
fff4a8b0 d fix_uclass.end
fff4a8b0 d lists_uclass_lookup.end
fff4c3c4 R __splash_u_boot_logo_end
fff4c3d8 r sha512_h0
fff4c418 r sha512_k
fff4c748 r avb_pubkey_size
fff4c76c r baudrate_table
fff4c7b0 r blk_part_ops
fff4c7c0 r block_io_disk_template
fff4c7dc r boot_os
fff4c824 r bootloader_id
fff4c978 r color
fff4c9b8 r colours
fff4ca78 r commands
fff4cb3c r cpu_qemu_ids
fff4cb4c r cpu_qemu_ops
fff4cb60 r cpu_x86_ids
fff4cb70 r cpu_x86_ops
fff4cb84 r env_flags_varaccess_mask
fff4cbb4 r .Lswitch.table.cli_ch_process
fff4cbd4 r LZ4_decompress_generic.inc32table
fff4cbf4 r LZ4_decompress_generic.dec64table
fff4cc14 r sha256_h0
fff4ccc0 r driver_ops
fff4ccd0 r e820_type_name
fff4ccf8 r efi_blk_ops
fff4cd08 r efi_block_io_guid
fff4ce64 r efi_device_path_to_text
fff4ce6c r efi_device_path_utilities
fff4ce8c r efi_file_handle_protocol
fff4cecc r efi_file_info_guid
fff4cedc r efi_file_system_info_guid
fff4ceec r efi_global_variable_guid
fff4cefc r efi_gop_guid
fff4cf0c r efi_guid_bootmenu_auto_generated
fff4cf1c r efi_guid_device_path
fff4cf2c r efi_guid_device_path_to_text_protocol
fff4cf3c r efi_guid_device_path_utilities_protocol
fff4cf4c r efi_guid_driver_binding_protocol
fff4cf5c r efi_guid_dt_fixup_protocol
fff4cf6c r efi_guid_event_group_before_exit_boot_services
fff4cf7c r efi_guid_event_group_exit_boot_services
fff4cf8c r efi_guid_event_group_memory_map_change
fff4cf9c r efi_guid_event_group_reset_system
fff4cfac r efi_guid_fdt
fff4cfbc r efi_guid_hii_database_protocol
fff4cfcc r efi_guid_hii_string_protocol
fff4cfdc r efi_guid_image_security_database
fff4cfec r efi_guid_load_file2_protocol
fff4cffc r efi_guid_load_file_protocol
fff4d00c r efi_guid_loaded_image
fff4d01c r efi_guid_loaded_image_device_path
fff4d02c r efi_guid_rng_protocol
fff4d03c r efi_guid_text_input_ex_protocol
fff4d04c r efi_guid_text_input_protocol
fff4d05c r efi_guid_text_output_protocol
fff4d06c r efi_guid_unicode_collation_protocol2
fff4d07c r efi_guid_virtio_dev
fff4d08c r efi_hii_database
fff4d0b8 r efi_hii_string
fff4d0cc r efi_lf2_initrd_guid
fff4d0dc r efi_lf2_protocol
fff4d10c r efi_net_guid
fff4d11c r efi_pxe_base_code_protocol_guid
fff4d12c r efi_rng_protocol
fff4d134 r efi_rt_properties_table_guid
fff4d144 r efi_simple_file_system_protocol_guid
fff4d154 r efi_system_partition_guid
fff4d164 r efi_system_volume_label_id
fff4d174 r efi_unicode_collation_protocol2
fff4d1d8 r exceptions
fff4d258 r fastboot_boot.bootm_args
fff4d274 r fastboot_set_reboot_flag.commands
fff4d284 r fastboot_set_reboot_flag.recovery
fff4d2a4 r fdt_errtable
fff4d318 r fdt_src_name
fff4d32c r feature
fff4d330 r feature
fff4d334 r feature_legacy
fff4d338 r fields
fff4d348 r freq_desc_tables
fff4d460 r fstypes
fff4d4e8 r generic_syscon_ids
fff4d530 r getvar_dispatch
fff4d624 r init_sequence_f
fff4d6ec r init_sequence_f_r
fff4d6f4 r irq_router_ids
fff4d704 r list_guid
fff4d804 r maintenance_menu_items
fff4d888 r month_offset
fff4d8b8 r mtrr_type_name
fff4d8d4 r name_type
fff4d99c r ns16550_serial_ids
fff4d9cc r ns16550_serial_ops
fff4d9f0 r op_adv
fff4daf0 r op_table
fff4db70 r partition_basic_data_guid
fff4db80 r pci_bridge_ids
fff4db90 r pci_bridge_ops
fff4db98 r pci_generic_ids
fff4dba8 r pci_x86_ids
fff4dbb8 r pci_x86_ops
fff4dbc0 r qfw_bootdev_ids
fff4dbd0 r qfw_bootmeth_ids
fff4dbe0 r reserved_list
fff4dc64 r rtc_mc146818_ids
fff4dc74 r rtc_mc146818_ops
fff4dca0 r sha256_k
fff4dda0 r shim_lock_guid
fff4ddb0 r smbios_guid
fff4ddc0 r smbios_write_funcs
fff4ddf8 r sysinfo_smbios_ids
fff4de08 r sysinfo_smbios_ops
fff4de1c r system_guid
fff4de6c r tsc_timer_ids
fff4de7c r tsc_timer_ops
fff4de80 r uclass_idname_str
fff4ded8 r uimage_comp
fff4df38 r uimage_os
fff4dfd4 r uimage_type
fff4e270 r virtio_blk_ops
fff4e280 r virtio_bootdev_ids
fff4e290 r virtio_console_serial_ops
fff4e2b4 r virtio_drv_name
fff4e2c8 r virtio_net_ops
fff4e30c r virtio_pci_ops
fff4e3b0 r weekdays
fff4e3dc r x86_sysreset_ids
fff4e3ec r x86_vendor_name
fff4e418 r x86_vendors
fff4e488 r END
fff4e48c r ROOT
fff4e4a0 r capitalization_table
fff4f370 r codepage_437
fff4f470 r distfix
fff4f4f0 r dp_lf2_handle
fff4f508 r inflate.order
fff4f52e r inflate_table.dbase
fff4f56e r inflate_table.dext
fff4f5ae r inflate_table.lbase
fff4f5ec r inflate_table.lext
fff4f62a r lenfix
fff4ffb4 r LONG_ONLY_CHARS
fff4ffbb r _ctype
fff500bb r android_bootloader_boot_flow.km_name
fff500cc r avb_pubkey
fff504d5 r number.digits
fff504e5 r default_environment
fff5068f r env_flags_varaccess_rep
fff50694 r env_flags_vartype_rep
fff5069b r erase_seq
fff5069f r extract_keymint_relevant_data.boot_patchlevel_key
fff506c5 r extract_keymint_relevant_data.system_patchlevel_key
fff506ed r extract_keymint_relevant_data.system_version_key
fff50711 r extract_keymint_relevant_data.vendor_patchlevel_key
fff50739 r hex_asc
fff5074a r illegal
fff5075b r net_bcast_ethaddr
fff50761 r net_null_addr_ip6
fff50771 r net_null_ethaddr
fff50777 r padding_RSA2048_SHA256
fff50857 r padding_RSA2048_SHA512
fff50917 r padding_RSA4096_SHA256
fff50af7 r padding_RSA4096_SHA512
fff50cb7 r padding_RSA8192_SHA256
fff51097 r padding_RSA8192_SHA512
fff51457 r print_size.names
fff59111 r .L.str.8
fff5916d r .L.str.17
fff59172 r .L.str.18
fff5ff40 r tab_seq
fff5ff49 r version_string
fff5ff90 r video_fontdata
fff60f90 D gdt64
fff60f90 d gdt
fff60fc0 d gdt_end
fff60fc0 d load_flags
fff60fe0 d xload_flags
fff61008 d zboot_subcmds
fff610b0 d image_load_addr
fff610b4 d qfw_bootmeth_ops
fff610cc d bootm_help_text
fff6145c d cmd_bootm_sub
fff61558 d source_help_text
fff61580 d partition
fff61584 d cmd_bcb_sub
fff6162c d bootefi_help_text
fff6173d d bootz_help_text
fff61948 d default_tm
fff6196c d dm_help_text
fff61ae0 d dm_subcmds
fff61b88 d eficonfig_menu_desc
fff61b8c d select_file_menu_items
fff61bb0 d cmd_net
fff61bcc d fastboot_help_text
fff61c88 d cmd_avb
fff61d84 d env_id
fff61d88 d env_help_text
fff61f58 d cmd_env_sub
fff6201c d init_sequence_r
fff620a0 d hist_cur
fff620a4 d av_
fff624ac d trim_threshold
fff624b0 d sbrk_base
fff624b4 d _stats
fff624c8 d block_cache
fff624d0 d root_info
fff624d8 d x86_sysreset_ops
fff624e4 d virtio_pci_supported
fff62c00 d qfw_bootdev_ops
fff62c04 d qfw_pio_ops
fff62c0c d console_normal_ops
fff62c28 d env_htab
fff62c38 d efi_obj_list
fff62c40 d efi_event_queue
fff62c48 d efi_register_notify_events
fff62c50 d entry_count
fff62c54 d efi_boot_services
fff62d1c d efi_tpl
fff62d20 d efi_cout_modes
fff62d44 d efi_con_mode
fff62d5c d efi_con_out
fff62d84 d efi_con_in
fff62d90 d efi_con_in_ex
fff62da8 d cin_notify_functions
fff62db0 d efi_dt_fixup_prot
fff62dbc d efi_package_lists
fff62dc4 d efi_keyboard_layout_list
fff62dcc d efi_mem
fff62dd4 d efi_obj_list_initialized
fff62dd8 d efi_system_partition
fff62de4 d algorithm_data
fff62e38 d y
fff62e3c d net_our_vlan
fff62e3e d net_native_vlan
fff62e40 d tftp_timeout_count_max
fff62e44 d tftp_block_size_option
fff62e46 d tftp_window_size_option
fff62e48 d timeout_ms
fff62e4c d timeout_count_max
fff62e50 d tftp_block_size
fff62e52 d sequence_number
fff62e54 d fastboot_send.cmd
fff62e68 d _GLOBAL_OFFSET_TABLE_
fff62e68 d __efi_runtime_rel_start
fff62fc8 A __data_end
fff62fc8 A __init_end
fff62fc8 d __efi_runtime_rel_stop
fff62fd8 A __rel_dyn_start
fff62fd8 B __bss_start
fff62fd8 b i440fx
fff62fe0 b idt
fff637e0 b idt_ptr
fff637e8 b irq_handlers
fff638a8 b spurious_irq_cnt
fff638ac b state
fff638c8 b images
fff63c1c b get_console.console
fff63c20 b block
fff63c24 b partition_data
fff63d00 b bcb
fff64500 b image_addr
fff64504 b image_size
fff64508 b bootefi_device_path
fff6450c b bootefi_image_path
fff64510 b avail_row
fff64514 b eficonfig_init.init
fff64518 b cin
fff6451c b cout
fff64520 b virtio_curr_dev
fff64524 b avb_ops
fff64528 b top_vars
fff6452c b last_return_code
fff64530 b get_dollar_var.buf
fff64558 b flag_repeat
fff6455c b ifs
fff64560 b map
fff64660 b do_repeat
fff64661 b get_user_input.the_command
fff64864 b stored_bootdelay
fff64868 b monitor_flash_len
fff6486c b console_buffer
fff64a70 b cli_readline_into_buffer.initted
fff64a74 b hist_max
fff64a78 b hist_add_idx
fff64a7c b hist_num
fff64a80 b hist_lines
fff67294 b hist_list
fff672e4 b ctrlc_disabled
fff672e8 b ctrlc_was_pressed
fff672ec b console_devices
fff672f8 b cd_count
fff67304 b tstcdev
fff67308 b mem_malloc_start
fff6730c b mem_malloc_end
fff67310 b mem_malloc_brk
fff67314 b top_pad
fff67318 b current_mallinfo.0
fff6731c b max_sbrked_mem
fff67320 b max_total_mem
fff67324 b stdio_devices
fff67330 b devs
fff67380 b env_complete_buf
fff67580 b tmp_buf
fff67781 b print_efiname.name
fff677a6 b mode_info
fff678ac b virtio_bootdev_ops
fff678b0 b virtio_pci_bind.num_devs
fff678b4 b fastboot_progress_callback
fff678b8 b fastboot_boot.boot_addr_start
fff678cc b fastboot_buf_addr
fff678d0 b fastboot_buf_size
fff678d4 b fastboot_bytes_expected
fff678d8 b fastboot_bytes_received
fff678dc b image_size
fff678e0 b first_call
fff678e4 b flags_list
fff678e8 b first_call
fff678ec b callback_list
fff678f0 b fs_type
fff678f4 b fs_dev_desc
fff678f8 b fs_partition
fff6799c b fs_dev_part
fff679a0 b cur_dev
fff679a8 b cur_part_info
fff67a4c b total_sector
fff67a50 b get_set_cluster.tmpbuf_cluster
fff67a54 b bs
fff67a58 b rs
fff67a5c b timers_enabled
fff67a60 b current_image
fff67a64 b efi_st_keep_devices
fff67a68 b efi_get_next_monotonic_count.mono
fff67a70 b uart_obj
fff67a88 b console_timer_event
fff67a8c b key_available
fff67a90 b next_key
fff67a9c b efi_memory_map_key
fff67aa0 b efi_root
fff67aa4 b watchdog_timer_event
fff67aa8 b dhcp_ack
fff67aac b netobj
fff67ab0 b transmit_buffer
fff67ab4 b receive_buffer
fff67ab8 b receive_lengths
fff67abc b wait_for_packet
fff67ac0 b network_timer_event
fff67ac4 b rx_packet_num
fff67ac8 b new_tx_packet
fff67acc b rx_packet_idx
fff67ad0 b efi_initrd_handle
fff67ad4 b binman
fff67ad8 b errno
fff67adc b local_toa
fff67af4 b arp_wait_packet_ethaddr
fff67af8 b net_arp_wait_packet_ip
fff67afc b net_arp_wait_reply_ip.0
fff67b00 b arp_wait_tx_packet_size
fff67b04 b arp_tx_packet_buf
fff68144 b arp_tx_packet
fff68148 b arp_wait_timer_start
fff6814c b arp_wait_try
fff68150 b net_nis_domain
fff68170 b net_hostname
fff68190 b net_root_path
fff681d0 b bootp_num_ids
fff681d4 b bootp_try
fff681d8 b bootp_start
fff681dc b bootp_timeout
fff681e0 b time_taken_max
fff681e4 b bootp_ids
fff681f4 b eth_errno
fff681f8 b eth_try_another.first_failed
fff681fc b eth_set_current.act
fff68200 b eth_set_current.env_changed_id
fff68204 b net_nd_sol_packet_ip6
fff68214 b net_nd_timer_start
fff68218 b net_nd_try
fff6821c b net_nd_packet_mac_out
fff68220 b net_nd_tx_packet
fff68224 b net_nd_tx_packet_size
fff68228 b net_nd_packet_buf
fff68868 b net_nd_rep_packet_ip6
fff68878 b push_packet
fff6887c b net_init.first_call
fff6887d b net_pkt_buf
fff6a6c0 b net_tx_packet
fff6a6c4 b net_rx_packets
fff6a6d4 b net_state
fff6a6d8 b net_restarted
fff6a6dc b net_dev_exists
fff6a6e0 b net_try_count
fff6a6e4 b net_boot_file_size
fff6a6e8 b net_ip
fff6a6ec b time_start
fff6a6f0 b time_handler
fff6a6f4 b time_delta
fff6a6f8 b net_restart_wrap
fff6a6fc b udp_packet_handler
fff6a700 b arp_packet_handler
fff6a704 b net_server_ethaddr
fff6a70c b net_server_ip
fff6a710 b net_rx_packet
fff6a714 b net_rx_packet_len
fff6a718 b net_ethaddr
fff6a720 b net_ip_id
fff6a724 b net_boot_file_name
fff6ab24 b net_netmask
fff6ab28 b net_gateway
fff6ab2c b net_dns_server
fff6ab30 b net_boot_file_name_explicit
fff6ab34 b net_boot_file_expected_size_in_blocks
fff6ab38 b net_gateway6
fff6ab48 b net_ip6
fff6ab58 b net_link_local_ip6
fff6ab68 b net_server_ip6
fff6ab78 b net_prefix_length
fff6ab7c b use_ip6
fff6ab80 b net_ping_ip
fff6ab84 b ping_seq_number
fff6ab86 b seq_no
fff6ab88 b net_ping_ip6
fff6ab98 b saved_tftp_block_size_option
fff6ab9c b tftp_remote_ip6
fff6abac b tftp_remote_ip
fff6abb0 b tftp_filename
fff6ac30 b default_filename
fff6ac40 b tftp_load_addr
fff6ac44 b tftp_state
fff6ac48 b time_start
fff6ac4c b tftp_remote_port
fff6ac50 b timeout_count
fff6ac54 b tftp_our_port
fff6ac58 b tftp_cur_block
fff6ac5c b tftp_windowsize
fff6ac5e b tftp_last_nack
fff6ac60 b tftp_tsize
fff6ac64 b tftp_tsize_num_hash
fff6ac68 b tftp_load_size
fff6ac6c b tftp_next_ack
fff6ac70 b tftp_prev_block
fff6ac74 b tftp_block_wrap
fff6ac78 b tftp_block_wrap_offset
fff6ac7c b fastboot_our_port
fff6ac80 b fastboot_timed_send_info.start
fff6ac84 b last_packet_len
fff6ac88 b last_packet
fff6b088 b fastboot_remote_ip.0
fff6b08c b fastboot_remote_port
fff6b090 b fastboot_send.command
fff6b0d1 b fastboot_send.pending_command
fff6b0d4 b state
fff6b0d8 b command
fff6b119 b response
fff6b160 b curr_header_buffer
fff6b168 b curr_sport
fff6b16a b curr_dport
fff6b16c b curr_tcp_seq_num
fff6b170 b curr_tcp_ack_num
fff6b174 b curr_request_len
fff6b178 b curr_chunk_size
fff6b180 b curr_chunk_downloaded
fff6b188 b curr_header_downloaded
fff6b190 b command_handled_id
fff6b194 b command_handled_success
fff6b195 b is_ipv6
fff6b198 b ip_header_size
fff6b19c b udp_ops
fff6b1a0 b current_tcp_state
fff6b1a4 b tcp_packet_handler
fff6b1a8 b loc_timestamp
fff6b1ac b rmt_timestamp
fff6b1b0 b tcp_lost
fff6b1d4 b tcp_activity_count
fff6b1d8 b tcp_ack_edge
fff6b1dc b prev_len
fff6b1e0 b sack_idx
fff6b1e4 b edge_a
fff6b364 b tcp6_packet_handler
fff6b368 B __bss_end
fff72188 A __rel_dyn_end
fff72188 A _end