Home
last modified time | relevance | path

Searched refs:direct_map (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 = false; in paging32_init_context()
4525 context->direct_map = true; in init_kvm_tdp_mmu()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h368 bool direct_map; member
1323 bool direct_map; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c7219 if (!vcpu->arch.mmu->direct_map) { in reexecute_instruction()
7252 if (vcpu->arch.mmu->direct_map) { in reexecute_instruction()
7320 if (!vcpu->arch.mmu->direct_map) in retry_instruction()
7586 if (vcpu->arch.mmu->direct_map) { in x86_emulate_instruction()
11073 if ((vcpu->arch.mmu->direct_map != work->arch.direct_map) || in kvm_arch_async_page_ready()
11081 if (!vcpu->arch.mmu->direct_map && in kvm_arch_async_page_ready()