Searched refs:efi_config (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
H A Dhead_64.S218 movl %eax, efi_config(%ebp)
249 movq %rax, efi_config(%rip)
256 * Relocate efi_config->call().
275 * Relocate efi_config->call().
277 movq efi_config(%rip), %rax
280 movq efi_config(%rip), %rdi
369 movq %rax, efi_config(%rip)
445 efi_config: label
H A Dhead_32.S55 /* Relocate efi_config->call() */
67 jmp 2f /* Skip efi_config initialization */
81 /* Relocate efi_config->call() */
H A Deboot.c21 static struct efi_config *efi_early;
23 __pure const struct efi_config *__efi_early(void) __efi_early()
29 static void setup_boot_services##bits(struct efi_config *c) \
1061 struct boot_params *make_boot_params(struct efi_config *c) make_boot_params()
1406 struct boot_params *efi_main(struct efi_config *c, efi_main()
/linux-4.4.14/arch/x86/include/asm/
H A Defi.h179 struct efi_config { struct
195 __pure const struct efi_config *__efi_early(void);

Completed in 136 milliseconds