Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dmmu.h86 static inline void protect_page(void *vaddr, unsigned long prot) in protect_page()
91 static inline void unprotect_page(void *vaddr, unsigned long prot) in unprotect_page()
H A Dmmu.c99 unsigned long i, prot; in split_pmd() local
121 unsigned long i, prot; in split_pud() local
285 void protect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level) in protect_dat_entry()
293 void unprotect_dat_entry(void *vaddr, unsigned long prot, enum pgt_level level) in unprotect_dat_entry()
301 void protect_range(void *start, unsigned long len, unsigned long prot) in protect_range()
310 void unprotect_range(void *start, unsigned long len, unsigned long prot) in unprotect_range()
/kvm-unit-tests/lib/arm/
H A Dmmu.c101 uintptr_t vaddr, pgprot_t prot) in install_page_prot()
171 pgprot_t prot) in mmu_set_range_ptes()
183 pgprot_t prot) in mmu_set_range_sect()
244 pgprot_t prot = __pgprot(PTE_UNCACHED | PTE_USER | PTE_UXN | PTE_PXN); in __ioremap() local
/kvm-unit-tests/lib/riscv/
H A Dmmu.c58 uintptr_t vaddr, pgprot_t prot, bool flush) in __install_page()
89 pgprot_t prot, bool flush) in mmu_set_range_ptes()
/kvm-unit-tests/lib/ppc64/
H A Dmmu.c84 uintptr_t vaddr, pgprot_t prot) in install_page_prot()
/kvm-unit-tests/s390x/
H A Dskey.c174 static void check_key_prot_exc(enum access access, enum protection prot) in check_key_prot_exc()
/kvm-unit-tests/riscv/
H A Dsbi-fwft.c227 static void adue_set_ad(unsigned long addr, pteval_t prot) in adue_set_ad()