Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dmmu-40x.h46 #define TLB_WR 0x00000100 /* Writes permitted */ macro
/Linux-v5.4/arch/microblaze/include/asm/
Dmmu.h115 # define TLB_WR 0x00000100 /* Writes permitted */ macro
/Linux-v5.4/arch/microblaze/kernel/
Dhead.S234 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
313 ori r4,r0,(TLB_WR | TLB_EX)
Dhw_exception_handler.S659 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \
759 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \
830 andi r4, r4, PAGE_MASK | TLB_EX | TLB_WR | \
/Linux-v5.4/arch/powerpc/kernel/
Dhead_40x.S844 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */