Searched refs:zero (Results 251 - 275 of 544) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv04.c121 nv04_instobj_new(struct nvkm_instmem *base, u32 size, u32 align, bool zero, argument
261 .zero = false,
/linux-master/arch/arm/mm/
H A Dflush.c41 const int zero = 0; local
48 : "r" (to), "r" (to + PAGE_SIZE - 1), "r" (zero)
339 * The zero page is never written to, so never has any dirty
/linux-master/arch/loongarch/lib/
H A Dmemcpy.S47 bgt a2, zero, 1b
132 sub.d t0, zero, t1
/linux-master/arch/loongarch/kernel/
H A Dentry.S33 st.d zero, sp, PT_R0
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c66 u8 zero = 0; local
80 .buf = &zero,
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S85 # sign info for later. Separate out special cases like divide-by-zero #
90 # zero, then perform a divide-by-zero using a 16-bit implemented #
293 # the first two quotient words must be zero, or overflow would occur.
355 andi.l &0x0000ffff, %d1 # zero any remainder
520 beq.w mulu64_zero # handle zero separately
523 beq.w mulu64_zero # handle zero separately
561 clr.l %d4 # load d4 w/ zero value
603 # one or both of the operands is zero so the result is also zero
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters.c12 static volatile int zero = 0; variable
36 int *v, i = zero; /* obscure initial value of i */
60 "r6 = %[zero];" /* iteration counter */
83 [zero]"r"(zero),
297 int i = zero;
410 /* zero-initialize sums */
500 /* zero-initialize sums */
635 /* zero-init arr1 and arr2 in such a way that verifier doesn't know
637 * all combination of zero/no
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dfifo.c48 void *buf, int len, int zero, int sequence)
78 pkt->zero = zero;
571 *is_done = !pkt->zero; /* send zero packet ? */
585 pkt->length, pkt->actual, *is_done, pkt->zero);
707 pkt->zero = 1;
734 pkt->length, pkt->actual, *is_done, pkt->zero);
852 fifo->name, usbhs_pipe_number(pipe), pkt->length, pkt->zero);
955 *is_done = !pkt->zero; /* sen
45 usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, void (*done)(struct usbhs_priv *priv, struct usbhs_pkt *pkt), void *buf, int len, int zero, int sequence) argument
[all...]
/linux-master/security/integrity/ima/
H A Dima_template.c417 unsigned char zero[TPM_DIGEST_SIZE] = { 0 }; local
517 if (memcmp(hdr[HDR_DIGEST].data, zero, sizeof(zero))) {
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.h269 __entry->rxwi.zero[0], __entry->rxwi.zero[1],
270 __entry->rxwi.zero[2],
H A Dmac.h35 u8 zero[3]; member in struct:mt7601u_rxwi
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c16 const int zero = 0; local
32 ret = bpf_map_lookup_elem(bpf_map__fd(data_map), &zero, result);
45 ret = bpf_map_update_elem(bpf_map__fd(data_map), &zero, result, 0);
/linux-master/fs/netfs/
H A Dfscache_volume.c414 bool zero; local
417 zero = __refcount_dec_and_test(&volume->ref, &ref);
419 if (zero)
/linux-master/fs/afs/
H A Dvolume.c294 bool zero; local
297 zero = __refcount_dec_and_test(&volume->ref, &r);
299 if (zero)
/linux-master/arch/m68k/fpsp040/
H A Dsatanh.S36 | divide-by-zero by
H A Dx_snan.S92 moveql #13,%d0 |need to zero 14 lwords
95 moveql #11,%d0 |need to zero 12 lwords
120 moveql #13,%d0 |need to zero 14 lwords
123 moveql #11,%d0 |need to zero 12 lwords
/linux-master/drivers/soc/samsung/
H A Ds3c-pm-check.c21 #error CONFIG_SAMSUNG_PM_CHECK_CHUNKSIZE must be a positive non-zero value
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_zones_many.sh81 dd if=/dev/zero of=/dev/stdout bs=8k count=1000 2>/dev/null | ip netns exec "$ns" socat STDIN UDP:127.0.0.1:12345,sourceport=12345
/linux-master/arch/arm/kernel/
H A Dsleep.S100 moveq r0, #1 @ force non-zero value
130 mov r0, #0 @ return zero on success
/linux-master/net/rxrpc/
H A Dkey.c568 u32 cnlen, toksize, ntoks, tok, zero; local
618 zero = 0;
629 memcpy((u8 *)xdr + _l, &zero, 4 - (_l & 3)); \
637 memcpy((u8 *)xdr + _l, &zero, 4 - (_l & 3)); \
/linux-master/drivers/usb/cdns3/
H A Dcdns3-trace.h208 __field(int, zero)
223 __entry->zero = req->request.zero;
235 __entry->zero ? "Z" : "z",
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h281 __field(int, zero)
299 __entry->zero = preq->request.zero;
314 __entry->zero ? "Z" : "z",
/linux-master/drivers/hid/
H A Dhid-roccat-konepure.c31 uint8_t zero; member in struct:konepure_mouse_report_button
/linux-master/arch/mips/lib/
H A Dmemcpy.S414 move len, zero
427 ADD t2, zero, NBYTES
636 move a2, zero
650 move a2, zero
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh168 -- dd if=/dev/zero of=/dev/null > /dev/null 2>&1 &

Completed in 219 milliseconds

<<11121314151617181920>>