Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/mm/
Diommu.c55 #define MKIOPTE(pfn, perm) (((((pfn)<<8) & IOPTE_PAGE) | (perm)) & ~IOPTE_WAZ) argument
/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c872 unsigned int perm = hpte_get_skey_perm(gr, vcpu->arch.amr); in kvmppc_hpte_hv_fault() local
874 perm >>= 1; in kvmppc_hpte_hv_fault()
875 if (perm & 1) in kvmppc_hpte_hv_fault()
/arch/sparc/include/asm/
Dhypervisor.h2669 unsigned long *perm);
/arch/x86/kvm/
Demulate.c2533 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() local
2551 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL); in emulator_io_port_access_allowed()
2554 if ((perm >> bit_idx) & mask) in emulator_io_port_access_allowed()