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:pge
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/mm/
H
A
D
init.c
70
pgd_t *
pge
;
in map_ram()
local
87
pge
= pgd_offset_k(v);
in map_ram()
91
p4e = p4d_offset(
pge
, v);
in map_ram()
95
if ((u32) pue != (u32)
pge
|| (u32) pme != (u32)
pge
) {
in map_ram()
120
pge
++;
in map_ram()
/kernel/linux/linux-6.6/arch/openrisc/mm/
H
A
D
init.c
66
pgd_t *
pge
;
in map_ram()
local
83
pge
= pgd_offset_k(v);
in map_ram()
87
p4e = p4d_offset(
pge
, v);
in map_ram()
91
if ((u32) pue != (u32)
pge
|| (u32) pme != (u32)
pge
) {
in map_ram()
116
pge
++;
in map_ram()
/kernel/linux/linux-5.10/arch/nds32/mm/
H
A
D
init.c
53
pgd_t *
pge
;
in map_ram()
local
66
pge
= pgd_offset_k(v);
in map_ram()
70
p4e = p4d_offset(
pge
, v);
in map_ram()
74
if ((u32) pue != (u32)
pge
|| (u32) pme != (u32)
pge
) {
in map_ram()
94
pge
++;
in map_ram()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
132
bool
pge
;
member
1125
if (!decoder->branch_enable || !decoder->
pge
|| decoder->hop ||
in intel_pt_sample_fup_insn()
1329
if (!ip && decoder->
pge
)
in intel_pt_fup_event()
1336
if (ip || decoder->
pge
)
in intel_pt_fup_event()
1387
if (!ret && !decoder->
pge
) {
in intel_pt_fup_event()
1392
decoder->
pge
= true;
in intel_pt_fup_event()
1475
decoder->
pge
= false;
in intel_pt_walk_tip()
1492
decoder->
pge
= false;
in intel_pt_walk_tip()
1524
decoder->
pge
= false;
in intel_pt_walk_tip()
1863
decoder->
pge
in intel_pt_overflow()
2802
bool
pge
;
intel_pt_vm_time_correlation()
local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
115
bool
pge
;
member
1163
if (!ret && !decoder->
pge
) {
in intel_pt_fup_event()
1168
decoder->
pge
= true;
in intel_pt_fup_event()
1249
decoder->
pge
= false;
in intel_pt_walk_tip()
1262
decoder->
pge
= false;
in intel_pt_walk_tip()
1294
decoder->
pge
= false;
in intel_pt_walk_tip()
1500
decoder->
pge
= false;
in intel_pt_overflow()
1524
if (decoder->
pge
)
in intel_pt_mtc_cyc_cnt_cbr()
1537
if (!decoder->
pge
|| decoder->timestamp <= decoder->cyc_cnt_timestamp)
in intel_pt_mtc_cyc_cnt_upd()
1556
if (decoder->
pge
in intel_pt_calc_tma()
[all...]
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
page.h
95
typedef struct { p4d_t
pge
[1]; } pgd_t;
member
106
# define pgd_val(x) ((x).
pge
[0])
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
cpu.h
141
D(
pge
, 13)
Completed in 9 milliseconds