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:__in_29bit_mode
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
mmu.h
59
bool
__in_29bit_mode
(void);
92
#define
__in_29bit_mode
() (1)
macro
94
#define
__in_29bit_mode
() (0)
macro
H
A
D
cacheflush.h
105
if (
__in_29bit_mode
())
in sh_cacheop_vaddr()
H
A
D
pgtable.h
70
if (
__in_29bit_mode
())
in phys_addr_mask()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
mmu.h
59
bool
__in_29bit_mode
(void);
92
#define
__in_29bit_mode
() (1)
macro
94
#define
__in_29bit_mode
() (0)
macro
H
A
D
cacheflush.h
109
if (
__in_29bit_mode
())
in sh_cacheop_vaddr()
H
A
D
pgtable.h
68
if (
__in_29bit_mode
())
in phys_addr_mask()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
H
A
D
smp-shx3.c
86
if (
__in_29bit_mode
())
in shx3_start_cpu()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
H
A
D
smp-shx3.c
86
if (
__in_29bit_mode
())
in shx3_start_cpu()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/
H
A
D
init.c
344
current_cpu_data.phys_bits =
__in_29bit_mode
() ? 29 : 32;
in cpu_init()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/
H
A
D
init.c
344
current_cpu_data.phys_bits =
__in_29bit_mode
() ? 29 : 32;
in cpu_init()
/kernel/linux/linux-5.10/arch/sh/drivers/pci/
H
A
D
pci-sh7780.c
356
if ((res->flags & IORESOURCE_MEM_32BIT) &&
__in_29bit_mode
()) {
in sh7780_pci_init()
H
A
D
pcie-sh7786.c
450
if ((res->flags & IORESOURCE_MEM_32BIT) &&
__in_29bit_mode
())
in pcie_init()
/kernel/linux/linux-6.6/arch/sh/drivers/pci/
H
A
D
pci-sh7780.c
356
if ((res->flags & IORESOURCE_MEM_32BIT) &&
__in_29bit_mode
()) {
in sh7780_pci_init()
H
A
D
pcie-sh7786.c
449
if ((res->flags & IORESOURCE_MEM_32BIT) &&
__in_29bit_mode
())
in pcie_init()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
pmb.c
810
bool
__in_29bit_mode
(void)
in __in_29bit_mode()
function
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
pmb.c
810
bool
__in_29bit_mode
(void)
in __in_29bit_mode()
function
Completed in 8 milliseconds