Home
last modified time | relevance | path

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

/linux/arch/arc/mm/
H A Dtlb.c397 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()
/linux/Documentation/filesystems/
H A Dadfs.rst67 These are then masked by ownmask, eg 700 -> -rwx------
68 Possible owner mode permissions -> -rwx------
/linux/arch/um/
H A DMakefile137 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux/arch/x86/boot/compressed/
H A DMakefile67 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/linux/tools/perf/util/
H A Dparse-events.l230 modifier_bp [rwx]{1,3}
/linux/arch/powerpc/boot/
H A Dwrapper233 if "${CROSS}ld" -v --no-warn-rwx-segments >/dev/null 2>&1; then
/linux/Documentation/admin-guide/
H A Dperf-security.rst123 # chmod o-rwx perf
/linux/
H A DMakefile1140 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)