Searched refs:eq (Results 1 – 18 of 18) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | strncmp.S | 98 ccmp endloop, #0, #0, eq 99 b.eq .Lloop_aligned 106 b.eq .Lnot_limit 177 b.eq .Ltinycmp 181 b.eq .Lstart_align /*the last bytes are equal....*/ 191 b.eq .Lrecal_offset 206 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/ 228 csinv endloop, diff, xzr, eq 241 b.eq .Lloopcmp_proc 295 b.eq .Lret0 [all …]
|
A D | memcmp.S | 87 b.eq .Lnot_limit 156 b.eq .Ltinycmp 159 b.eq .Lstart_align 169 b.eq .Lrecal_offset 243 b.eq .Lret0 251 b.eq .Ltiny8proc
|
A D | memset.S | 84 b.eq .Laligned 103 b.eq 3f 105 b.eq 1f 181 b.eq 2f /* Already aligned. */
|
A D | memcpy.S | 66 b.eq .LSrcAligned 103 b.eq .Ltiny15 105 b.eq 1f
|
A D | memmove.S | 72 b.eq .LSrcAligned 109 b.eq .Ltail15 111 b.eq 1f
|
A D | strlen.S | 84 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */ 85 b.eq .Lloop
|
A D | strcmp.S | 128 b.eq .Ltinycmp 132 b.eq .Lstart_align /*the last bytes are equal....*/ 139 b.eq .Lrecal_offset
|
A D | strchr.S | 38 csel x0, x0, xzr, eq
|
A D | strnlen.S | 95 b.eq .Lloop
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 236 #define VMX_CONTROL_REG_ACCESS_NUM(eq) ((eq) & 0xf) argument 238 #define VMX_CONTROL_REG_ACCESS_TYPE(eq) (((eq) >> 4) & 0x3) argument 244 #define VMX_CONTROL_REG_ACCESS_GPR(eq) (((eq) >> 8) & 0xf) argument 246 #define VMX_CONTROL_REG_ACCESS_DATA(eq) ((uint32_t)(eq) >> 16) argument
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | spinlock.c | 333 struct lock_profile *eq; in spinlock_profile_iterate() local 338 for ( eq = hq->elem_q; eq; eq = eq->next ) in spinlock_profile_iterate() 339 sub(eq, i, hq->idx, par); in spinlock_profile_iterate()
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 57 # role_mls_op : == | != | eq | dom | domby | incomp 70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv))); 78 ((l1 eq l2) or (t1 == mls_priv));
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 20 eq = s.find('=') 21 if eq == -1: 30 if eq != -1 and eq < sp or (eq != -1 and sp == -1):
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 25 # eq - equal (test A == B) 32 # Additionally, the eq and ne operator can have a number after it to limit 52 # AX_COMPARE_VERSION([3.15.7],[eq],[3.15.8]) 161 [eq],[
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | vm_role.cons | 21 # role_op : == | != | eq | dom | domby | incomp
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | head.S | 313 b.eq el2 /* Yes */ 386 cset x25, eq /* x25 := identity map in place, or not */ 470 b.eq virtphys_clash /* It's in slot 1, which we cannot handle */
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | assembler.h | 159 asm_trace_hardirqs_on_cond eq
|
A D | div64.S | 187 @ eq -> division by 1: obvious enough...
|
Completed in 15 milliseconds