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:prsv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
efi.c
623
unsigned long
prsv
= mem_reserve;
in efi_config_parse_tables()
local
625
while (
prsv
) {
in efi_config_parse_tables()
634
p = early_memremap(ALIGN_DOWN(
prsv
, PAGE_SIZE),
in efi_config_parse_tables()
641
rsv = (void *)(p +
prsv
% PAGE_SIZE);
in efi_config_parse_tables()
644
memblock_reserve(
prsv
,
in efi_config_parse_tables()
652
prsv
= rsv->next;
in efi_config_parse_tables()
953
unsigned long
prsv
;
in efi_mem_reserve_persistent()
local
966
for (
prsv
= efi_memreserve_root->next;
prsv
; ) {
in efi_mem_reserve_persistent()
967
rsv = memremap(
prsv
, sizeo
in efi_mem_reserve_persistent()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
efi.c
724
unsigned long
prsv
= mem_reserve;
in efi_config_parse_tables()
local
726
while (
prsv
) {
in efi_config_parse_tables()
735
p = early_memremap(ALIGN_DOWN(
prsv
, PAGE_SIZE),
in efi_config_parse_tables()
742
rsv = (void *)(p +
prsv
% PAGE_SIZE);
in efi_config_parse_tables()
745
memblock_reserve(
prsv
,
in efi_config_parse_tables()
753
prsv
= rsv->next;
in efi_config_parse_tables()
1071
unsigned long
prsv
;
in efi_mem_reserve_persistent()
local
1084
for (
prsv
= efi_memreserve_root->next;
prsv
; ) {
in efi_mem_reserve_persistent()
1085
rsv = memremap(
prsv
, sizeo
in efi_mem_reserve_persistent()
[all...]
Completed in 5 milliseconds