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:fdt_magic
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
fdt.c
25
if (
fdt_magic
(fdt) == FDT_MAGIC) {
in fdt_ro_probe_()
34
} else if (
fdt_magic
(fdt) == FDT_SW_MAGIC) {
in fdt_ro_probe_()
89
if (
fdt_magic
(fdt) != FDT_MAGIC)
in fdt_check_header()
H
A
D
fdt_sw.c
16
if (
fdt_magic
(fdt) == FDT_MAGIC)
in fdt_sw_probe_()
18
else if (
fdt_magic
(fdt) != FDT_SW_MAGIC)
in fdt_sw_probe_()
85
/* assert: (
fdt_magic
(fdt) == FDT_SW_MAGIC) */
in sw_flags()
H
A
D
fdt_ro.c
60
if (
fdt_magic
(fdt) == FDT_MAGIC) {
in fdt_get_string()
69
} else if (
fdt_magic
(fdt) == FDT_SW_MAGIC) {
in fdt_get_string()
H
A
D
libfdt.h
240
#define
fdt_magic
(fdt) (fdt_get_header(fdt, magic))
macro
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
fdt.c
29
if (
fdt_magic
(fdt) == FDT_MAGIC) {
in fdt_ro_probe_()
38
} else if (
fdt_magic
(fdt) == FDT_SW_MAGIC) {
in fdt_ro_probe_()
97
if (
fdt_magic
(fdt) != FDT_MAGIC)
in fdt_check_header()
H
A
D
fdt_sw.c
16
if (
fdt_magic
(fdt) == FDT_MAGIC)
in fdt_sw_probe_()
18
else if (
fdt_magic
(fdt) != FDT_SW_MAGIC)
in fdt_sw_probe_()
85
/* assert: (
fdt_magic
(fdt) == FDT_SW_MAGIC) */
in sw_flags()
H
A
D
fdt_ro.c
60
if (
fdt_magic
(fdt) == FDT_MAGIC) {
in fdt_get_string()
69
} else if (
fdt_magic
(fdt) == FDT_SW_MAGIC) {
in fdt_get_string()
H
A
D
libfdt.h
249
#define
fdt_magic
(fdt) (fdt_get_header(fdt, magic))
macro
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H
A
D
decompress.c
117
fdt_magic
((void *)&__appended_dtb) == FDT_MAGIC) {
in decompress_kernel()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
bootinfo.h
127
if (
fdt_magic
(&__appended_dtb) == FDT_MAGIC)
in get_fdt()
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H
A
D
decompress.c
119
fdt_magic
((void *)&__appended_dtb) == FDT_MAGIC) {
in decompress_kernel()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H
A
D
fdt_check_mem_start.c
76
if (
fdt_magic
(fdt) != FDT_MAGIC)
in fdt_check_mem_start()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
fixmap.c
156
if (
fdt_magic
(dt_virt) != FDT_MAGIC)
in fixmap_remap_fdt()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
init.c
119
if (fw_arg2 == 0 || (
fdt_magic
(fw_arg2) == FDT_MAGIC)) {
in prom_init()
/kernel/linux/linux-5.10/drivers/of/
H
A
D
fdt.c
383
pr_debug("magic: %08x\n",
fdt_magic
(blob));
in __unflatten_device_tree()
/kernel/linux/linux-6.6/drivers/of/
H
A
D
fdt.c
386
pr_debug("magic: %08x\n",
fdt_magic
(blob));
in __unflatten_device_tree()
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
mmu.c
1345
if (
fdt_magic
(dt_virt) != FDT_MAGIC)
in fixmap_remap_fdt()
Completed in 17 milliseconds