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:resume_pg_dir
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
hibernate_32.c
19
pgd_t *
resume_pg_dir
;
variable
175
resume_pg_dir
= (pgd_t *)get_safe_page(GFP_ATOMIC);
in swsusp_arch_resume()
176
if (!
resume_pg_dir
)
in swsusp_arch_resume()
179
resume_init_first_level_page_table(
resume_pg_dir
);
in swsusp_arch_resume()
181
error = set_up_temporary_text_mapping(
resume_pg_dir
);
in swsusp_arch_resume()
185
error = resume_physical_mapping_init(
resume_pg_dir
);
in swsusp_arch_resume()
189
temp_pgt = __pa(
resume_pg_dir
);
in swsusp_arch_resume()
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
hibernate_32.c
19
pgd_t *
resume_pg_dir
;
variable
175
resume_pg_dir
= (pgd_t *)get_safe_page(GFP_ATOMIC);
in swsusp_arch_resume()
176
if (!
resume_pg_dir
)
in swsusp_arch_resume()
179
resume_init_first_level_page_table(
resume_pg_dir
);
in swsusp_arch_resume()
181
error = set_up_temporary_text_mapping(
resume_pg_dir
);
in swsusp_arch_resume()
185
error = resume_physical_mapping_init(
resume_pg_dir
);
in swsusp_arch_resume()
189
temp_pgt = __pa(
resume_pg_dir
);
in swsusp_arch_resume()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
hibernate.c
32
static pgd_t *
resume_pg_dir
;
variable
364
resume_pg_dir
= (pgd_t *)get_safe_page(GFP_ATOMIC);
in swsusp_arch_resume()
365
if (!
resume_pg_dir
)
in swsusp_arch_resume()
372
ret = temp_pgtable_mapping(
resume_pg_dir
, start, end, __pgprot(_PAGE_WRITE | _PAGE_EXEC));
in swsusp_arch_resume()
394
ret = temp_pgtable_mapping(
resume_pg_dir
, start, end, __pgprot(_PAGE_WRITE));
in swsusp_arch_resume()
398
hibernate_restore_image(resume_hdr.saved_satp, (PFN_DOWN(__pa(
resume_pg_dir
)) | satp_mode),
in swsusp_arch_resume()
Completed in 2 milliseconds