Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:direct_map
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_router_ipv4_kern.c
38
struct
direct_map
{
struct
73
__type(value, struct
direct_map
);
141
struct
direct_map
*direct_entry;
in xdp_router_ipv4_prog()
H
A
D
xdp_router_ipv4_user.c
142
struct
direct_map
{
in read_route()
struct
388
struct
direct_map
{
in read_arp()
struct
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
xdp_router_ipv4.bpf.c
35
struct
direct_map
{
struct
62
__type(value, struct
direct_map
);
111
struct
direct_map
*direct_entry;
in xdp_router_ipv4_prog()
H
A
D
xdp_router_ipv4_user.c
110
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
D
mmu.c
2027
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
D
kvm_host.h
368
bool
direct_map
;
member
1326
bool
direct_map
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
3205
*
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
D
x86.c
7291
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
D
kvm_host.h
1789
bool
direct_map
;
member
Completed in 40 milliseconds