Searched refs:TLB_WR (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/arch/powerpc/include/asm/ |
| D | mmu-40x.h | 46 #define TLB_WR 0x00000100 /* Writes permitted */ macro
|
| /Linux-v4.19/arch/microblaze/include/asm/ |
| D | mmu.h | 115 # define TLB_WR 0x00000100 /* Writes permitted */ macro
|
| /Linux-v4.19/arch/microblaze/kernel/ |
| D | head.S | 234 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ 313 ori r4,r0,(TLB_WR | TLB_EX)
|
| D | hw_exception_handler.S | 662 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \ 762 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \ 833 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \
|
| /Linux-v4.19/arch/powerpc/kernel/ |
| D | head_40x.S | 925 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
|