Searched refs:CONFIG_BPTR_VIRT_ADDR (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/powerpc/include/asm/ |
D | config.h | 58 #ifndef CONFIG_BPTR_VIRT_ADDR 59 #define CONFIG_BPTR_VIRT_ADDR 0xfffff000 macro
|
/external/u-boot/board/xes/xpedite537x/ |
D | tlb.c | 48 SET_TLB_ENTRY(1, CONFIG_BPTR_VIRT_ADDR, CONFIG_BPTR_VIRT_ADDR,
|
/external/u-boot/board/xes/xpedite550x/ |
D | tlb.c | 48 SET_TLB_ENTRY(1, CONFIG_BPTR_VIRT_ADDR, CONFIG_BPTR_VIRT_ADDR,
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | mp.c | 453 i = find_tlb_idx((void *)CONFIG_BPTR_VIRT_ADDR, 1); in setup_mp() 460 set_tlb(1, CONFIG_BPTR_VIRT_ADDR, bootpg, /* tlb, epn, rpn */ in setup_mp() 464 memcpy((void *)CONFIG_BPTR_VIRT_ADDR, (void *)fixup, 4096); in setup_mp()
|
/external/u-boot/include/configs/ |
D | xpedite537x.h | 31 #define CONFIG_BPTR_VIRT_ADDR 0xee000000 /* virt boot page address */ macro
|
D | xpedite550x.h | 31 #define CONFIG_BPTR_VIRT_ADDR 0xee000000 /* virt boot page address */ macro
|
/external/u-boot/scripts/ |
D | config_whitelist.txt | 175 CONFIG_BPTR_VIRT_ADDR
|