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:pmd_bad
(Results
1 - 25
of
103
) sorted by relevance
1
2
3
4
5
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
pgtable.h
32
#define
pmd_bad
(x) (pmd_val(x) & ~PAGE_MASK)
macro
/kernel/linux/linux-5.10/arch/nds32/mm/
H
A
D
mm-nds32.c
54
if (
pmd_bad
(*pmd)) {
in pgd_free()
H
A
D
fault.c
55
if (
pmd_bad
(*pmd)) {
in show_pte()
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
kmap.c
94
if (
pmd_bad
(*pmd_dir)) {
in __free_io_area()
378
if (
pmd_bad
(*pmd_dir)) {
in kernel_set_cachemode()
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
kmap.c
93
if (
pmd_bad
(*pmd_dir)) {
in __free_io_area()
386
if (
pmd_bad
(*pmd_dir)) {
in kernel_set_cachemode()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-2level.h
196
#define
pmd_bad
(pmd) (pmd_val(pmd) & 2)
macro
H
A
D
pgtable-3level.h
138
#define
pmd_bad
(pmd) (!(pmd_val(pmd) & 2))
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-2level.h
218
#define
pmd_bad
(pmd) (pmd_val(pmd) & 2)
macro
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
fault.c
50
if (pmd_none(*pmd) ||
pmd_bad
(*pmd))
in mapped_kernel_page_is_present()
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-levels.h
157
#define
pmd_bad
(x) ((pmd_val(x) & ~PAGE_MASK))
macro
/kernel/linux/linux-5.10/arch/arm/lib/
H
A
D
uaccess_with_memcpy.c
73
if (unlikely(
pmd_bad
(*pmd)))
in pin_page_for_write()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
paravirt.c
90
if (pmd_none(*pmd) ||
pmd_bad
(*pmd))
in slow_virt_to_phys()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
motorola_pgtable.h
144
#define
pmd_bad
(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE)
macro
H
A
D
sun3_pgtable.h
138
//static inline int
pmd_bad
(pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
140
#define
pmd_bad
(pmd) pmd_bad2(&(pmd))
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
pgtable.h
267
#define
pmd_bad
(x) ((pmd_val(x) & ~PAGE_MASK))
macro
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
fault.c
50
if (pmd_none(*pmd) ||
pmd_bad
(*pmd))
in mapped_kernel_page_is_present()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-64.h
251
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
H
A
D
pgtable-32.h
131
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
pgtable.h
217
#define
pmd_bad
(pmd) (pmd_val(pmd) & ~PAGE_MASK)
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
pgtable.h
232
*
pmd_bad
- check if a PMD entry is "bad". That might mean swapped out.
236
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-64.h
245
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
H
A
D
pgtable-32.h
129
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
120
//static inline int
pmd_bad
(pmd_t pmd) { return (pmd_val (pmd) & SUN3_PMD_MASK) != SUN3_PMD_MAGIC; }
122
#define
pmd_bad
(pmd) pmd_bad2(&(pmd))
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
122
#define
pmd_bad
(pmd) (pmd_val(pmd) & ~PAGE_MASK)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
205
*
pmd_bad
- check if a PMD entry is "bad". That might mean swapped out.
209
static inline int
pmd_bad
(pmd_t pmd)
in pmd_bad()
function
Completed in 13 milliseconds
1
2
3
4
5