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:update_capsule
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
efi.c
221
struct xen_platform_op op = INIT_EFI_OP(
update_capsule
);
in xen_efi_update_capsule()
226
set_xen_guest_handle(efi_data(op).u.
update_capsule
.capsule_header_array,
in xen_efi_update_capsule()
228
efi_data(op).u.
update_capsule
.capsule_count = count;
in xen_efi_update_capsule()
229
efi_data(op).u.
update_capsule
.sg_list = sg_list;
in xen_efi_update_capsule()
290
efi.
update_capsule
= xen_efi_update_capsule;
in xen_efi_runtime_setup()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
efi.c
222
struct xen_platform_op op = INIT_EFI_OP(
update_capsule
);
in xen_efi_update_capsule()
227
set_xen_guest_handle(efi_data(op).u.
update_capsule
.capsule_header_array,
in xen_efi_update_capsule()
229
efi_data(op).u.
update_capsule
.capsule_count = count;
in xen_efi_update_capsule()
230
efi_data(op).u.
update_capsule
.sg_list = sg_list;
in xen_efi_update_capsule()
291
efi.
update_capsule
= xen_efi_update_capsule;
in xen_efi_runtime_setup()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
capsule.c
173
status = efi.
update_capsule
(&capsule, 1, sglist_phys);
in efi_capsule_update_locked()
H
A
D
runtime-wrappers.c
229
status = efi_call_virt(
update_capsule
,
in efi_call_rts()
477
efi.
update_capsule
= virt_efi_update_capsule;
in efi_native_runtime_setup()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
capsule.c
174
status = efi.
update_capsule
(&capsule, 1, sglist_phys);
in efi_capsule_update_locked()
H
A
D
runtime-wrappers.c
280
status = efi_call_virt(
update_capsule
,
in efi_call_rts()
570
efi.
update_capsule
= virt_efi_update_capsule;
in efi_native_runtime_setup()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
platform.h
209
}
update_capsule
;
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
platform.h
192
}
update_capsule
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
efi.h
231
u32
update_capsule
;
member
284
efi_update_capsule_t __efiapi *
update_capsule
;
member
577
efi_update_capsule_t *
update_capsule
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
efi.h
277
u32
update_capsule
;
member
330
efi_update_capsule_t __efiapi *
update_capsule
;
member
665
efi_update_capsule_t *
update_capsule
;
member
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
efi_64.c
812
efi.
update_capsule
= efi_thunk_update_capsule;
in efi_thunk_runtime_setup()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
efi_64.c
845
efi.
update_capsule
= efi_thunk_update_capsule;
in efi_thunk_runtime_setup()
Completed in 15 milliseconds