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

/linux-4.1.27/arch/arc/mm/
H A Dtlb.c202 /* setup the other half of TLB entry (pfn, rwx..) */ tlb_entry_insert()
445 unsigned int asid_or_sasid, rwx; create_tlb() local
499 rwx = pte_val(*ptep) & PTE_BITS_RWX; create_tlb()
502 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ create_tlb()
504 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ create_tlb()
506 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); create_tlb()
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h155 * "--x" and "-wx" mappings are implemented as "rw-", "r-x" and "rwx",
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h115 * Thus the "-w- -> rw-" and "-wx -> rwx" mapping here (and in
/linux-4.1.27/arch/powerpc/kernel/
H A Dmisc_32.S884 /* attribute fields. rwx for SUPERVISOR mode */
/linux-4.1.27/fs/cifs/
H A Dcifsacl.c612 /* reset rwx permissions for user/group/other. parse_dacl()

Completed in 215 milliseconds