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_pa
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
hibernate.c
165
pgd = (pgd_t *)__va(
read_cr3_pa
()) +
in relocate_restore_code()
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
H
A
D
olpc-xo1-pm.c
75
void *pgd_addr = __va(
read_cr3_pa
());
in xo1_do_sleep()
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
hibernate.c
165
pgd = (pgd_t *)__va(
read_cr3_pa
()) +
in relocate_restore_code()
/kernel/linux/linux-6.6/arch/x86/platform/olpc/
H
A
D
olpc-xo1-pm.c
75
void *pgd_addr = __va(
read_cr3_pa
());
in xo1_do_sleep()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
fault.c
231
pgd_paddr =
read_cr3_pa
();
in vmalloc_fault()
297
pgd_t *base = __va(
read_cr3_pa
());
in dump_pagetable()
362
pgd_t *base = __va(
read_cr3_pa
());
in dump_pagetable()
524
pgd = __va(
read_cr3_pa
());
in show_fault_oops()
H
A
D
ioremap.c
864
pgd_t *base = __va(
read_cr3_pa
());
in early_ioremap_pmd()
H
A
D
tlb.c
450
* does something like write_cr3(
read_cr3_pa
()).
in switch_mm_irqs_off()
1169
* current_mm->pgd == __va(
read_cr3_pa
()). This may be slow, though,
in nmi_uaccess_okay()
1180
VM_WARN_ON_ONCE(current_mm->pgd != __va(
read_cr3_pa
()));
in nmi_uaccess_okay()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
fault.c
248
pgd_paddr =
read_cr3_pa
();
in vmalloc_fault()
295
pgd_t *base = __va(
read_cr3_pa
());
in dump_pagetable()
351
pgd_t *base = __va(
read_cr3_pa
());
in dump_pagetable()
518
pgd = __va(
read_cr3_pa
());
in show_fault_oops()
H
A
D
tlb.c
524
* does something like write_cr3(
read_cr3_pa
()).
in switch_mm_irqs_off()
1293
* current_mm->pgd == __va(
read_cr3_pa
()). This may be slow, though,
in nmi_uaccess_okay()
1304
VM_WARN_ON_ONCE(current_mm->pgd != __va(
read_cr3_pa
()));
in nmi_uaccess_okay()
H
A
D
ioremap.c
858
pgd_t *base = __va(
read_cr3_pa
());
in early_ioremap_pmd()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
ident_map_64.c
149
top_level_pgt =
read_cr3_pa
();
in initialize_identity_maps()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
ident_map_64.c
142
top_level_pgt =
read_cr3_pa
();
in initialize_identity_maps()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
head64.c
332
if (physaddr >= MAXMEM ||
read_cr3_pa
() != __pa_nodebug(early_top_pgt))
in __early_make_pgtable()
H
A
D
sev-es.c
425
pgd = __va(
read_cr3_pa
());
in vc_slow_virt_to_phys()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
245
static inline unsigned long
read_cr3_pa
(void)
in read_cr3_pa()
function
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
head64.c
340
if (physaddr >= MAXMEM ||
read_cr3_pa
() != __pa_nodebug(early_top_pgt))
in __early_make_pgtable()
H
A
D
sev.c
501
pgd = __va(
read_cr3_pa
());
in vc_slow_virt_to_phys()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
processor.h
201
static inline unsigned long
read_cr3_pa
(void)
in read_cr3_pa()
function
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
mmu_pv.c
1820
pa =
read_cr3_pa
();
in xen_early_virt_to_phys()
1893
pgd = __va(
read_cr3_pa
());
in xen_relocate_p2m()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
mmu_pv.c
1854
pa =
read_cr3_pa
();
in xen_early_virt_to_phys()
1927
pgd = __va(
read_cr3_pa
());
in xen_relocate_p2m()
Completed in 26 milliseconds