Home
last modified time | relevance | path

Searched refs:efi_pe_entry (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/tools/
H A Dbuild.c64 static unsigned long efi_pe_entry; variable
265 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text()
282 efi_pe_entry = 0x10; in efi_stub_defaults()
284 efi_pe_entry = 0x210; in efi_stub_defaults()
357 PARSE_ZOFS(p, efi_pe_entry); in parse_zoffset()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c24 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() function
H A Dx86-stub.c460 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() function
H A Defistub.h47 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle,
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Defi-header.S37 .long efi_pe_entry - _text /* AddressOfEntryPoint */
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S69 .long efi_pe_entry - start @ AddressOfEntryPoint
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Defi-header.S69 .long efi_pe_entry - start @ AddressOfEntryPoint
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Defi-stub.c122 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() function
H A Defistub.h40 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle,
H A Dx86-stub.c355 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, in efi_pe_entry() function
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A DMakefile80 LDFLAGS_vmlinux += -u efi_pe_entry
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dhead_64.S132 * offset to the start of the space allocated for the image. efi_pe_entry will
262 * efi_pe_entry uses MS calling convention, which requires 32 bytes of
269 leal rva(efi_pe_entry)(%ebp), %eax
365 * offset to the start of the space allocated for the image. efi_pe_entry will
796 * use it before we get to the 64-bit efi_pe_entry() in C code.

Completed in 11 milliseconds