Searched refs:zero (Results 226 - 250 of 544) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h25 bool zero; member in struct:nvkm_chan_func::nvkm_chan_func_inst
/linux-master/arch/riscv/lib/
H A Dmemmove.S269 jalr zero, 0x0(t0) /* Return to multibyte copy loop */
280 jalr zero, 0x0(t0) /* Return to multibyte copy loop */
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S282 jz .Ldo_return # Return if remaining length is zero
292 jz .Ldo_return # return if remaining data is zero
299 jz .Ldo_return # return if remaining data is zero
306 .Lless_than_1: # Length should be zero
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile32 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-zero-plus.dtb
33 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-zero-plus2.dtb
/linux-master/arch/x86/purgatory/
H A DMakefile45 PURGATORY_CFLAGS := -mcmodel=large -ffreestanding -fno-zero-initialized-in-bss -g0
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile32 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-zero-plus.dtb
33 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-zero-plus2.dtb
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c414 static const int zero = 0; local
469 err = bpf_map_update_elem(data_fd, &zero, &i, BPF_ANY);
479 err = bpf_map_update_elem(data_fd, &zero, &i, BPF_ANY);
504 static const int zero = 0; local
559 err = bpf_map_update_elem(data_fd, &zero, &key[i], BPF_ANY);
569 err = bpf_map_update_elem(data_fd, &zero, &key[i], BPF_ANY);
1117 __u32 zero = 0, prog1_fd, prog2_fd, map_fd; local
1125 bpf_map_update_elem(map_fd, &zero, &prog1_fd, BPF_ANY);
1126 bpf_map_update_elem(map_fd, &zero, &prog2_fd, BPF_ANY);
H A Dsockmap_listen.c374 const u32 zero = 0; local
389 err = xbpf_map_update_elem(mapfd, &zero, &value, BPF_NOEXIST);
403 err = xbpf_map_delete_elem(mapfd, &zero);
413 xbpf_map_update_elem(mapfd, &zero, &value, BPF_NOEXIST);
429 const u32 zero = 0, one = 1; local
444 err = xbpf_map_update_elem(mapfd, &zero, &value, BPF_NOEXIST);
541 u32 zero = 0; local
564 err = xbpf_map_update_elem(mapfd, &zero, &value, BPF_NOEXIST);
568 err = xbpf_map_delete_elem(mapfd, &zero);
603 const u32 zero local
648 unsigned int zero = 0; local
[all...]
H A Dassign_reuse.c97 const int zero = 0; local
125 ret = bpf_map_update_elem(fd_map, &zero, &fd_val, BPF_NOEXIST);
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S8 | Next, determine if the instruction is an fmovecr with a non-zero
42 | fmovecr with non-zero <ea> handling here
/linux-master/arch/arm/lib/
H A Dio-readsw-armv3.S30 teq r2, #0 @ do we have to check for the zero len?
H A Dio-writesb.S44 teq r2, #0 @ do we have to check for the zero len?
H A Dio-readsl.S11 teq r2, #0 @ do we have to check for the zero len?
H A Dbacktrace.S30 movs frame, r0 @ if frame pointer is zero
96 teq sv_fp, #0 @ zero saved fp means
/linux-master/arch/arm/mm/
H A Dproc-arm740.S78 bne 1b @ count not zero r-shift
91 bne 1b @ count not zero r-shift
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c120 nv40_instobj_new(struct nvkm_instmem *base, u32 size, u32 align, bool zero, argument
234 .zero = false,
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_dm.c67 u8 zero = 0; local
99 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_MP_MODE, &zero);
/linux-master/arch/mips/dec/
H A Dint-handler.S137 andi t0,ST0_IM # CAUSE.CE may be non-zero!
217 beq zero,t2,2b
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S65 jirl zero, ra, 0
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh55 zero() function
257 __test_update 0 zero
/linux-master/arch/mips/include/asm/
H A Dasm.h330 #define SSNOP sll zero, zero, 1
/linux-master/tools/bootconfig/
H A Dtest-bootconfig.sh50 dd if=/dev/zero of=$INITRD bs=4096 count=1
82 dd if=/dev/zero of=$INITRD bs=4096 count=1
/linux-master/net/ethtool/
H A Dtunnels.c123 u32 zero = 0; local
133 &zero, NULL,
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S9 * right "bytes left to zero" value (and that it is updated only _after_
81 * $1 is number of quadwords to clear (zero is a valid value)
171 # zero to 16 quadwords left to store, plus any trailing bytes
199 # We know for a fact that $0 > 0 zero due to previous context
/linux-master/arch/m68k/kernel/
H A Dprocess.c99 unsigned long zero = 0; local
100 asm volatile("frestore %0": :"m" (zero));

Completed in 250 milliseconds

1234567891011>>