Home
last modified time | relevance | path

Searched refs:pgprot_t (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/lib/riscv/asm/
H A Dpage.h9 typedef unsigned long pgprot_t; typedef
15 #define __pgprot(x) ((pgprot_t)(x))
H A Dmmu.h19 pgprot_t prot, bool flush);
/kvm-unit-tests/lib/arm/asm/
H A Dmmu-api.h16 pgprot_t prot);
19 pgprot_t prot);
H A Dpage.h25 typedef struct { pteval_t pgprot; } pgprot_t; typedef
39 #define __pgprot(x) ((pgprot_t) { (x) } )
/kvm-unit-tests/lib/ppc64/asm/
H A Dpage.h39 typedef struct { pteval_t pgprot; } pgprot_t; typedef
51 #define __pgprot(x) ((pgprot_t) { (x) } )
/kvm-unit-tests/lib/arm64/asm/
H A Dpage.h52 typedef struct { pteval_t pgprot; } pgprot_t; typedef
64 #define __pgprot(x) ((pgprot_t) { (x) } )
/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()
/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()