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:fixed_pte_pfn
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
debug_vm_pgtable.c
89
unsigned long
fixed_pte_pfn
;
member
95
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, prot);
in pte_basic_tests()
675
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot);
in pte_special_tests()
686
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot_none);
in pte_protnone_tests()
719
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot);
in pte_devmap_tests()
765
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot);
in pte_soft_dirty_tests()
777
pte_t pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot);
in pte_swap_soft_dirty_tests()
865
pte = pfn_pte(args->
fixed_pte_pfn
, args->page_prot);
in pte_swap_tests()
868
WARN_ON(args->
fixed_pte_pfn
!= pte_pfn(pte));
in pte_swap_tests()
1189
args->
fixed_pte_pfn
in init_fixed_pfns()
[all...]
Completed in 3 milliseconds