Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 235) sorted by relevance

12345678910

/kernel/linux/linux-5.10/include/math-emu/
Dquad.h80 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val)
81 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val)
82 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X)
86 _FP_PACK_RAW_4_P(Q,val,X); \
91 _FP_UNPACK_RAW_4(Q,X,val); \
92 _FP_UNPACK_CANONICAL(Q,4,X); \
97 _FP_UNPACK_RAW_4_P(Q,X,val); \
98 _FP_UNPACK_CANONICAL(Q,4,X); \
103 _FP_PACK_CANONICAL(Q,4,X); \
104 _FP_PACK_RAW_4(Q,val,X); \
[all …]
/kernel/linux/linux-5.10/tools/bpf/runqslower/
DMakefile23 Q = macro
26 Q = @ macro
41 $(Q)rm -rf $(OUTPUT) runqslower
45 $(Q)$(CC) $(CFLAGS) $^ -lelf -lz -o $@
54 $(Q)$(BPFTOOL) gen skeleton $< > $@
58 $(Q)$(CLANG) -g -O2 -target bpf $(INCLUDES) \
64 $(Q)$(CC) $(CFLAGS) $(INCLUDES) -c $(filter %.c,$^) -o $@
68 $(Q)mkdir -p $(OUTPUT)
72 $(Q)if [ ! -e "$(VMLINUX_BTF_PATH)" ] ; then \
77 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF_PATH) format c > $@
[all …]
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
DMakefile8 Q = macro
11 Q = @ macro
38 $(Q)mkdir -p $(@)
41 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
44 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
54 export srctree OUTPUT CFLAGS Q
58 $(Q)$(MAKE) $(build)=resolve_btfids
62 $(Q)$(CC) $(BINARY_IN) $(LDFLAGS) -o $@ $(BPFOBJ) $(SUBCMDOBJ) $(LIBS)
74 $(Q)$(RM) -rf $(clean_objects)
81 $(Q)ctags -R . $(LIBBPF_SRC) $(SUBCMD_SRC)
/kernel/linux/linux-5.10/tools/perf/
DMakefile.perf156 Q =
158 Q = @
229 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
436 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
442 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
448 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
454 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
460 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
467 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
474 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@
[all …]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dsrem_mod.S28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1}
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
50 | Q := Q + 1, Y := signY*Y }. Go to Step 6.
51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
52 | then { Q := Q + 1, signX := -signX }.
58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus,
61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1),
62 | R := 0. Return signQ, last 7 bits of Q, and R.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
DMakefile93 Q = macro
96 Q = @ macro
106 $(Q)$(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
129 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
133 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
137 $(Q)$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) -Wl,--build-id=sha1
141 $(Q)$(CC) -c $(CFLAGS) -o $@ $<
156 $(Q)$(MAKE) $(submake_extras) -C $(TOOLSDIR)/bpf/runqslower \
180 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOLDIR) \
183 $(Q)mkdir -p $(BUILD_DIR)/bpftool/Documentation
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
DMakefile23 $(Q)$< $(silent) $(Kconfig)
26 $(Q)$< $(silent) $(Kconfig)
29 $(Q)$< $(silent) $(Kconfig)
32 $(Q)$< $(silent) --oldaskconfig $(Kconfig)
35 $(Q)$< $(silent) $(Kconfig)
46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
47 $(Q)if [ -f .config ]; then \
57 $(Q)rm -f .tmp.config
71 $(Q)$< $(silent) --$@ $(Kconfig)
76 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
[all …]
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
DMakefile17 Q = macro
20 Q = @ macro
34 $(Q)rm -rf $(OUTPUT) iterators
38 $(Q)$(BPFTOOL) gen skeleton $< > $@
43 $(Q)$(CLANG) -g -O2 -target bpf $(INCLUDES) \
49 $(Q)mkdir -p $(OUTPUT)
52 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) \
56 $(Q)$(MAKE) $(submake_extras) -C ../../../../tools/bpf/bpftool \
/kernel/linux/linux-5.10/tools/perf/tests/
DBuild68 $(Q)echo '#include <tests/llvm.h>' > $@
69 $(Q)echo 'const char test_llvm__bpf_base_prog[] =' >> $@
70 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
71 $(Q)echo ';' >> $@
75 $(Q)echo '#include <tests/llvm.h>' > $@
76 $(Q)echo 'const char test_llvm__bpf_test_kbuild_prog[] =' >> $@
77 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@
78 $(Q)echo ';' >> $@
82 $(Q)echo '#include <tests/llvm.h>' > $@
83 $(Q)echo 'const char test_llvm__bpf_test_prologue_prog[] =' >> $@
[all …]
/kernel/linux/linux-5.10/tools/build/
DMakefile21 Q = macro
23 Q = @ macro
26 export Q srctree CC LD
35 …$(Q)find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.…
36 $(Q)rm -f $(OUTPUT)fixdep
38 $(Q)$(MAKE) -C feature/ clean >/dev/null
41 $(Q)$(MAKE) $(build)=fixdep
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu18be.rst16 and Q are represented as a 18 bit unsigned big endian number stored in
18 padded with 0. I value starts first and Q value starts at an offset
47 - Q'\ :sub:`0[17:10]`
48 - Q'\ :sub:`0[9:2]`
49 - Q'\ :sub:`0[1:0]; B2[5:0]=pad`
52 - Q'\ :sub:`1[17:10]`
53 - Q'\ :sub:`1[9:2]`
54 - Q'\ :sub:`1[1:0]; B2[5:0]=pad`
Dpixfmt-sdr-pcu20be.rst16 and Q are represented as a 20 bit unsigned big endian number stored in
18 padded with 0. I value starts first and Q value starts at an offset
47 - Q'\ :sub:`0[19:12]`
48 - Q'\ :sub:`0[11:4]`
49 - Q'\ :sub:`0[3:0]; B2[3:0]=pad`
52 - Q'\ :sub:`1[19:12]`
53 - Q'\ :sub:`1[11:4]`
54 - Q'\ :sub:`1[3:0]; B2[3:0]=pad`
/kernel/linux/linux-5.10/tools/bpf/bpftool/
DMakefile11 Q = macro
13 Q = @ macro
31 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a
35 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
141 $(Q)cp "$(VMLINUX_H)" $@
180 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
184 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
185 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
186 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
188 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
[all …]
/kernel/linux/linux-5.10/tools/bpf/
DMakefile.helpers17 Q =
19 Q = @
48 $(Q)$(RM) $(DOC_MAN7) $(OUTPUT)$(HELPERS_RST)
52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man7dir)
53 $(Q)$(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man7dir)/,$(_DOC_MAN7))
58 $(Q)$(RMDIR) $(DESTDIR)$(man7dir)
DMakefile31 Q = macro
33 Q = @ macro
94 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
97 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
98 $(Q)$(RM) -r -- $(OUTPUT)feature
102 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
103 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
105 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
107 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
DMakefile9 Q = macro
11 Q = @ macro
50 $(Q)$(RM) $(DOC_MAN8)
54 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
55 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
59 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
60 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/kernel/linux/linux-5.10/arch/mips/
DMakefile16 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
18 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
393 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
399 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
416 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32"
420 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
424 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
426 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
428 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
[all …]
/kernel/linux/linux-5.10/tools/lib/lockdep/
DMakefile76 export Q VERBOSE
88 Q =
92 Q = @ macro
121 $(Q)$(MAKE) $(build)=liblockdep
124 $(Q)$(do_compile_shared_library)
127 $(Q)$(do_build_static_lib)
148 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ))
149 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
/kernel/linux/linux-5.10/
DMakefile88 Q = macro
91 Q = @ macro
101 export quiet Q KBUILD_VERBOSE
185 $(Q)$(MAKE) -C $(abs_objtree) -f $(abs_srctree)/Makefile $(MAKECMDGOALS)
336 $(Q)set -e; \
537 $(Q)$(MAKE) $(build)=scripts/basic
538 $(Q)rm -f .tmp_quiet_recordmcount
549 $(Q)if [ -f $(srctree)/.config -o \
558 $(Q)ln -fsn $(srctree) source
559 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile $(srctree)
[all …]
/kernel/linux/linux-5.10/Documentation/bpf/
Dbpf_design_QA.rst2 BPF Design Q&A
18 Q: Is BPF a generic instruction set similar to x64 and arm64?
22 Q: Is BPF a generic virtual machine ?
29 Q: Why C calling convention was chosen?
39 Q: Can multiple return values be supported in the future?
43 Q: Can more than 5 function arguments be supported in the future?
49 Q: Can BPF programs access instruction pointer or return address?
53 Q: Can BPF programs access stack pointer ?
62 Q: Does C-calling convention diminishes possible use cases?
74 Q: Does it mean that 'innovative' extensions to BPF code are disallowed?
[all …]
/kernel/linux/linux-5.10/tools/lib/perf/
DMakefile50 Q = macro
52 Q = @ macro
113 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a
117 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null
120 $(Q)$(MAKE) $(build)=libperf
135 $(Q)$(MAKE) libs
140 $(Q)$(MAKE) -C tests clean
143 $(Q)$(MAKE) -C tests
144 $(Q)$(MAKE) -C tests run
185 $(Q)$(MAKE) -C Documentation install-man install-html install-examples
/kernel/linux/linux-5.10/crypto/async_tx/
Dasync_pq.c27 #define Q(b, d) (b[d-1]) macro
187 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
235 if (Q(blocks, disks)) in async_gen_syndrome()
236 unmap->addr[j++] = dma_map_page(device->dev, Q(blocks, disks), in async_gen_syndrome()
237 Q(offsets, disks), in async_gen_syndrome()
261 if (!Q(blocks, disks)) { in async_gen_syndrome()
262 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
263 Q(offsets, disks) = 0; in async_gen_syndrome()
345 if (!Q(blocks, disks)) { in async_syndrome_val()
349 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
Dhsw.asm48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
60 mov(8) g5<1>UD 0x00000000UD { align1 1Q };
64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
73 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q };
78 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q };
92 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
93 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
106 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
109 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
119 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
Divb.asm48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
60 mov(8) g5<1>UD 0x00000000UD { align1 1Q };
64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
72 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q };
77 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q };
90 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q };
91 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
104 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
107 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q };
117 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
/kernel/linux/linux-5.10/arch/x86/
DMakefile222 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
228 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
272 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
274 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
275 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
276 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
279 $(Q)$(MAKE) $(build)=$(boot) $@
283 $(Q)$(MAKE) $(build)=$(boot) $@
287 $(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@
304 $(Q)rm -rf $(objtree)/arch/i386
[all …]

12345678910