Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-40x.h44 #define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
/linux-4.1.27/arch/microblaze/include/asm/
Dmmu.h114 # define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
/linux-4.1.27/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.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.1.27/arch/powerpc/kernel/
Dhead_40x.S923 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */