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:iomem
(Results
1 - 12
of
12
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
kernel_to_common.c
587
return compare_ranges((*aa)->u.
iomem
.low_iomem, (*aa)->u.
iomem
.high_iomem,
in iomem_data_cmp()
588
(*bb)->u.
iomem
.low_iomem, (*bb)->u.
iomem
.high_iomem);
in iomem_data_cmp()
H
A
D
kernel_to_cil.c
3089
struct ocontext *
iomem
;
in write_xen_iomem_rules_to_cil()
local
3096
for (
iomem
= pdb->ocontexts[3];
iomem
!= NULL;
iomem
=
iomem
->next) {
in write_xen_iomem_rules_to_cil()
3097
low =
iomem
->u.
iomem
.low_iomem;
in write_xen_iomem_rules_to_cil()
3098
high =
iomem
->u.
iomem
.high_iomem;
in write_xen_iomem_rules_to_cil()
3109
ctx = context_to_str(pdb, &
iomem
in write_xen_iomem_rules_to_cil()
[all...]
H
A
D
kernel_to_conf.c
2961
struct ocontext *
iomem
;
in write_xen_iomem_rules_to_conf()
local
2968
for (
iomem
= pdb->ocontexts[3];
iomem
!= NULL;
iomem
=
iomem
->next) {
in write_xen_iomem_rules_to_conf()
2969
low =
iomem
->u.
iomem
.low_iomem;
in write_xen_iomem_rules_to_conf()
2970
high =
iomem
->u.
iomem
.high_iomem;
in write_xen_iomem_rules_to_conf()
2981
ctx = context_to_str(pdb, &
iomem
in write_xen_iomem_rules_to_conf()
[all...]
H
A
D
module_to_cil.c
2883
struct ocontext *
iomem
;
in ocontext_xen_iomem_to_cil()
local
2887
for (
iomem
= iomems;
iomem
!= NULL;
iomem
=
iomem
->next) {
in ocontext_xen_iomem_to_cil()
2888
low =
iomem
->u.
iomem
.low_iomem;
in ocontext_xen_iomem_to_cil()
2889
high =
iomem
->u.
iomem
.high_iomem;
in ocontext_xen_iomem_to_cil()
2897
context_to_cil(pdb, &
iomem
in ocontext_xen_iomem_to_cil()
[all...]
H
A
D
write.c
1406
b64[0] = c->u.
iomem
.low_iomem;
in ocontext_write_xen()
1407
b64[1] = c->u.
iomem
.high_iomem;
in ocontext_write_xen()
1414
if (c->u.
iomem
.high_iomem > 0xFFFFFFFFULL) {
in ocontext_write_xen()
1421
buf[0] = c->u.
iomem
.low_iomem;
in ocontext_write_xen()
1422
buf[1] = c->u.
iomem
.high_iomem;
in ocontext_write_xen()
H
A
D
expand.c
2155
n->u.
iomem
.low_iomem = c->u.
iomem
.low_iomem;
in ocontext_copy_xen()
2156
n->u.
iomem
.high_iomem = c->u.
iomem
.high_iomem;
in ocontext_copy_xen()
H
A
D
policydb.c
2933
c->u.
iomem
.low_iomem = le64_to_cpu(b64[0]);
in ocontext_read_xen()
2934
c->u.
iomem
.high_iomem = le64_to_cpu(b64[1]);
in ocontext_read_xen()
2939
c->u.
iomem
.low_iomem = le32_to_cpu(buf[0]);
in ocontext_read_xen()
2940
c->u.
iomem
.high_iomem = le32_to_cpu(buf[1]);
in ocontext_read_xen()
/third_party/ltp/testcases/kernel/mce-test/stress/
H
A
D
hwpoison.sh
150
tmp=`cat /proc/
iomem
| grep "System RAM" | grep 100000- | awk -F "-" '{print $2}' | awk '{print $1}'`
157
tmp=`cat /proc/
iomem
| grep "System RAM" | grep 100000000- | awk -F "-" '{print $2}' | awk '{print $1}'`
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
policydb.h
362
}
iomem
;
member
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_verify.c
1317
struct cil_iomemcon *
iomem
= node->data;
in __cil_verify_iomemcon()
local
1318
struct cil_context *ctx =
iomem
->context;
in __cil_verify_iomemcon()
H
A
D
cil_binary.c
3645
new_ocon->u.
iomem
.low_iomem = cil_iomemcon->iomem_low;
in cil_iomemcon_to_policydb()
3646
new_ocon->u.
iomem
.high_iomem = cil_iomemcon->iomem_high;
in cil_iomemcon_to_policydb()
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
4748
newc->u.
iomem
.low_iomem = low;
in define_iomem_context()
4749
newc->u.
iomem
.high_iomem = high;
in define_iomem_context()
4766
low2 = c->u.
iomem
.low_iomem;
in define_iomem_context()
4767
high2 = c->u.
iomem
.high_iomem;
in define_iomem_context()
Completed in 43 milliseconds