Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-40x.h45 #define TLB_WR 0x00000100 /* Writes permitted */ macro
/linux-4.4.14/arch/microblaze/include/asm/
Dmmu.h115 # define TLB_WR 0x00000100 /* Writes permitted */ macro
/linux-4.4.14/arch/microblaze/kernel/
Dmisc.S83 ori r4,r4,(TLB_WR|TLB_I|TLB_M|TLB_G)
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.S662 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-4.4.14/arch/powerpc/kernel/
Dhead_40x.S923 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */