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:pgd_current
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/nios2/mm/
H
A
D
mmu_context.c
94
pgd_current
= next->pgd;
in switch_mm()
110
pgd_current
= next->pgd;
in activate_mm()
H
A
D
init.c
38
pgd_t *
pgd_current
;
variable
51
pgd_current
= swapper_pg_dir;
in paging_init()
H
A
D
fault.c
244
pgd =
pgd_current
+ offset;
in do_page_fault()
/kernel/linux/linux-6.6/arch/nios2/mm/
H
A
D
mmu_context.c
94
pgd_current
= next->pgd;
in switch_mm()
110
pgd_current
= next->pgd;
in activate_mm()
H
A
D
init.c
38
pgd_t *
pgd_current
;
variable
51
pgd_current
= swapper_pg_dir;
in paging_init()
H
A
D
fault.c
236
pgd =
pgd_current
+ offset;
in do_page_fault()
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
mmu_context.h
27
extern pgd_t *
pgd_current
;
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
mmu_context.h
27
extern pgd_t *
pgd_current
;
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
head.S
93
movia et,
pgd_current
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mmu_context.h
58
#else /* !CONFIG_MIPS_PGD_C0_CONTEXT: using
pgd_current
*/
65
extern unsigned long
pgd_current
[];
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
head.S
93
movia et,
pgd_current
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mmu_context.h
58
#else /* !CONFIG_MIPS_PGD_C0_CONTEXT: using
pgd_current
*/
65
extern unsigned long
pgd_current
[];
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
fault.c
293
pgd = (pgd_t *)
pgd_current
[raw_smp_processor_id()] + offset;
in __do_page_fault()
H
A
D
tlbex.c
410
* CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of
pgd_current
,
417
long pgdc = (long)
pgd_current
;
in build_r3000_tlb_refill_handler()
809
long pgdc = (long)
pgd_current
;
in build_get_pmde64()
978
long pgdc = (long)
pgd_current
;
in build_get_pgde32()
1186
* fall-through case = badvaddr *
pgd_current
in build_fast_tlb_refill_handler()
1598
long pgdc = (long)
pgd_current
;
in build_setup_pgd()
1638
/* Save PGD to
pgd_current
[smp_processor_id()] */
in build_setup_pgd()
1920
long pgdc = (long)
pgd_current
;
in build_r3000_tlbchange_handler_head()
H
A
D
init.c
557
unsigned long
pgd_current
[NR_CPUS];
variable
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
fault.c
291
pgd = (pgd_t *)
pgd_current
[raw_smp_processor_id()] + offset;
in __do_page_fault()
H
A
D
tlbex.c
403
* CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of
pgd_current
,
410
long pgdc = (long)
pgd_current
;
in build_r3000_tlb_refill_handler()
783
long pgdc = (long)
pgd_current
;
in build_get_pmde64()
952
long pgdc = (long)
pgd_current
;
in build_get_pgde32()
1145
* fall-through case = badvaddr *
pgd_current
in build_fast_tlb_refill_handler()
1558
long pgdc = (long)
pgd_current
;
in build_setup_pgd()
1598
/* Save PGD to
pgd_current
[smp_processor_id()] */
in build_setup_pgd()
1880
long pgdc = (long)
pgd_current
;
in build_r3000_tlbchange_handler_head()
H
A
D
init.c
554
unsigned long
pgd_current
[NR_CPUS];
variable
Completed in 11 milliseconds