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:oldctx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
tlbflush.h
121
unsigned char ctx,
oldctx
;
in flush_tlb_all()
local
123
oldctx
= sun3_get_context();
in flush_tlb_all()
131
sun3_put_context(
oldctx
);
in flush_tlb_all()
147
unsigned char
oldctx
;
in flush_tlb_mm()
local
151
oldctx
= sun3_get_context();
in flush_tlb_mm()
165
sun3_put_context(
oldctx
);
in flush_tlb_mm()
174
unsigned char
oldctx
;
in flush_tlb_page()
local
177
oldctx
= sun3_get_context();
in flush_tlb_page()
187
sun3_put_context(
oldctx
);
in flush_tlb_page()
196
unsigned char seg,
oldctx
;
in flush_tlb_range()
local
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
tlbflush.h
116
unsigned char ctx,
oldctx
;
in flush_tlb_all()
local
118
oldctx
= sun3_get_context();
in flush_tlb_all()
126
sun3_put_context(
oldctx
);
in flush_tlb_all()
142
unsigned char
oldctx
;
in flush_tlb_mm()
local
146
oldctx
= sun3_get_context();
in flush_tlb_mm()
160
sun3_put_context(
oldctx
);
in flush_tlb_mm()
169
unsigned char
oldctx
;
in flush_tlb_page()
local
172
oldctx
= sun3_get_context();
in flush_tlb_page()
182
sun3_put_context(
oldctx
);
in flush_tlb_page()
191
unsigned char seg,
oldctx
;
in flush_tlb_range()
local
[all...]
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
mmu_emu.c
211
unsigned char
oldctx
;
in clear_context()
local
223
oldctx
= sun3_get_context();
in clear_context()
236
sun3_put_context(
oldctx
);
in clear_context()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H
A
D
mmu_emu.c
209
unsigned char
oldctx
;
in clear_context()
local
221
oldctx
= sun3_get_context();
in clear_context()
234
sun3_put_context(
oldctx
);
in clear_context()
Completed in 3 milliseconds