Searched refs:cmp (Results 401 - 425 of 550) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S115 cmp $8, len
244 cmp $128*24, tmp
246 cmp $24, tmp
H A Daes-xts-avx-x86_64.S453 cmp $24, KEYLEN
539 cmp $24, KEYLEN
610 cmp $24, KEYLEN
773 cmp $24, %eax
H A Dsha1_ni_asm.S281 cmp NUM_BLKS, DATA_PTR
/linux-master/kernel/futex/
H A Dwaitwake.c206 unsigned int cmp = (encoded_op & 0x0f000000) >> 24; local
231 switch (cmp) {
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c259 s64 cmp = nodea->event_time - nodeb->event_time; local
261 return cmp;
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace-asm.S63 cmp x11, x12
186 cmp x11, x12
/linux-master/scripts/package/
H A Dkernel.spec103 if ! cmp --silent "/lib/modules/%{KERNELRELEASE}/${file}" "/boot/${file}-%{KERNELRELEASE}"; then
/linux-master/arch/arc/kernel/
H A Dhead.S111 cmp r5, 0
H A Dentry.S160 cmp r8, NR_syscalls - 1
236 cmp r8, NR_syscalls - 1
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c238 long cmp; local
248 cmp = i915_vma_compare(pos, vm, view);
249 if (cmp < 0)
251 else if (cmp > 0)
294 long cmp; local
296 cmp = i915_vma_compare(vma, vm, view);
297 if (cmp == 0)
300 if (cmp < 0)
/linux-master/tools/perf/
H A Dbuiltin-sched.c915 sort_fn_t cmp; member in struct:sort_dimension
959 ret = sort->cmp(l, r);
976 int cmp; local
980 cmp = thread_lat_cmp(sort_list, &key, atoms);
981 if (cmp > 0)
983 else if (cmp < 0)
1002 int cmp; local
1007 cmp = thread_lat_cmp(sort_list, data, this);
1009 if (cmp > 0)
1430 .cmp
3125 int cmp; local
[all...]
/linux-master/arch/sparc/crypto/
H A Dcamellia_asm.S43 cmp %o2, 16
50 cmp %o2, 24
85 cmp %o2, 16
253 cmp %o3, 16
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S30 cmp/eq #0, r0
/linux-master/arch/sparc/kernel/
H A Dwuf.S256 cmp %l5, %sp
/linux-master/arch/arm/boot/compressed/
H A Dll_char_wr.S54 cmp r4, #4
/linux-master/arch/arm/lib/
H A Dcsumpartial.S101 cmp len, #8 @ Ensure that we have at least
H A Dbacktrace.S99 cmp sv_fp, frame @ next frame must be
/linux-master/arch/arm64/lib/
H A Dcrc32.S52 cmp x2, #16
H A Dstrlen.S85 cmp tmp1, MIN_PAGE_SIZE - 16
H A Dstrcmp.S128 cmp data1w, 0
/linux-master/arch/arm64/kvm/hyp/
H A Dhyp-entry.S48 cmp x0, #ESR_ELx_EC_HVC64
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c351 static int prestera_fw_wait_reg32(struct prestera_fw *fw, u32 reg, u32 cmp, argument
357 return readl_poll_timeout(addr, val, cmp == val,
536 u32 reg, u32 cmp, unsigned int waitms)
541 return readl_poll_timeout(addr, val, cmp == val,
535 prestera_ldr_wait_reg32(struct prestera_fw *fw, u32 reg, u32 cmp, unsigned int waitms) argument
/linux-master/security/keys/
H A Drequest_key_auth.c253 .match_data.cmp = key_default_cmp,
/linux-master/net/dns_resolver/
H A Ddns_key.c287 match_data->cmp = dns_resolver_cmp;
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S124 cmp %edi, %esi

Completed in 236 milliseconds

<<11121314151617181920>>