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:SZ_8G
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
sizes.h
47
#define
SZ_8G
_AC(0x200000000, ULL)
macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H
A
D
ftrace.c
370
if (reladdr >= (long)
SZ_8G
|| reladdr < -(long)
SZ_8G
) {
in ftrace_dyn_arch_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
intel_memory_region.c
448
#ifndef
SZ_8G
449
#define
SZ_8G
BIT_ULL(33)
macro
476
size =
SZ_8G
;
in igt_mock_max_segment()
573
div64_u64_rem(i915_prandom_u64_state(&prng),
SZ_8G
, &total);
in igt_mock_io_size()
local
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp64.c
216
if (reladdr >= (long)
SZ_8G
|| reladdr < -(long)
SZ_8G
) {
in bpf_jit_emit_func_call_hlp()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_hw_37xx.c
647
ivpu_hw_init_range(&hw->ranges.dma, 0x200000000,
SZ_8G
);
in ivpu_hw_37xx_info_init()
H
A
D
ivpu_hw_40xx.c
728
ivpu_hw_init_range(&vdev->hw->ranges.dma, 0x200000000,
SZ_8G
);
in ivpu_hw_40xx_info_init()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
zoned.c
63
#define BTRFS_MAX_ZONE_SIZE
SZ_8G
Completed in 10 milliseconds