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:LEVEL_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_m/arch/xtensa/lx6/gcc/
H
A
D
los_dispatch.S
54
movi a3, ~(WOE_ENABLE |
LEVEL_MASK
)
77
movi a3, ~(WOE_ENABLE |
LEVEL_MASK
) /* disable woe and int */
103
movi a3, ~(WOE_ENABLE |
LEVEL_MASK
)
H
A
D
los_arch_regs.h
161
#define
LEVEL_MASK
0xf
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
sumod.h
312
# define
LEVEL_MASK
(0x3 << 1)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
sumod.h
312
# define
LEVEL_MASK
(0x3 << 1)
macro
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H
A
D
cx25840-ir.c
875
mark = ns_pulse[i] &
LEVEL_MASK
;
in cx25840_ir_tx_write()
878
~
LEVEL_MASK
,
in cx25840_ir_tx_write()
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H
A
D
cx25840-ir.c
855
mark = ns_pulse[i] &
LEVEL_MASK
;
in cx25840_ir_tx_write()
858
~
LEVEL_MASK
,
in cx25840_ir_tx_write()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
iommu.c
86
#define
LEVEL_MASK
(((u64)1 << LEVEL_STRIDE) - 1)
macro
128
return (pfn >> level_to_offset_bits(level)) &
LEVEL_MASK
;
in pfn_level_offset()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
68
#define
LEVEL_MASK
(((u64)1 << LEVEL_STRIDE) - 1)
macro
92
return (pfn >> level_to_offset_bits(level)) &
LEVEL_MASK
;
in pfn_level_offset()
Completed in 21 milliseconds