Searched refs:TLB_EX (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-40x.h | 45 #define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-40x.h | 45 #define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | mmu.h | 111 # define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | mmu.h | 108 # define TLB_EX 0x00000200 /* Instruction execution allowed */ macro
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | head.S | 229 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ 308 ori r4,r0,(TLB_WR | TLB_EX)
|
H A D | hw_exception_handler.S | 550 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 | \
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | head.S | 234 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */ 313 ori r4,r0,(TLB_WR | TLB_EX)
|
H A D | hw_exception_handler.S | 659 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 | \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_40x.S | 657 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_40x.S | 690 ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
|
Completed in 9 milliseconds