Home
last modified time | relevance | path

Searched refs:zero (Results 51 – 75 of 1835) sorted by relevance

12345678910>>...74

/openbmc/qemu/tests/qemu-iotests/
H A D274.out34 { "start": 1048576, "length": 1048576, "depth": 0, "present": false, "zero": true, "data": false, "…
189 [{ "start": 0, "length": 1073741824, "depth": 1, "present": false, "zero": true, "data": false, "co…
204 [{ "start": 0, "length": 32212254720, "depth": 1, "present": false, "zero": true, "data": false, "c…
224 [{ "start": 0, "length": 5242880, "depth": 1, "present": false, "zero": true, "data": false, "compr…
239 [{ "start": 0, "length": 8388608, "depth": 1, "present": false, "zero": true, "data": false, "compr…
254 [{ "start": 0, "length": 196608, "depth": 1, "present": false, "zero": true, "data": false, "compre…
256 { "start": 262144, "length": 262144, "depth": 0, "present": true, "zero": true, "data": false, "com…
270 [{ "start": 0, "length": 262144, "depth": 1, "present": false, "zero": true, "data": false, "compre…
271 { "start": 262144, "length": 262144, "depth": 0, "present": true, "zero": true, "data": false, "com…
285 [{ "start": 0, "length": 262144, "depth": 1, "present": false, "zero": true, "data": false, "compre…
[all …]
H A D17767 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
75 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
82 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
H A D20468 limits=align=512,max-transfer=64k,opt-write-zero=$CLUSTER_SIZE
76 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
83 limits=align=512,opt-write-zero=15M,max-write-zero=15M,opt-discard=15M,max-discard=15M
H A D241.out10 [{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "compresse…
11 { "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "compresse…
21 [{ "start": 0, "length": 1024, "depth": 0, "present": true, "zero": false, "data": true, "compresse…
34 [{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "compresse…
35 { "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "compresse…
/openbmc/linux/arch/arm64/include/asm/
H A Dasm-extable.h40 #define _ASM_EXTABLE_UACCESS_ERR_ZERO(insn, fixup, err, zero) \
45 EX_DATA_REG(ZERO, zero) \
88 #define _ASM_EXTABLE_UACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument
94 EX_DATA_REG(ZERO, zero) \
97 #define _ASM_EXTABLE_KACCESS_ERR_ZERO(insn, fixup, err, zero) \ argument
103 EX_DATA_REG(ZERO, zero) \
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c40 int err, cli, srv, zero = 0; in test_sockmap_ktls_disconnect_after_delete() local
58 err = bpf_map_update_elem(map, &zero, &cli, 0); in test_sockmap_ktls_disconnect_after_delete()
66 err = bpf_map_delete_elem(map, &zero); in test_sockmap_ktls_disconnect_after_delete()
85 int err, s, zero = 0; in test_sockmap_ktls_update_fails_when_sock_has_ulp() local
123 err = bpf_map_update_elem(map, &zero, &s, BPF_ANY); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
128 err = setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &zero, sizeof(zero)); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
H A Dbpf_obj_pinning.c42 int zero = 0, src_value, dst_value, err; in bpf_obj_pinning_detached() local
95 err = bpf_map_update_elem(map_fd, &zero, &src_value, 0); in bpf_obj_pinning_detached()
100 err = bpf_map_lookup_elem(map_fd2, &zero, &dst_value); in bpf_obj_pinning_detached()
129 int zero = 0, dst_value, map_fd2, err; in validate_pin() local
169 err = bpf_map_update_elem(map_fd, &zero, &src_value, 0); in validate_pin()
174 err = bpf_map_lookup_elem(map_fd2, &zero, &dst_value); in validate_pin()
189 int zero = 0, dst_value, map_fd2, err; in validate_get() local
230 err = bpf_map_update_elem(map_fd, &zero, &src_value, 0); in validate_get()
235 err = bpf_map_lookup_elem(map_fd2, &zero, &dst_value); in validate_get()
H A Dlegacy_printk.c9 int err, zero = 0, my_pid = getpid(), res, map_fd; in execute_one_variant() local
25 err = bpf_map_update_elem(map_fd, &zero, &my_pid, BPF_ANY); in execute_one_variant()
28 err = bpf_map_lookup_elem(map_fd, &zero, &res); in execute_one_variant()
41 err = bpf_map_lookup_elem(map_fd, &zero, &res); in execute_one_variant()
H A Dverify_pkcs7_sig.c265 int ret, zero = 0; in test_verify_pkcs7_sig() local
311 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
320 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
329 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
340 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
354 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
362 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, BPF_ANY); in test_verify_pkcs7_sig()
375 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, in test_verify_pkcs7_sig()
382 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, in test_verify_pkcs7_sig()
389 ret = bpf_map_update_elem(bpf_map__fd(map), &zero, &data, in test_verify_pkcs7_sig()
H A Dlibbpf_get_fd_by_id_opts.c18 int ret, zero = 0, fd = -1; in test_libbpf_get_fd_by_id_opts() local
50 ret = bpf_map_lookup_elem(fd, &zero, &value); in test_libbpf_get_fd_by_id_opts()
58 ret = bpf_map_update_elem(fd, &zero, &len, BPF_ANY); in test_libbpf_get_fd_by_id_opts()
63 ret = bpf_map_update_elem(bpf_map__fd(skel->maps.data_input), &zero, in test_libbpf_get_fd_by_id_opts()
/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S39 MTC0 zero, CP0_WATCHLO,\sel
73 PTR_S zero, 0(t0)
85 mtc0 zero, CP0_COUNT # clear cp0 count for most accurate boot timing
194 MTC0 zero, CP0_WATCHLO
195 mtc0 zero, CP0_WATCHHI
199 mtc0 zero, CP0_CAUSE
202 mtc0 zero, CP0_COMPARE
263 move a0, zero # a0 <-- boot_flags = 0
267 move ra, zero
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c37 __u32 zero = 0; in BPF_PROG() local
41 ptr = bpf_map_lookup_elem(&fentry_readings, &zero); in BPF_PROG()
56 __u32 zero = 0; in fexit_update_maps() local
58 before = bpf_map_lookup_elem(&fentry_readings, &zero); in fexit_update_maps()
67 accum = bpf_map_lookup_elem(&accum_readings, &zero); in fexit_update_maps()
/openbmc/linux/arch/alpha/lib/
H A Dev6-stxncpy.S66 lda t2, -1 # E : build a mask against false zero
97 cmpbge zero, t0, t8 # E :
162 addq zero, 1, t10 # E :
207 cmpbge zero, t6, t8 # E :
230 cmpbge zero, t2, t8 # E :
287 cmpbge zero, t0, t8 # E :
328 1: cmpbge zero, t1, t8 # E :
344 mov zero, t0 # E :
346 mov zero, t6 # E :
365 cmpbge zero, t1, t8 # E : is there a zero?
[all …]
H A Dev6-stxcpy.S58 lda t2, -1 # E : build a mask against false zero
64 cmpbge zero, t2, t8 # E : bits set iff null found
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
166 cmpbge zero, t6, t8 # E : (stall)
172 cmpbge zero, t2, t8 # E : testing eos (stall)
184 cmpbge zero, t2, t8 # E : (stall for t2)
213 cmpbge zero, t2, t8 # E : test new word for eos
236 cmpbge zero, t1, t8 # E : (stall)
272 mov zero, t0 # E :
274 mov zero, t6 # E :
[all …]
/openbmc/linux/arch/loongarch/mm/
H A Dtlbex.S38 move a1, zero
103 bstrins.d t1, zero, 3, 3
164 addi.d t1, zero, 1
170 addu16i.d t0, zero, (CSR_TLBIDX_PS >> 16)
176 addu16i.d t0, zero, (CSR_TLBIDX_PS >> 16)
257 bstrins.d t1, zero, 3, 3
319 addi.d t1, zero, 1
325 addu16i.d t0, zero, (CSR_TLBIDX_PS >> 16)
332 addu16i.d t0, zero, (CSR_TLBIDX_PS >> 16)
412 bstrins.d t1, zero, 3, 3
[all …]
/openbmc/linux/net/mac80211/
H A Daes_cmac.c23 static const u8 zero[CMAC_TLEN_256]; variable
39 crypto_shash_update(desc, zero, 8); in ieee80211_aes_cmac()
44 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac()
62 crypto_shash_update(desc, zero, 8); in ieee80211_aes_cmac_256()
68 crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic); in ieee80211_aes_cmac_256()
/openbmc/linux/arch/m68k/fpsp040/
H A Dtbldo.S59 .long szero |$01-1 fint zero
68 .long szero |$02-1 fsinh zero
77 .long szero |$03-1 fintrz zero
104 .long szero |$06-1 flognp1 zero
131 .long szero |$09-1 ftanh zero
140 .long szero |$0a-1 fatan zero
158 .long szero |$0c-1 fasin zero
176 .long szero |$0e-1 fsin zero
185 .long szero |$0f-1 ftan zero
230 .long t_dz2 |$14-1 flogn zero
[all …]
/openbmc/qemu/tests/tcg/nios2/
H A Dboot.S61 bne at, zero, .L_mc_test1
93 beq len, zero, .L_mc_done
101 bne len, zero, .L_mc_loop1
135 bne at, zero, .L_ms_align
160 beq len, zero, .L_ms_done
166 bne len, zero, .L_ms_loop1
174 beq at, zero, 2f
181 beq at, zero, 4f
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_util.S99 clr.l %d1 | sign defaults to zero
101 jeq fp_l2e_zero | is source zero?
114 | source is zero
135 jeq fp_s2e_small | zero / denormal?
149 | exponent is zero, so explizit bit is already zero too
173 jeq fp_d2e_small | zero / denormal?
194 | exponent is zero, so explizit bit is already zero too
/openbmc/linux/arch/loongarch/lib/
H A Dcopy_user.S66 sub.d t0, zero, t1
134 move a0, zero
145 move a0, zero
151 move a0, zero
157 move a0, zero
165 move a0, zero
171 move a0, zero
179 move a0, zero
187 move a0, zero
195 move a0, zero
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst37 zero out the ``reserved`` array of a struct
41 The ``rangelow`` and ``rangehigh`` fields can be set to a non-zero value
82 - If non-zero, seek upward from the current frequency, else seek
86 - If non-zero, wrap around when at the end of the frequency range,
91 - If non-zero, defines the hardware seek resolution in Hz. The
93 If spacing is zero a reasonable default value is used.
96 - If non-zero, the lowest tunable frequency of the band to search in
102 ``rangelow`` is zero a reasonable default value is used.
105 - If non-zero, the highest tunable frequency of the band to search
111 ``rangehigh`` is zero a reasonable default value is used.
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dhead.S42 sll zero,3 # ehb
97 LONG_S zero, (t0)
101 LONG_S zero, (t0)
109 MTC0 zero, CP0_CONTEXT # clear context register
111 MTC0 zero, CP0_XCONTEXT
/openbmc/qemu/tests/tcg/riscv64/
H A Dissue1060.S45 slli zero, zero, 0x1f
47 srai zero, zero, 0x7
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfreplace_cls_redirect.c21 const int zero = 0; in freplace_cls_redirect_test() local
24 sk = bpf_map_lookup_elem(&sock_map, &zero); in freplace_cls_redirect_test()
28 ret = bpf_map_update_elem(&sock_map, &zero, sk, 0); in freplace_cls_redirect_test()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst61 this field starts with zero. Every time a graph element is added
75 stored, converted to a 64-bits integer. It can be zero. if zero,
90 stored, converted to a 64-bits integer. It can be zero. if zero,
105 converted to a 64-bits integer. It can be zero. if zero, the ioctl
119 converted to a 64-bits integer. It can be zero. if zero, the ioctl
157 this array to zero.
185 this array to zero.
242 this array to zero.
278 this array to zero.
289 num_interfaces, num_links or num_pads are non-zero and are
[all …]

12345678910>>...74