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:PD_MARKBITS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
motorola.c
108
#define
PD_MARKBITS
(dp) (*(unsigned int *)&PD_PAGE(dp)->index)
macro
126
if (!(
PD_MARKBITS
(dp) & mask)) {
in init_pointer_table()
127
PD_MARKBITS
(dp) = ptable_mask(type);
in init_pointer_table()
131
PD_MARKBITS
(dp) &= ~mask;
in init_pointer_table()
132
pr_debug("init_pointer_table: %lx, %x\n", ptable,
PD_MARKBITS
(dp));
in init_pointer_table()
144
unsigned int mask = list_empty(&ptable_list[type]) ? 0 :
PD_MARKBITS
(dp);
in get_pointer_table()
171
PD_MARKBITS
(new) = ptable_mask(type) - 1;
in get_pointer_table()
179
PD_MARKBITS
(dp) = mask & ~tmp;
in get_pointer_table()
180
if (!
PD_MARKBITS
(dp)) {
in get_pointer_table()
195
if (
PD_MARKBITS
(d
in free_pointer_table()
[all...]
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
motorola.c
107
#define
PD_MARKBITS
(dp) (*(unsigned int *)&PD_PAGE(dp)->index)
macro
125
if (!(
PD_MARKBITS
(dp) & mask)) {
in init_pointer_table()
126
PD_MARKBITS
(dp) = ptable_mask(type);
in init_pointer_table()
130
PD_MARKBITS
(dp) &= ~mask;
in init_pointer_table()
131
pr_debug("init_pointer_table: %lx, %x\n", ptable,
PD_MARKBITS
(dp));
in init_pointer_table()
143
unsigned int mask = list_empty(&ptable_list[type]) ? 0 :
PD_MARKBITS
(dp);
in get_pointer_table()
170
PD_MARKBITS
(new) = ptable_mask(type) - 1;
in get_pointer_table()
178
PD_MARKBITS
(dp) = mask & ~tmp;
in get_pointer_table()
179
if (!
PD_MARKBITS
(dp)) {
in get_pointer_table()
194
if (
PD_MARKBITS
(d
in free_pointer_table()
[all...]
Completed in 1 milliseconds