Searched refs:kvm_pgtable_prot (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 39 enum kvm_pgtable_prot { enum 123 enum kvm_pgtable_prot prot); 167 u64 phys, enum kvm_pgtable_prot prot, 256 enum kvm_pgtable_prot prot);
|
D | kvm_mmu.h | 114 int create_hyp_mappings(void *from, void *to, enum kvm_pgtable_prot prot);
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/ |
D | pgtable.c | 312 static int hyp_map_set_prot_attr(enum kvm_pgtable_prot prot, in hyp_map_set_prot_attr() 375 enum kvm_pgtable_prot prot) in kvm_pgtable_hyp_map() 440 static int stage2_map_set_prot_attr(enum kvm_pgtable_prot prot, in stage2_map_set_prot_attr() 618 u64 phys, enum kvm_pgtable_prot prot, in kvm_pgtable_stage2_map() 809 enum kvm_pgtable_prot prot) in kvm_pgtable_stage2_relax_perms()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
D | mmu.c | 191 unsigned long phys, enum kvm_pgtable_prot prot) in __create_hyp_mappings() 223 int create_hyp_mappings(void *from, void *to, enum kvm_pgtable_prot prot) in create_hyp_mappings() 251 enum kvm_pgtable_prot prot) in __create_hyp_private_mapping() 506 enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_DEVICE | in kvm_phys_addr_ioremap() 759 enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_R; in user_mem_abort()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 13896 + enum kvm_pgtable_prot prot_device); 13914 @@ -42,6 +42,7 @@ enum kvm_pgtable_prot { 15338 @@ -443,7 +443,10 @@ static int stage2_map_set_prot_attr(enum kvm_pgtable_prot prot, 15524 + enum kvm_pgtable_prot prot_device) 15530 - enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_DEVICE | 15531 + enum kvm_pgtable_prot prot = prot_device | 15539 +static enum kvm_pgtable_prot stage1_to_stage2_pgprot(pgprot_t prot) 15569 + enum kvm_pgtable_prot prot_us; 15585 + enum kvm_pgtable_prot prot;
|