Searched refs:TLB_VALID (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | mmu.c | 45 if (!(t & TLB_VALID)) in mmu_flush_idx() 70 if (t & TLB_VALID) { in mmu_change_pid() 93 if (t & TLB_VALID) { in mmu_translate() 257 if (i < 3 && !(v & TLB_VALID) && qemu_loglevel_mask(~0)) in mmu_write()
|
H A D | mmu.h | 47 #define TLB_VALID 0x00000040 /* Entry is valid */ macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-40x.h | 39 #define TLB_VALID 0x00000040 /* Entry is valid */ macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | mmu.h | 103 # define TLB_VALID 0x00000040 /* Entry is valid */ macro
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | head.S | 253 ori r3,r3,(TLB_VALID) 286 ori r3,r3,(TLB_VALID) 309 ori r3,r0,(TLB_VALID | TLB_PAGESZ(PAGESZ_4K))
|
H A D | hw_exception_handler.S | 776 ori r3, r3, TLB_VALID | TLB_PAGESZ(PAGESZ_4K)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_40x.S | 693 ori r3,r3,(TLB_VALID | TLB_PAGESZ(PAGESZ_16M))
|