OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iomem_low
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_post.c
250
rc = (aiomemcon->iomem_high - aiomemcon->
iomem_low
)
251
- (biomemcon->iomem_high - biomemcon->
iomem_low
);
253
if (aiomemcon->
iomem_low
< biomemcon->
iomem_low
) {
255
} else if (biomemcon->
iomem_low
< aiomemcon->
iomem_low
) {
[
all
...]
cil_internal.h
768
uint64_t
iomem_low
;
member in struct:cil_iomemcon
cil_copy_ast.c
1235
new->
iomem_low
= orig->
iomem_low
;
[
all
...]
cil_policy.c
240
fprintf(file_arr[NETIFCONS], "iomemcon %"PRId64"-%"PRId64" ", iomemcon->
iomem_low
, iomemcon->iomem_high);
[
all
...]
cil_tree.c
[
all
...]
cil_build_ast.c
[
all
...]
cil.c
[
all
...]
cil_binary.c
[
all
...]
Completed in 403 milliseconds