Searched refs:TLB_WR (Results 1 – 3 of 3) sorted by relevance
| /arch/microblaze/include/asm/ |
| A D | mmu.h | 109 # define TLB_WR 0x00000100 /* Writes permitted */ macro
|
| /arch/microblaze/kernel/ |
| A D | head.S | 229 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ 308 ori r4,r0,(TLB_WR | TLB_EX)
|
| A D | hw_exception_handler.S | 550 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \ 650 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \ 721 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \
|
Completed in 9 milliseconds