Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 7 of 7) sorted by relevance

/system/core/debuggerd/seccomp_policy/
Dcrash_dump.x86.policy31 mprotect: arg2 in 0x1|0x2
35 mmap2: arg2 in 0x1|0x2
Dcrash_dump.x86_64.policy30 mprotect: arg2 in 0x1|0x2
34 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm.policy31 mprotect: arg2 in 0x1|0x2
35 mmap2: arg2 in 0x1|0x2
Dcrash_dump.riscv64.policy29 mprotect: arg2 in 0x1|0x2
33 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm64.policy30 mprotect: arg2 in 0x1|0x2
34 mmap: arg2 in 0x1|0x2
Dcrash_dump.policy.def62 mprotect: arg2 in PROT_READ|PROT_WRITE
68 mmap: arg2 in PROT_READ|PROT_WRITE
72 mmap2: arg2 in PROT_READ|PROT_WRITE
/system/sepolicy/tools/
Dsepolicy-check.c43 int check(int op, uint16_t arg1, uint16_t arg2) { in check() argument
46 return arg1 == arg2; in check()
48 return arg1 != arg2; in check()