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:extended_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
mmu_context.c
70
for (i = 0; i < ARRAY_SIZE(ctx->
extended_id
); i++) {
in realloc_context_ids()
71
if (i == 0 || ctx->
extended_id
[i]) {
in realloc_context_ids()
76
ctx->
extended_id
[i] = id;
in realloc_context_ids()
85
if (ctx->
extended_id
[i])
in realloc_context_ids()
86
ida_free(&mmu_context_ida, ctx->
extended_id
[i]);
in realloc_context_ids()
218
for (index = 0; index < ARRAY_SIZE(ctx->
extended_id
); index++) {
in destroy_contexts()
219
context_id = ctx->
extended_id
[index];
in destroy_contexts()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
mmu_context.c
73
for (i = 0; i < ARRAY_SIZE(ctx->
extended_id
); i++) {
in realloc_context_ids()
74
if (i == 0 || ctx->
extended_id
[i]) {
in realloc_context_ids()
79
ctx->
extended_id
[i] = id;
in realloc_context_ids()
88
if (ctx->
extended_id
[i])
in realloc_context_ids()
89
ida_free(&mmu_context_ida, ctx->
extended_id
[i]);
in realloc_context_ids()
234
for (index = 0; index < ARRAY_SIZE(ctx->
extended_id
); index++) {
in destroy_contexts()
235
context_id = ctx->
extended_id
[index];
in destroy_contexts()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu.h
100
mm_context_id_t
extended_id
[TASK_SIZE_USER64/TASK_CONTEXT_SIZE];
member
261
if (likely(index < ARRAY_SIZE(ctx->
extended_id
)))
in get_user_context()
262
return ctx->
extended_id
[index];
in get_user_context()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu.h
100
mm_context_id_t
extended_id
[TASK_SIZE_USER64/TASK_CONTEXT_SIZE];
member
274
if (likely(index < ARRAY_SIZE(ctx->
extended_id
)))
in get_user_context()
275
return ctx->
extended_id
[index];
in get_user_context()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mmu_context.h
88
VM_WARN_ON(mm->context.
extended_id
[index]);
in alloc_extended_context()
89
mm->context.
extended_id
[index] = context_id;
in alloc_extended_context()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mmu_context.h
83
VM_WARN_ON(mm->context.
extended_id
[index]);
in alloc_extended_context()
84
mm->context.
extended_id
[index] = context_id;
in alloc_extended_context()
Completed in 4 milliseconds