Searched refs:FASTBOOT_SWTCH_PA (Results 1 – 3 of 3) sorted by relevance
53 #define FASTBOOT_SWTCH_PA 0x5000 /* low memory */ macro
1854 if (*((uint32_t *)(FASTBOOT_SWTCH_PA + FASTBOOT_STACK_OFFSET)) == in _start()1857 *((uint32_t *)(FASTBOOT_SWTCH_PA + FASTBOOT_STACK_OFFSET)) = 0; in _start()
1204 fb->fb_va = fb->fb_dest_pa = FASTBOOT_SWTCH_PA; in fastboot_load_kernel()