Home
last modified time | relevance | path

Searched refs:efi_scratch (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi_64.c58 struct efi_scratch efi_scratch; variable
240 efi_scratch.phys_stack = page_to_phys(page + 1); /* stack grows down */ in efi_setup_page_tables()
467 efi_scratch.prev_mm = current->active_mm; in efi_switch_mm()
469 switch_mm(efi_scratch.prev_mm, mm, NULL); in efi_switch_mm()
538 efi_switch_mm(efi_scratch.prev_mm); in efi_thunk_set_virtual_address_map()
848 efi_switch_mm(efi_scratch.prev_mm); in efi_set_virtual_address_map()
H A Defi_thunk_64.S37 movq efi_scratch(%rip), %rsp
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h102 struct efi_scratch { struct
120 efi_switch_mm(efi_scratch.prev_mm); \ argument
139 extern struct efi_scratch efi_scratch;