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:__page
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
memory.h
326
__typeof__(x)
__page
= x; \
327
void *__addr = __va(page_to_phys(
__page
)); \
328
(void *)__tag_set((const void *)__addr, page_kasan_tag(
__page
));\
333
__typeof__(x)
__page
= x; \
334
u64 __idx = ((u64)
__page
- VMEMMAP_START) / sizeof(struct page);\
336
(void *)__tag_set((const void *)__addr, page_kasan_tag(
__page
));\
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
memory.h
362
__typeof__(x)
__page
= x; \
363
void *__addr = __va(page_to_phys(
__page
)); \
364
(void *)__tag_set((const void *)__addr, page_kasan_tag(
__page
));\
369
__typeof__(x)
__page
= x; \
370
u64 __idx = ((u64)
__page
- VMEMMAP_START) / sizeof(struct page);\
372
(void *)__tag_set((const void *)__addr, page_kasan_tag(
__page
));\
/kernel/linux/linux-5.10/mm/
H
A
D
filemap.c
1537
* @
__page
: the page to lock
1539
void __lock_page(struct page *
__page
)
in __lock_page()
argument
1541
struct page *page = compound_head(
__page
);
in __lock_page()
1548
int __lock_page_killable(struct page *
__page
)
in __lock_page_killable()
argument
1550
struct page *page = compound_head(
__page
);
in __lock_page_killable()
Completed in 6 milliseconds