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:secure_boot
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
ima_arch.c
8
#include <asm/
secure_boot
.h>
H
A
D
secure_boot.c
8
#include <asm/
secure_boot
.h>
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
ima_arch.c
8
#include <asm/
secure_boot
.h>
H
A
D
secure_boot.c
8
#include <asm/
secure_boot
.h>
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btintel.h
63
u8
secure_boot
;
member
94
__u8
secure_boot
;
member
H
A
D
btintel.c
376
version->
secure_boot
? "enabled" : "disabled");
in btintel_version_info_tlv()
467
version->
secure_boot
= tlv->val[0];
in btintel_read_version_tlv()
752
params->
secure_boot
? "enabled" : "disabled");
in btintel_read_boot_params()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
bootparam_utils.h
73
BOOT_PARAM_PRESERVE(
secure_boot
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
ima_arch.c
60
sb_mode = boot_params.
secure_boot
;
in arch_ima_get_secureboot()
H
A
D
asm-offsets.c
81
OFFSET(BP_secure_boot, boot_params,
secure_boot
);
in common()
H
A
D
kexec-bzimage64.c
173
params->
secure_boot
= boot_params.
secure_boot
;
in setup_efi_state()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
bootparam_utils.h
73
BOOT_PARAM_PRESERVE(
secure_boot
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-secvar.c
19
#include <asm/
secure_boot
.h>
/kernel/linux/linux-5.10/security/integrity/platform_certs/
H
A
D
load_powerpc.c
14
#include <asm/
secure_boot
.h>
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btintel.h
63
u8
secure_boot
;
member
94
__u8
secure_boot
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-secvar.c
19
#include <asm/
secure_boot
.h>
/kernel/linux/linux-6.6/security/integrity/platform_certs/
H
A
D
load_powerpc.c
13
#include <asm/
secure_boot
.h>
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
199
__u8
secure_boot
; /* 0x1ec */
member
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
efi.c
163
boot_params->
secure_boot
= xen_efi_get_secureboot();
in xen_efi_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
asm-offsets.c
94
OFFSET(BP_secure_boot, boot_params,
secure_boot
);
in common()
H
A
D
kexec-bzimage64.c
193
params->
secure_boot
= boot_params.
secure_boot
;
in setup_efi_state()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
210
__u8
secure_boot
; /* 0x1ec */
member
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
efi.c
146
boot_params->
secure_boot
= xen_efi_get_secureboot();
in xen_efi_init()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
174
__u8
secure_boot
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
174
__u8
secure_boot
;
member
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
778
* If the boot loader gave us a value for
secure_boot
then we use that,
in efi_main()
781
if (boot_params->
secure_boot
== efi_secureboot_mode_unset)
in efi_main()
782
boot_params->
secure_boot
= efi_get_secureboot();
in efi_main()
Completed in 12 milliseconds
1
2