Home
last modified time | relevance | path

Searched refs:four (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/lib/
H A Dtest_stackinit.c73 .four = 0, \
79 .four = arg->four, \
87 var.four = 0
200 unsigned long four; member
209 unsigned long four; member
218 u8 four __aligned(64);
225 char four; member
234 unsigned long four; member
/kernel/linux/linux-6.6/lib/
H A Dstackinit_kunit.c84 zero.four = 0; \
101 .four = 0, \
107 .four = arg->four, \
113 var.four = 0
246 unsigned long four; member
255 unsigned long four; member
264 u8 four __aligned(64);
271 char four; member
280 unsigned long four; member
[all...]
/kernel/linux/linux-5.10/net/rxrpc/
H A Dsysctl.c14 static const unsigned int four = 4; variable
91 .extra1 = (void *)&four,
119 .extra2 = (void *)&four,
/kernel/linux/linux-6.6/net/rxrpc/
H A Dsysctl.c14 static const unsigned int four = 4; variable
98 .extra1 = (void *)&four,
126 .extra2 = (void *)&four,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
257 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog4()
267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
292 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog6()
348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
367 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog10()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
259 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog4()
269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
294 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog6()
354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
373 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog10()
/kernel/linux/linux-5.10/tools/bpf/
H A DMakefile37 FEATURE_TESTS = libbfd disassembler-four-args
38 FEATURE_DISPLAY = libbfd disassembler-four-args
56 ifeq ($(feature-disassembler-four-args), 1)
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile64 FEATURE_TESTS = libbfd disassembler-four-args reallocarray zlib libcap \
66 FEATURE_DISPLAY = libbfd disassembler-four-args zlib libcap \
85 ifeq ($(feature-disassembler-four-args), 1)
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_vector.S111 CMP R0, #0 @four bytes align?
137 CMP R0, #0 @four bytes align?
/kernel/linux/linux-6.6/tools/bpf/
H A DMakefile37 FEATURE_TESTS = libbfd disassembler-four-args disassembler-init-styled
56 ifeq ($(feature-disassembler-four-args), 1)
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dclear_user.S46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dclear_user.S46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S45 # matrix twice across four AVX registers. It performs matrix operations
46 # on four words in each matrix in parallel, but requires shuffling to
236 # This function encrypts four ChaCha blocks by loading the state
237 # matrix four times across eight AVX registers. It performs matrix
238 # operations on four words in two matrices in parallel, sequentially
239 # to the operations on the four words of the other two matrices. The
543 # scratch registers, we save the first four registers on the stack. The
882 # xor/write first four blocks
H A Dchacha-avx512vl-x86_64.S35 # matrix twice across four AVX registers. It performs matrix operations
36 # on four words in each matrix in parallel, but requires shuffling to
199 # This function encrypts four ChaCha blocks by loading the state
200 # matrix four times across eight AVX registers. It performs matrix
201 # operations on four words in two matrices in parallel, sequentially
202 # to the operations on the four words of the other two matrices. The
705 # xor/write first four blocks
H A Dchacha-ssse3-x86_64.S27 * function performs matrix operations on four words in parallel, but requires
230 # This function encrypts four consecutive ChaCha blocks by loading the
231 # the state matrix in SSE registers four times. As we need some scratch
232 # registers, we save the first four registers on the stack. The
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S45 # matrix twice across four AVX registers. It performs matrix operations
46 # on four words in each matrix in parallel, but requires shuffling to
236 # This function encrypts four ChaCha blocks by loading the state
237 # matrix four times across eight AVX registers. It performs matrix
238 # operations on four words in two matrices in parallel, sequentially
239 # to the operations on the four words of the other two matrices. The
543 # scratch registers, we save the first four registers on the stack. The
882 # xor/write first four blocks
H A Dchacha-avx512vl-x86_64.S35 # matrix twice across four AVX registers. It performs matrix operations
36 # on four words in each matrix in parallel, but requires shuffling to
199 # This function encrypts four ChaCha blocks by loading the state
200 # matrix four times across eight AVX registers. It performs matrix
201 # operations on four words in two matrices in parallel, sequentially
202 # to the operations on the four words of the other two matrices. The
705 # xor/write first four blocks
H A Dchacha-ssse3-x86_64.S27 * function performs matrix operations on four words in parallel, but requires
230 # This function encrypts four consecutive ChaCha blocks by loading the
231 # the state matrix in SSE registers four times. As we need some scratch
232 # registers, we save the first four registers on the stack. The
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile19 test-disassembler-four-args.bin \
235 $(OUTPUT)test-disassembler-four-args.bin:
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile103 FEATURE_TESTS += disassembler-four-args
168 ifeq ($(feature-disassembler-four-args), 1)
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile20 test-disassembler-four-args.bin \
250 $(OUTPUT)test-disassembler-four-args.bin:
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_fline.S46 | ;four word frame
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_fline.S46 | ;four word frame

Completed in 11 milliseconds

12