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:l1d_flush_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
setup.h
47
enum
l1d_flush_type
{
enum
54
void setup_rfi_flush(enum
l1d_flush_type
, bool enable);
57
void do_rfi_flush_fixups(enum
l1d_flush_type
types);
63
void do_uaccess_flush_fixups(enum
l1d_flush_type
types);
64
void do_entry_flush_fixups(enum
l1d_flush_type
types);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
setup.h
44
enum
l1d_flush_type
{
enum
51
void setup_rfi_flush(enum
l1d_flush_type
, bool enable);
54
void do_rfi_flush_fixups(enum
l1d_flush_type
types);
60
void do_uaccess_flush_fixups(enum
l1d_flush_type
types);
61
void do_entry_flush_fixups(enum
l1d_flush_type
types);
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
feature-fixups.c
311
void do_uaccess_flush_fixups(enum
l1d_flush_type
types)
in do_uaccess_flush_fixups()
353
enum
l1d_flush_type
types = *(enum
l1d_flush_type
*)data;
in __do_entry_flush_fixups()
424
void do_entry_flush_fixups(enum
l1d_flush_type
types)
in do_entry_flush_fixups()
437
enum
l1d_flush_type
types = *(enum
l1d_flush_type
*)data;
in __do_rfi_flush_fixups()
476
void do_rfi_flush_fixups(enum
l1d_flush_type
types)
in do_rfi_flush_fixups()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H
A
D
feature-fixups.c
252
void do_uaccess_flush_fixups(enum
l1d_flush_type
types)
in do_uaccess_flush_fixups()
304
enum
l1d_flush_type
types = *(enum
l1d_flush_type
*)data;
in __do_entry_flush_fixups()
377
void do_entry_flush_fixups(enum
l1d_flush_type
types)
in do_entry_flush_fixups()
388
void do_rfi_flush_fixups(enum
l1d_flush_type
types)
in do_rfi_flush_fixups()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
security.c
553
static enum
l1d_flush_type
enabled_flush_types;
688
void setup_rfi_flush(enum
l1d_flush_type
types, bool enable)
in setup_rfi_flush()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
958
static enum
l1d_flush_type
enabled_flush_types;
1093
void setup_rfi_flush(enum
l1d_flush_type
types, bool enable)
in setup_rfi_flush()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
setup.c
104
enum
l1d_flush_type
type;
in pnv_setup_security_mitigations()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
setup.c
114
enum
l1d_flush_type
type;
in pnv_setup_security_mitigations()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
setup.c
554
enum
l1d_flush_type
types;
in pseries_setup_security_mitigations()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
setup.c
601
enum
l1d_flush_type
types;
in pseries_setup_security_mitigations()
Completed in 10 milliseconds