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:xpm_region
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/common_modules/xpm/core/
H
A
D
xpm_hck_hooks.c
37
*
xpm_region
, just ignore.
in xpm_region_outer()
42
*ret = ((addr_start >= mm->
xpm_region
.addr_end) ||
in xpm_region_outer()
43
(addr_end <= mm->
xpm_region
.addr_start));
in xpm_region_outer()
56
if ((mm->
xpm_region
.addr_start == 0) && (mm->
xpm_region
.addr_end == 0))
in xpm_get_unmapped_area()
59
if ((map_flags & MAP_FIXED) && !(addr >= mm->
xpm_region
.addr_end ||
in xpm_get_unmapped_area()
60
addr + len <= mm->
xpm_region
.addr_start)) {
in xpm_get_unmapped_area()
75
info.low_limit = mm->
xpm_region
.addr_start;
in xpm_get_unmapped_area()
76
info.high_limit = mm->
xpm_region
.addr_end;
in xpm_get_unmapped_area()
H
A
D
xpm_misc_device.c
30
if ((mm->
xpm_region
.addr_start != 0) ||
in xpm_set_region()
31
(mm->
xpm_region
.addr_end != 0)) {
in xpm_set_region()
46
mm->
xpm_region
.addr_start = addr;
in xpm_set_region()
47
mm->
xpm_region
.addr_end = addr + config->region_length;
in xpm_set_region()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
xpm_region.c
26
char
xpm_region
[XPM_REGION_LEN] = {0};
in xpm_region_read()
local
32
len = snprintf(
xpm_region
, XPM_REGION_LEN - 1, "%lx-%lx",
in xpm_region_read()
33
mm->
xpm_region
.addr_start,
in xpm_region_read()
34
mm->
xpm_region
.addr_end);
in xpm_region_read()
36
return simple_read_from_buffer(buf, count, pos,
xpm_region
, len);
in xpm_region_read()
H
A
D
Makefile
37
proc-$(CONFIG_SECURITY_XPM) +=
xpm_region
.o
/kernel/linux/linux-5.10/include/linux/
H
A
D
xpm_types.h
11
struct
xpm_region
{
struct
H
A
D
mm_types.h
609
struct
xpm_region
xpm_region
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm_types.h
927
struct
xpm_region
xpm_region
;
member
Completed in 5 milliseconds