Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dfastboot.h53 #define FASTBOOT_SWTCH_PA 0x5000 /* low memory */ macro
/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c1854 if (*((uint32_t *)(FASTBOOT_SWTCH_PA + FASTBOOT_STACK_OFFSET)) == in _start()
1857 *((uint32_t *)(FASTBOOT_SWTCH_PA + FASTBOOT_STACK_OFFSET)) = 0; in _start()
H A Dfastboot.c1204 fb->fb_va = fb->fb_dest_pa = FASTBOOT_SWTCH_PA; in fastboot_load_kernel()