Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arc/mm/
A Dtlb.c395 unsigned int asid_or_sasid, rwx; in create_tlb() local
447 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb()
450 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb()
452 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb()
454 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
/linux-6.3-rc2/Documentation/filesystems/
A Dadfs.rst67 These are then masked by ownmask, eg 700 -> -rwx------
68 Possible owner mode permissions -> -rwx------
A Dntfs.rst137 default rw------- and for directories rwx------, a
/linux-6.3-rc2/arch/um/
A DMakefile141 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-6.3-rc2/arch/x86/boot/compressed/
A DMakefile75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/linux-6.3-rc2/tools/perf/util/
A Dparse-events.l220 modifier_bp [rwx]{1,3}
/linux-6.3-rc2/Documentation/admin-guide/
A Dperf-security.rst123 # chmod o-rwx perf
/linux-6.3-rc2/
A DMakefile1109 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)

Completed in 12 milliseconds