Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c66 static EFI_PHYSICAL_ADDRESS exc_stack_pa;/* Address of IST stack for loader */ variable
218 if (exc_stack_pa != 0) { in free_tables()
219 BS->FreePages(exc_stack_pa, 1); in free_tables()
220 exc_stack_pa = 0; in free_tables()
290 &exc_stack_pa); in efi_redirect_exceptions()
294 exc_stack_pa = 0; in efi_redirect_exceptions()
390 exc_rsp = exc_stack_pa + EFI_PAGE_SIZE - in efi_redirect_exceptions()
410 (&(tss->tss_ist1))[ist - 1] = exc_stack_pa + EFI_PAGE_SIZE; in efi_redirect_exceptions()