HomeSort by relevance Sort by last modified time
    Searched refs:mls (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]
cil_build_ast.h 215 void cil_destroy_mls(struct cil_mls *mls);
cil_build_ast.c 5842 struct cil_mls *mls = NULL; local
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 9 * Support for enhanced MLS infrastructure.
412 {"mls", no_argument, NULL, 'M'},
557 if (policydbp->mls) {
559 fprintf(stderr, "%s: MLS policy, but non-MLS"
565 fprintf(stderr, "%s: non-MLS policy, but MLS"
577 /* Let sepol know if we are dealing with MLS support */
578 parse_policy.mls = mlspol;
policy_parse.y 9 * Support for enhanced MLS infrastructure.
247 opt_mls : mls
250 mls : sensitivities dominance opt_categories levels mlspolicy label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.l 130 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r13,r0,r0,r0'
131 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r15,r0,r0,r0'
132 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r13,r0,r0'
133 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r15,r0,r0'
134 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r13,r0'
135 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r15,r0'
136 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r0,r13'
137 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r0,r15'
    [all...]
thumb32.s 430 mls r0, r0, r0, r0
  /external/llvm/test/MC/AArch64/
neon-diagnostics.s 115 mls v0.2d, v1.2d, v2.2d
121 // CHECK-ERROR: mls v0.2d, v1.2d, v2.2d
    [all...]
arm64-advsimd.s 335 mls.8b v0, v0, v0
406 ; CHECK: mls.8b v0, v0, v0 ; encoding: [0x00,0x94,0x20,0x2e]
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 12 * Support for enhanced MLS infrastructure.
196 mls_semantic_range_t range; /* MLS range (min. - max.) for user */
197 mls_semantic_level_t dfltlevel; /* default login MLS level for user */
499 /* Whether this policydb is mls, should always be set */
500 int mls; member in struct:policydb
  /external/selinux/libsepol/src/
link.c 555 /* new_users's roles and MLS fields will be copied during
1048 if (!mod->policy->mls)
    [all...]
expand.c 892 if (!p->mls)
946 ERR(h, "MLS range high level does not dominate low level");
1006 /* expand the semantic MLS info */
1025 /* require that the MLS info match */
    [all...]
policydb.c 7 * Support for enhanced MLS infrastructure.
55 #include "mls.h"
812 /* we do not expand user's MLS info in kernel policies because the
814 * MLS info in module policies because all of the necessary mls
1056 if (p->mls)
    [all...]
  /system/sepolicy/
Android.mk 50 mls \
  /art/compiler/utils/arm/
assembler_arm32.h 101 void mls(Register rd, Register rn, Register rm, Register ra,
assembler_thumb2.h 131 void mls(Register rd, Register rn, Register rm, Register ra,
    [all...]
assembler_arm.h 558 virtual void mls(Register rd, Register rn, Register rm, Register ra,
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 742 // The MLS instruction description (A 4.1.29) refers to the order
746 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd");
    [all...]
assembler-arm.h 889 void mls(Register dst, Register src1, Register src2, Register srcA,
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Resize.S 119 mls r0, r1, r2, r0
  /external/vixl/src/vixl/a64/
logic-a64.cc 811 LogicVRegister Simulator::mls(VectorFormat vform, function in class:vixl::Simulator
856 LogicVRegister Simulator::mls(VectorFormat vform, function in class:vixl::Simulator
863 return mls(vform, dst, src1, dup_element(indexform, temp, src2, index));
    [all...]
simulator-a64.h     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c     [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
  /external/valgrind/none/tests/arm/
v6intARM.stdout.exp     [all...]

Completed in 1296 milliseconds

1 2 34 5