Home
last modified time | relevance | path

Searched refs:efi_handover (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/efi/i386/
Dlinux.S26 .globl efi_handover symbol
27 .type efi_handover,@function
28 efi_handover: label
/external/syslinux/efi/x86_64/
Dlinux.S56 .globl efi_handover symbol
58 .type efi_handover,@function
60 efi_handover: label
/external/syslinux/efi/
Defi.h78 handover_func_t efi_handover; variable
Dmain.c780 handover_func_t *func = efi_handover; in handover_boot()