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:tlb_flag
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
tlbflush.h
306
#define
tlb_flag
(f) ((always_tlb_flags & (f)) || (__tlb_flag & possible_tlb_flags & (f)))
macro
338
if (
tlb_flag
(TLB_WB))
in local_flush_tlb_all()
344
if (
tlb_flag
(TLB_BARRIER)) {
in local_flush_tlb_all()
355
if (
tlb_flag
(TLB_WB))
in __flush_tlb_all()
361
if (
tlb_flag
(TLB_BARRIER)) {
in __flush_tlb_all()
391
if (
tlb_flag
(TLB_WB))
in local_flush_tlb_mm()
397
if (
tlb_flag
(TLB_BARRIER))
in local_flush_tlb_mm()
405
if (
tlb_flag
(TLB_WB))
in __flush_tlb_mm()
415
if (
tlb_flag
(TLB_BARRIER))
in __flush_tlb_mm()
432
if (!
tlb_flag
(TLB_V4_I_PAG
in __local_flush_tlb_page()
597
#undef
tlb_flag
global()
macro
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
tlbflush.h
299
#define
tlb_flag
(f) ((always_tlb_flags & (f)) || (__tlb_flag & possible_tlb_flags & (f)))
macro
331
if (
tlb_flag
(TLB_WB))
in local_flush_tlb_all()
337
if (
tlb_flag
(TLB_BARRIER)) {
in local_flush_tlb_all()
348
if (
tlb_flag
(TLB_WB))
in __flush_tlb_all()
354
if (
tlb_flag
(TLB_BARRIER)) {
in __flush_tlb_all()
384
if (
tlb_flag
(TLB_WB))
in local_flush_tlb_mm()
390
if (
tlb_flag
(TLB_BARRIER))
in local_flush_tlb_mm()
398
if (
tlb_flag
(TLB_WB))
in __flush_tlb_mm()
408
if (
tlb_flag
(TLB_BARRIER))
in __flush_tlb_mm()
425
if (!
tlb_flag
(TLB_V4_I_PAG
in __local_flush_tlb_page()
590
#undef
tlb_flag
global()
macro
[all...]
Completed in 3 milliseconds