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:MACHINE_HAS_NX
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
pageattr.c
111
if (!
MACHINE_HAS_NX
)
in walk_pte_level()
169
if (!
MACHINE_HAS_NX
)
in modify_pmd_page()
258
if (!
MACHINE_HAS_NX
)
in modify_pud_page()
381
if (!
MACHINE_HAS_NX
)
in __set_memory()
H
A
D
vmem.c
165
if (!
MACHINE_HAS_NX
)
in modify_pte_table()
223
if (!
MACHINE_HAS_NX
)
in modify_pmd_table()
317
if (!
MACHINE_HAS_NX
)
in modify_pud_table()
665
if (
MACHINE_HAS_NX
)
in vmem_map_init()
H
A
D
hugetlbpage.c
151
if (!
MACHINE_HAS_NX
)
in __set_huge_pte_at()
H
A
D
dump_pagetables.c
220
if (!
MACHINE_HAS_NX
)
in ptdump_check_wx()
H
A
D
fault.c
557
if (unlikely(
MACHINE_HAS_NX
&& (trans_exc_code & 0x80))) {
in do_protection_exception()
H
A
D
pgtable.c
372
if (!
MACHINE_HAS_NX
)
in ptep_modify_prot_commit()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
vmem.c
159
if (!
MACHINE_HAS_NX
)
in modify_pte_table()
217
if (!
MACHINE_HAS_NX
)
in modify_pmd_table()
319
if (!
MACHINE_HAS_NX
)
in modify_pud_table()
H
A
D
dump_pagetables.c
191
if (!
MACHINE_HAS_NX
)
in ptdump_check_wx()
H
A
D
pageattr.c
311
if (!
MACHINE_HAS_NX
)
in __set_memory()
H
A
D
hugetlbpage.c
158
if (!
MACHINE_HAS_NX
)
in set_huge_pte_at()
H
A
D
fault.c
549
if (unlikely(
MACHINE_HAS_NX
&& (trans_exc_code & 0x80))) {
in do_protection_exception()
H
A
D
pgtable.c
347
if (!
MACHINE_HAS_NX
)
in ptep_modify_prot_commit()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
setup.h
114
#define
MACHINE_HAS_NX
(S390_lowcore.machine_flags & MACHINE_FLAG_NX)
macro
H
A
D
pgtable.h
1220
if (!
MACHINE_HAS_NX
)
in mk_pte_phys()
1590
if (!
MACHINE_HAS_NX
)
in set_pmd_at()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
setup.h
95
#define
MACHINE_HAS_NX
(S390_lowcore.machine_flags & MACHINE_FLAG_NX)
macro
H
A
D
pgtable.h
1356
if (!
MACHINE_HAS_NX
)
in mk_pte_phys()
1724
if (!
MACHINE_HAS_NX
)
in set_pmd_at()
Completed in 26 milliseconds