Home
last modified time | relevance | path

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

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