Home
last modified time | relevance | path

Searched refs:rwx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/arc/mm/
H A Dtlb.c95 /* 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 Dtlb.c198 /* 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 DMakefile138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/kernel/linux/linux-6.6/arch/um/
H A DMakefile138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A DMakefile72 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A DMakefile75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/kernel/linux/linux-5.10/
H A DMakefile1022 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
/kernel/linux/linux-6.6/
H A DMakefile1039 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)

Completed in 10 milliseconds