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:LAST_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
18
#define
LAST_MASK
0x0000000000800ull
macro
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/hw_ip/mmu/
H
A
D
mmu_general.h
26
#define
LAST_MASK
0x0000000000800ull
macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
mmu_v1.c
330
LAST_MASK
| PAGE_PRESENT_MASK;
in dram_default_mapping_init()
573
is_huge = curr_pte &
LAST_MASK
;
in _hl_mmu_v1_unmap()
597
HOP_PHYS_ADDR_MASK) |
LAST_MASK
|
in _hl_mmu_v1_unmap()
729
HOP_PHYS_ADDR_MASK) |
LAST_MASK
|
in _hl_mmu_v1_map()
769
curr_pte = (phys_addr & HOP_PHYS_ADDR_MASK) |
LAST_MASK
in _hl_mmu_v1_map()
H
A
D
debugfs.c
441
if (!(hop3_pte &
LAST_MASK
)) {
in mmu_show()
467
if (!(hop4_pte &
LAST_MASK
)) {
in mmu_show()
505
if (!(hop3_pte &
LAST_MASK
)) {
in mmu_show()
515
if (!(hop4_pte &
LAST_MASK
)) {
in mmu_show()
666
if (!(hop_pte &
LAST_MASK
)) {
in device_va_to_pa()
/kernel/linux/linux-5.10/drivers/net/ethernet/arc/
H
A
D
emac.h
40
#define
LAST_MASK
(1 << 17) /* Last buffer in chain */
macro
H
A
D
emac_main.c
104
#define FIRST_OR_LAST_MASK (FIRST_MASK |
LAST_MASK
)
/kernel/linux/linux-6.6/drivers/net/ethernet/arc/
H
A
D
emac.h
40
#define
LAST_MASK
(1 << 17) /* Last buffer in chain */
macro
H
A
D
emac_main.c
104
#define FIRST_OR_LAST_MASK (FIRST_MASK |
LAST_MASK
)
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/
H
A
D
mmu_v1.c
287
LAST_MASK
| PAGE_PRESENT_MASK;
in dram_default_mapping_init()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
436
prop->dmmu.last_mask =
LAST_MASK
;
in goya_set_fixed_properties()
447
prop->pmmu.last_mask =
LAST_MASK
;
in goya_set_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2346
prop->dmmu.last_mask =
LAST_MASK
;
in gaudi2_set_fixed_properties()
2362
prop->pmmu.last_mask =
LAST_MASK
;
in gaudi2_set_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
634
prop->pmmu.last_mask =
LAST_MASK
;
in gaudi_set_fixed_properties()
Completed in 38 milliseconds