Searched refs:zero (Results 126 - 150 of 544) sorted by relevance

1234567891011>>

/linux-master/net/caif/
H A Dcfdgml.c84 u32 zero = 0; local
100 cfpkt_add_head(pkt, &zero, 3);
H A Dcfutill.c80 u8 zero = 0; local
93 cfpkt_add_head(pkt, &zero, 1);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h104 __BITFIELD_FIELD(uint64_t zero:1,
116 __BITFIELD_FIELD(uint64_t zero:1,
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_preempt.c49 vector int zero = {0, 0, 0, 0}; local
55 if (memcmp(&a[i + 12], &zero, sizeof(vector int)) == 0) {
56 fprintf(stderr, "Detected zero from the VSX reg %d\n", i + 12);
80 /* Don't want zero because it hides kernel problems */
/linux-master/arch/x86/power/
H A Dhibernate_asm_32.S55 jecxz 1f # cr4 Pentium and higher, skip if zero
89 jecxz 1f # cr4 Pentium and higher, skip if zero
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_user.c22 static const int zero = 0; local
65 err = bpf_map_lookup_elem(results_map_fd, &zero, &tmp);
H A Dkfree_skb.c69 const int zero = 0; local
117 err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.bss), &zero, test_ok);
H A Dcgroup_getset_retval.c17 static int zero; variable
39 &zero, sizeof(int)), "setsockopt"))
79 &zero, sizeof(int)), "setsockopt"))
118 &zero, sizeof(int)), "setsockopt"))
159 &zero, sizeof(int)), "setsockopt"))
208 &zero, sizeof(int)), "setsockopt"))
254 &zero, sizeof(int)), "setsockopt"))
305 &zero, sizeof(int)), "setsockopt"))
H A Dmap_in_map.c34 int fd, zero = 0; local
44 if (bpf_map_update_elem(ctx->outer_map_fd, &zero, &fd, 0) < 0)
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters_state_safety.c367 int zero; variable
418 __imm_addr(zero),
H A Dprofiler.inc.h358 int zero = 0; local
359 struct var_kill_data_t* kill_data = bpf_map_lookup_elem(&data_heap, &zero);
388 int zero = 0; local
392 arr_struct = bpf_map_lookup_elem(&data_heap, &zero);
558 int zero = 0; local
560 bpf_map_lookup_elem(&data_heap, &zero);
617 int zero = 0; local
624 struct var_kill_data_t* kill_data = bpf_map_lookup_elem(&data_heap, &zero);
692 int zero = 0; local
693 struct var_exec_data_t* proc_exec_data = bpf_map_lookup_elem(&data_heap, &zero);
784 int zero = 0; local
837 int zero = 0; local
892 int zero = 0; local
940 int zero = 0; local
[all...]
/linux-master/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c104 u32 i, zero = 0; local
116 count = bpf_map_lookup_elem(&counts, &zero);
/linux-master/arch/alpha/lib/
H A Dclear_user.S9 * right "bytes left to zero" value (and that it is updated only _after_
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
H A Dstrncat.S68 and $24, 0x80, $2 # no zero next byte
/linux-master/arch/powerpc/include/asm/
H A Dword-at-a-time.h20 /* Bit set in the bytes that have a zero */
63 unsigned long zero = 0; local
65 asm("cmpb %0,%1,%2" : "=r" (ret) : "r" (a), "r" (zero));
138 /* Return nonzero if it has a zero */
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h20 /* Bit set in the bytes that have a zero */
63 unsigned long zero = 0; local
65 asm("cmpb %0,%1,%2" : "=r" (ret) : "r" (a), "r" (zero));
138 /* Return nonzero if it has a zero */
/linux-master/arch/mips/include/asm/
H A Dregdef.h22 #define GPR_ZERO 0 /* wired zero */
65 #define GPR_ZERO 0 /* wired zero */
112 #define zero $0 /* wired zero */ macro
155 #define zero $0 /* wired zero */ macro
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S84 | round to zero;round to negative infinity
333 bnes end_getop |if inf/nan/zero leave get_op
444 bsr nrm_zero |normalize till msb = 1 or exp = zero
504 bnes fix_nan |if non-zero, it is a NaN
506 bnes fix_nan |if non-zero, it is a NaN
516 tstw %d0 |check for zero.
522 tstl ETEMP(%a6) |test sign of the zero
524 movel #0x80000000,ETEMP(%a6) |write neg zero to etemp
556 bnes mfix_nan |if non-zero, it is a NaN
558 bnes mfix_nan |if non-zero, i
[all...]
/linux-master/drivers/hid/
H A Dhid-roccat-isku.h67 uint8_t zero; member in struct:isku_report_button
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h35 int nvkm_gpuobj_new(struct nvkm_device *, u32 size, int align, bool zero,
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h25 # a2 = 1 if init core, zero otherwise
92 bne a2, zero, octeon_main_processor variable
106 beq zero, t0, 1f variable
127 # Set the SP global variable to zero so the master knows we've started
128 LONG_S zero, (t0) variable
/linux-master/tools/testing/selftests/bpf/
H A Dima_setup.sh41 dd if=/dev/zero of="${mount_img}" bs=1M count=10
/linux-master/arch/x86/kernel/
H A Dunwind_frame.c34 bool prev_zero, zero = false; local
57 prev_zero = zero;
58 zero = word == 0;
60 if (zero) {
/linux-master/tools/testing/selftests/powerpc/mm/
H A DMakefile35 dd if=/dev/zero of=$@ bs=64k count=1 status=none
/linux-master/drivers/watchdog/
H A Docteon-wdt-nmi.S69 /* Write zero to all CVMSEG locations per Core-15169 */
71 1: sd zero, CVMSEG_BASE(a0)

Completed in 216 milliseconds

1234567891011>>