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:PPC_BIT32
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
xive-regs.h
80
#define TM_QW0W2_VU
PPC_BIT32
(0)
82
#define TM_QW1W2_VO
PPC_BIT32
(0)
83
#define TM_QW1W2_HO
PPC_BIT32
(1) /* P10 XIVE2 */
85
#define TM_QW2W2_VP
PPC_BIT32
(0)
86
#define TM_QW2W2_HP
PPC_BIT32
(1) /* P10 XIVE2 */
88
#define TM_QW3W2_VT
PPC_BIT32
(0)
89
#define TM_QW3W2_HT
PPC_BIT32
(1) /* P10 XIVE2 */
90
#define TM_QW3W2_LP
PPC_BIT32
(6)
91
#define TM_QW3W2_LE
PPC_BIT32
(7)
92
#define TM_QW3W2_T
PPC_BIT32
(3
[all...]
H
A
D
plpks.h
18
#define PLPKS_OSSECBOOTAUDIT
PPC_BIT32
(1) // OS secure boot must be audit/enforce
19
#define PLPKS_OSSECBOOTENFORCE
PPC_BIT32
(2) // OS secure boot must be enforce
20
#define PLPKS_PWSET
PPC_BIT32
(3) // No access without password set
21
#define PLPKS_WORLDREADABLE
PPC_BIT32
(4) // Readable without authentication
22
#define PLPKS_IMMUTABLE
PPC_BIT32
(5) // Once written, object cannot be removed
23
#define PLPKS_TRANSIENT
PPC_BIT32
(6) // Object does not persist through reboot
24
#define PLPKS_SIGNEDUPDATE
PPC_BIT32
(7) // Object can only be modified by signed updates
25
#define PLPKS_HVPROVISIONED
PPC_BIT32
(28) // Hypervisor has provisioned this object
H
A
D
bitops.h
55
#define
PPC_BIT32
(bit) (1UL << PPC_BITLSHIFT32(bit))
macro
56
#define PPC_BITMASK32(bs, be) ((
PPC_BIT32
(bs) -
PPC_BIT32
(be))|
PPC_BIT32
(bs))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
xive-regs.h
80
#define TM_QW0W2_VU
PPC_BIT32
(0)
82
#define TM_QW1W2_VO
PPC_BIT32
(0)
84
#define TM_QW2W2_VP
PPC_BIT32
(0)
86
#define TM_QW3W2_VT
PPC_BIT32
(0)
87
#define TM_QW3W2_LP
PPC_BIT32
(6)
88
#define TM_QW3W2_LE
PPC_BIT32
(7)
89
#define TM_QW3W2_T
PPC_BIT32
(31)
H
A
D
bitops.h
55
#define
PPC_BIT32
(bit) (1UL << PPC_BITLSHIFT32(bit))
macro
56
#define PPC_BITMASK32(bs, be) ((
PPC_BIT32
(bs) -
PPC_BIT32
(be))|
PPC_BIT32
(bs))
Completed in 2 milliseconds