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:ctxd_t
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
page_32.h
59
typedef struct { unsigned long ctxd; }
ctxd_t
;
typedef
75
#define __ctxd(x) ((
ctxd_t
) { (x) } )
87
typedef unsigned long
ctxd_t
;
typedef
H
A
D
mmu_32.h
9
extern
ctxd_t
*srmmu_ctx_table_phys;
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
page_32.h
59
typedef struct { unsigned long ctxd; }
ctxd_t
;
typedef
75
#define __ctxd(x) ((
ctxd_t
) { (x) } )
87
typedef unsigned long
ctxd_t
;
typedef
H
A
D
mmu_32.h
9
extern
ctxd_t
*srmmu_ctx_table_phys;
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
83
ctxd_t
*srmmu_ctx_table_phys;
84
static
ctxd_t
*srmmu_context_table;
101
#define SRMMU_NOCACHE_ALIGN_MAX (sizeof(
ctxd_t
)*SRMMU_MAX_CONTEXTS)
110
static inline void srmmu_ctxd_set(
ctxd_t
*ctxp, pgd_t *pgdp)
in srmmu_ctxd_set()
939
srmmu_context_table = __srmmu_get_nocache(num_contexts * sizeof(
ctxd_t
), num_contexts * sizeof(
ctxd_t
));
in srmmu_paging_init()
940
srmmu_ctx_table_phys = (
ctxd_t
*)__nocache_pa(srmmu_context_table);
in srmmu_paging_init()
943
srmmu_ctxd_set((
ctxd_t
*)__nocache_fix(&srmmu_context_table[i]), srmmu_swapper_pg_dir);
in srmmu_paging_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
83
ctxd_t
*srmmu_ctx_table_phys;
84
static
ctxd_t
*srmmu_context_table;
101
#define SRMMU_NOCACHE_ALIGN_MAX (sizeof(
ctxd_t
)*SRMMU_MAX_CONTEXTS)
110
static inline void srmmu_ctxd_set(
ctxd_t
*ctxp, pgd_t *pgdp)
in srmmu_ctxd_set()
940
srmmu_context_table = __srmmu_get_nocache(num_contexts * sizeof(
ctxd_t
), num_contexts * sizeof(
ctxd_t
));
in srmmu_paging_init()
941
srmmu_ctx_table_phys = (
ctxd_t
*)__nocache_pa(srmmu_context_table);
in srmmu_paging_init()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
leon_smp.c
52
extern
ctxd_t
*srmmu_ctx_table_phys;
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
leon_smp.c
52
extern
ctxd_t
*srmmu_ctx_table_phys;
Completed in 8 milliseconds