Searched refs:TLB_WR (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dmmu-40x.h46 #define TLB_WR 0x00000100 /* Writes permitted */ macro
/linux-master/arch/microblaze/include/asm/
H A Dmmu.h109 # define TLB_WR 0x00000100 /* Writes permitted */ macro
/linux-master/arch/microblaze/kernel/
H A Dhead.S229 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
308 ori r4,r0,(TLB_WR | TLB_EX)
H A Dhw_exception_handler.S550 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 | \
/linux-master/arch/powerpc/kernel/
H A Dhead_40x.S691 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */

Completed in 172 milliseconds