Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/loader/arch/amd64/
H A Dtrap.c66 static EFI_PHYSICAL_ADDRESS exc_stack_pa;/* Address of IST stack for loader */ variable
188 if (exc_stack_pa != 0) { in free_tables()
189 BS->FreePages(exc_stack_pa, 1); in free_tables()
190 exc_stack_pa = 0; in free_tables()
260 &exc_stack_pa); in efi_redirect_exceptions()
264 exc_stack_pa = 0; in efi_redirect_exceptions()
359 exc_rsp = exc_stack_pa + PAGE_SIZE - in efi_redirect_exceptions()
379 (&(tss->tss_ist1))[ist - 1] = exc_stack_pa + PAGE_SIZE; in efi_redirect_exceptions()