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:__read_cr3
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
special_insns.h
179
static inline unsigned long
__read_cr3
(void)
in __read_cr3()
function
H
A
D
processor.h
247
return
__read_cr3
() & CR3_ADDR_MASK;
in read_cr3_pa()
H
A
D
paravirt.h
133
static inline unsigned long
__read_cr3
(void)
in __read_cr3()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
special_insns.h
156
static inline unsigned long
__read_cr3
(void)
in __read_cr3()
function
H
A
D
processor.h
203
return
__read_cr3
() & CR3_ADDR_MASK;
in read_cr3_pa()
H
A
D
paravirt.h
154
static inline unsigned long
__read_cr3
(void)
in __read_cr3()
function
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
tlb.c
452
* Only do this check if CONFIG_DEBUG_VM=y because
__read_cr3
()
in switch_mm_irqs_off()
456
if (WARN_ON_ONCE(
__read_cr3
() != build_cr3(real_prev->pgd, prev_asid))) {
in switch_mm_irqs_off()
622
unsigned long cr3 =
__read_cr3
();
in initialize_tlbstate_and_flush()
966
* CR3 is without needing to do a (slow)
__read_cr3
().
979
VM_BUG_ON(cr3 !=
__read_cr3
());
in __get_current_cr3_fast()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
tlb.c
526
* Only do this check if CONFIG_DEBUG_VM=y because
__read_cr3
()
in switch_mm_irqs_off()
530
if (WARN_ON_ONCE(
__read_cr3
() != build_cr3(real_prev->pgd, prev_asid,
in switch_mm_irqs_off()
704
unsigned long cr3 =
__read_cr3
();
in initialize_tlbstate_and_flush()
1088
* CR3 is without needing to do a (slow)
__read_cr3
().
1103
VM_BUG_ON(cr3 !=
__read_cr3
());
in __get_current_cr3_fast()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
process_32.c
85
cr3 =
__read_cr3
();
in __show_regs()
H
A
D
process_64.c
113
cr3 =
__read_cr3
();
in __show_regs()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
process_32.c
82
cr3 =
__read_cr3
();
in __show_regs()
H
A
D
process_64.c
115
cr3 =
__read_cr3
();
in __show_regs()
785
write_cr3(
__read_cr3
() | mm->context.lam_cr3_mask);
in prctl_enable_tagged_addr()
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
cpu.c
126
ctxt->cr3 =
__read_cr3
();
in __save_processor_state()
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
cpu.c
125
ctxt->cr3 =
__read_cr3
();
in __save_processor_state()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
4152
cr3 =
__read_cr3
();
in vmx_set_constant_host_state()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
4314
cr3 =
__read_cr3
();
in vmx_set_constant_host_state()
Completed in 31 milliseconds