Searched refs:rwx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlb.c | 95 /* setup the other half of TLB entry (pfn, rwx..) */ in tlb_entry_insert() 397 unsigned int asid_or_sasid, rwx; in create_tlb() local 449 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb() 452 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb() 454 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb() 456 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlb.c | 198 /* setup the other half of TLB entry (pfn, rwx..) */ in tlb_entry_insert() 497 unsigned int asid_or_sasid, rwx; in create_tlb() local 552 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb() 555 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb() 557 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb() 559 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
|
/kernel/linux/linux-5.10/arch/um/ |
H A D | Makefile | 138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
|
/kernel/linux/linux-6.6/arch/um/ |
H A D | Makefile | 138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | Makefile | 72 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | Makefile | 75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 1022 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 1039 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
|
Completed in 9 milliseconds