Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 18 of 18) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/
A Dstrncmp.S98 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 Dmemcmp.S87 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 Dmemset.S84 b.eq .Laligned
103 b.eq 3f
105 b.eq 1f
181 b.eq 2f /* Already aligned. */
A Dmemcpy.S66 b.eq .LSrcAligned
103 b.eq .Ltiny15
105 b.eq 1f
A Dmemmove.S72 b.eq .LSrcAligned
109 b.eq .Ltail15
111 b.eq 1f
A Dstrlen.S84 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */
85 b.eq .Lloop
A Dstrcmp.S128 b.eq .Ltinycmp
132 b.eq .Lstart_align /*the last bytes are equal....*/
139 b.eq .Lrecal_offset
A Dstrchr.S38 csel x0, x0, xzr, eq
A Dstrnlen.S95 b.eq .Lloop
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/
A Dvmx.h236 #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 Dspinlock.c333 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 Dmls57 # 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 DGrubConf.py20 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 Dax_compare_version.m425 # 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 Dvm_role.cons21 # role_op : == | != | eq | dom | domby | incomp
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dhead.S313 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 Dassembler.h159 asm_trace_hardirqs_on_cond eq
A Ddiv64.S187 @ eq -> division by 1: obvious enough...

Completed in 24 milliseconds