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:efi_rts_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
runtime-wrappers.c
47
struct efi_runtime_work
efi_rts_work
;
variable
61
efi_rts_work
.status = EFI_ABORTED; \
65
efi_rts_work
.status = EFI_DEVICE_ERROR; \
69
init_completion(&
efi_rts_work
.efi_rts_comp); \
70
INIT_WORK(&
efi_rts_work
.work, efi_call_rts); \
71
efi_rts_work
.arg1 = _arg1; \
72
efi_rts_work
.arg2 = _arg2; \
73
efi_rts_work
.arg3 = _arg3; \
74
efi_rts_work
.arg4 = _arg4; \
75
efi_rts_work
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
runtime-wrappers.c
119
struct efi_runtime_work
efi_rts_work
;
variable
218
const union efi_rts_args *args =
efi_rts_work
.args;
in efi_call_rts()
225
switch (
efi_rts_work
.efi_rts_id) {
in efi_call_rts()
303
* function identifier into
efi_rts_work
->efi_rts_id
in efi_call_rts()
308
efi_call_virt_check_flags(flags,
efi_rts_work
.caller);
in efi_call_rts()
311
efi_rts_work
.status = status;
in efi_call_rts()
312
complete(&
efi_rts_work
.efi_rts_comp);
in efi_call_rts()
318
efi_rts_work
.efi_rts_id = id;
in __efi_queue_work()
319
efi_rts_work
.args = args;
in __efi_queue_work()
320
efi_rts_work
in __efi_queue_work()
[all...]
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
quirks.c
728
if (READ_ONCE(
efi_rts_work
.efi_rts_id) == EFI_NONE ||
in efi_crash_gracefully_on_page_fault()
729
current_work() != &
efi_rts_work
.work)
in efi_crash_gracefully_on_page_fault()
754
if (
efi_rts_work
.efi_rts_id == EFI_RESET_SYSTEM) {
in efi_crash_gracefully_on_page_fault()
767
efi_rts_work
.status = EFI_ABORTED;
in efi_crash_gracefully_on_page_fault()
768
complete(&
efi_rts_work
.efi_rts_comp);
in efi_crash_gracefully_on_page_fault()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
quirks.c
699
if (
efi_rts_work
.efi_rts_id == EFI_NONE)
in efi_recover_from_page_fault()
724
if (
efi_rts_work
.efi_rts_id == EFI_RESET_SYSTEM) {
in efi_recover_from_page_fault()
737
efi_rts_work
.status = EFI_ABORTED;
in efi_recover_from_page_fault()
738
complete(&
efi_rts_work
.efi_rts_comp);
in efi_recover_from_page_fault()
/kernel/linux/linux-5.10/include/linux/
H
A
D
efi.h
1237
extern struct efi_runtime_work
efi_rts_work
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
efi.h
1277
extern struct efi_runtime_work
efi_rts_work
;
Completed in 10 milliseconds