Home
last modified time | relevance | path

Searched refs:direct_map (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_router_ipv4_kern.c38 struct direct_map { struct
73 __type(value, struct direct_map);
141 struct direct_map *direct_entry; in xdp_router_ipv4_prog()
H A Dxdp_router_ipv4_user.c142 struct direct_map { in read_route() struct
388 struct direct_map { in read_arp() struct
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_router_ipv4.bpf.c35 struct direct_map { struct
62 __type(value, struct direct_map);
111 struct direct_map *direct_entry; in xdp_router_ipv4_prog()
H A Dxdp_router_ipv4_user.c110 struct direct_map { in read_route() struct
327 struct direct_map { in read_arp() struct
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c2027 bool direct_mmu = vcpu->arch.mmu->direct_map; in kvm_mmu_get_page()
2125 !vcpu->arch.mmu->direct_map) in shadow_walk_init_using_root()
3187 (mmu->root_level >= PT64_ROOT_4LEVEL || mmu->direct_map)) { in kvm_mmu_free_roots()
3377 if (vcpu->arch.mmu->direct_map) in mmu_alloc_roots()
3388 if (vcpu->arch.mmu->direct_map) in kvm_mmu_sync_roots()
3654 arch.direct_map = vcpu->arch.mmu->direct_map; in kvm_arch_setup_async_pf()
3827 context->direct_map = true; in nonpaging_init_context()
4415 context->direct_map = false; in paging64_init_context_common()
4443 context->direct_map in paging32_init_context()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h368 bool direct_map; member
1326 bool direct_map; member
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c3205 * direct_map(), or kvm_tdp_mmu_map() would like to create a in disallowed_hugepage_adjust()
3217 static int direct_map(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault) in direct_map() function
4228 arch.direct_map = vcpu->arch.mmu->root_role.direct; in kvm_arch_setup_async_pf()
4239 if ((vcpu->arch.mmu->root_role.direct != work->arch.direct_map) || in kvm_arch_async_page_ready()
4397 r = direct_map(vcpu, fault); in direct_page_fault()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c7291 if (!vcpu->arch.mmu->direct_map) { in reexecute_instruction()
7324 if (vcpu->arch.mmu->direct_map) { in reexecute_instruction()
7392 if (!vcpu->arch.mmu->direct_map) in retry_instruction()
7660 if (vcpu->arch.mmu->direct_map) { in x86_emulate_instruction()
11151 if ((vcpu->arch.mmu->direct_map != work->arch.direct_map) || in kvm_arch_async_page_ready()
11159 if (!vcpu->arch.mmu->direct_map && in kvm_arch_async_page_ready()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1789 bool direct_map; member

Completed in 40 milliseconds