Lines Matching +full:bit +full:- +full:banging
4 * SPDX-License-Identifier: Apache-2.0
11 #include <zefi-segments.h>
72 efi->ConOut->OutputString(efi->ConOut, efibuf); in efi_putchar()
79 return ((s1->Part1 == s2->Part1) && (s1->Part2 == s2->Part2)); in efi_guid_compare()
91 ect_tmp = efi->ConfigurationTable; in efi_config_get_vendor_table_by_guid()
93 for (n_ct = 0; n_ct < efi->NumberOfTableEntries; n_ct++) { in efi_config_get_vendor_table_by_guid()
94 if (efi_guid_compare(&ect_tmp->VendorGuid, guid)) { in efi_config_get_vendor_table_by_guid()
95 return ect_tmp->VendorTable; in efi_config_get_vendor_table_by_guid()
130 * interrupt enable bit of HPET timer zero.
178 /* Page-aligned blocks below 1M are the .locore in efi_entry()
180 * the benefit of 32 bit entry. Those have to be in efi_entry()
188 dst[i] = 0x90; /* 0x90 == 1-byte NOP */ in efi_entry()
197 efi_status_t loaded_image_status = sys_tab->BootServices->HandleProtocol( in efi_entry()
204 uint16_t *src_bootargs = (uint16_t *)loaded_image->LoadOptions; in efi_entry()
229 * to drain before we start banging on the same UART from the in efi_entry()
241 /* Trick cribbed shamelessly from gnu-efi. We need to emit a ".reloc"
249 ".long relocation_dummy - base_relocation_block\n"