/linux-4.4.14/include/math-emu/ |
D | quad.h | 80 #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 …]
|
D | double.h | 115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument 187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
D | single.h | 104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
/linux-4.4.14/ |
D | Makefile | 78 Q = macro 81 Q = @ macro 97 export quiet Q KBUILD_VERBOSE 146 $(Q)$(MAKE) -C $(KBUILD_OUTPUT) KBUILD_SRC=$(CURDIR) \ 439 $(Q)$(MAKE) $(build)=scripts/basic 440 $(Q)rm -f .tmp_quiet_recordmcount 451 $(Q)ln -fsn $(srctree) source 452 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \ 459 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \ 461 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \ [all …]
|
D | Kbuild | 44 $(Q)mkdir -p $(dir $@) 80 $(Q)mkdir -p $(dir $@)
|
D | MAINTAINERS | 77 Q: Patchwork web based patch tracking system site 195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/ 211 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 273 Q: https://patchwork.kernel.org/project/linux-acpi/list/ 295 Q: https://patchwork.kernel.org/project/linux-acpi/list/ 471 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 481 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 541 Q: http://patchwork.linuxtv.org/project/linux-media/list/ 1521 Q: http://patchwork.kernel.org/project/linux-sh/list/ 2513 Q: http://patchwork.kernel.org/project/linux-btrfs/list/ [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | srem_mod.S | 28 | 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 …]
|
D | setox.S | 839 faddx %fp2,%fp1 | ...fp1 is Q 844 faddx %fp1,%fp0 | ...fp0 is S*B1+Q
|
/linux-4.4.14/scripts/kconfig/ |
D | Makefile | 37 $(Q)mkdir -p include/config include/generated 41 $(Q)mkdir -p include/config include/generated 42 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config 43 $(Q)if [ -f .config ]; then \ 53 $(Q)rm -f .tmp.config 58 $(Q)$(kecho) " GEN config.pot" 59 $(Q)xgettext --default-domain=linux \ 65 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot 66 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \ 73 $(Q)$(kecho) " GEN linux.pot" [all …]
|
D | zconf.hash.c_shipped | 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
|
/linux-4.4.14/arch/arm64/ |
D | Makefile | 85 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 88 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 91 $(Q)$(MAKE) $(build)=$(boot) $@ 94 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 99 $(Q)$(MAKE) $(build)=$(boot)/dts 102 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts 106 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@ 110 $(Q)$(MAKE) $(clean)=$(boot) 111 $(Q)$(MAKE) $(clean)=$(boot)/dts
|
/linux-4.4.14/tools/build/ |
D | Makefile | 18 Q = macro 20 Q = @ macro 23 export Q srctree CC LD 32 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete 33 $(Q)rm -f fixdep 36 $(Q)$(MAKE) $(build)=fixdep
|
D | Makefile.build | 16 Q = 19 Q=@ 116 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
D | Makefile.include | 7 $(Q)$(MAKE) -C $(srctree)/tools/build fixdep
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 75 export Q VERBOSE 86 Q = 90 Q = @ macro 119 $(Q)$(MAKE) $(build)=liblockdep 122 $(Q)$(do_compile_shared_library) 125 $(Q)$(do_build_static_lib) 146 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ)) 147 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 107 Q = 109 Q = @ 117 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) 118 $(Q)touch $(OUTPUT)PERF-VERSION-FILE 300 $(Q)$$(:) 313 $(Q)$(MAKE) $(build)=perf 320 $(Q)$(MAKE) $(build)=gtk 365 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 368 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 371 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ [all …]
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 193 $(Q)$(MAKE) $(build)=arch/x86/tools relocs 199 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all 203 $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c 249 $(Q)$(MAKE) $(build)=arch/x86/tools posttest 251 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE) 252 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot 253 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@ 256 $(Q)$(MAKE) $(build)=$(boot) $@ 260 $(Q)$(MAKE) $(build)=$(boot) $@ 264 $(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@ [all …]
|
/linux-4.4.14/tools/perf/tests/ |
D | Build | 40 $(Q)echo '#include <tests/llvm.h>' > $@ 41 $(Q)echo 'const char test_llvm__bpf_base_prog[] =' >> $@ 42 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@ 43 $(Q)echo ';' >> $@ 47 $(Q)echo '#include <tests/llvm.h>' > $@ 48 $(Q)echo 'const char test_llvm__bpf_test_kbuild_prog[] =' >> $@ 49 $(Q)sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/g' $< >> $@ 50 $(Q)echo ';' >> $@
|
/linux-4.4.14/crypto/ |
D | cast6_generic.c | 165 static inline void Q(u32 *block, u8 *Kr, u32 *Km) in Q() function 197 Km = c->Km[0]; Kr = c->Kr[0]; Q(block, Kr, Km); in __cast6_encrypt() 198 Km = c->Km[1]; Kr = c->Kr[1]; Q(block, Kr, Km); in __cast6_encrypt() 199 Km = c->Km[2]; Kr = c->Kr[2]; Q(block, Kr, Km); in __cast6_encrypt() 200 Km = c->Km[3]; Kr = c->Kr[3]; Q(block, Kr, Km); in __cast6_encrypt() 201 Km = c->Km[4]; Kr = c->Kr[4]; Q(block, Kr, Km); in __cast6_encrypt() 202 Km = c->Km[5]; Kr = c->Kr[5]; Q(block, Kr, Km); in __cast6_encrypt() 235 Km = c->Km[11]; Kr = c->Kr[11]; Q(block, Kr, Km); in __cast6_decrypt() 236 Km = c->Km[10]; Kr = c->Kr[10]; Q(block, Kr, Km); in __cast6_decrypt() 237 Km = c->Km[9]; Kr = c->Kr[9]; Q(block, Kr, Km); in __cast6_decrypt() [all …]
|
/linux-4.4.14/scripts/ |
D | Makefile.dtbinst | 26 $(Q)if [ -d $(INSTALL_DTBS_PATH).old ]; then rm -rf $(INSTALL_DTBS_PATH).old; fi 27 $(Q)if [ -d $(INSTALL_DTBS_PATH) ]; then mv $(INSTALL_DTBS_PATH) $(INSTALL_DTBS_PATH).old; fi 28 $(Q)mkdir -p $(INSTALL_DTBS_PATH) 46 $(Q)$(MAKE) $(dtbinst)=$(obj)/$@
|
D | mkmakefile | 37 Q := @ 48 \$(Q)\$(MAKE) \$(MAKEARGS) \$(MAKECMDGOALS)
|
D | Makefile.modbuiltin | 42 $(Q)(for m in $(modbuiltin-mods); do echo kernel/$$m; done; \ 54 $(Q)$(MAKE) $(modbuiltin)=$@
|
D | Kbuild.include | 55 $(Q)set -e; \ 172 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= 174 # $(Q)$(MAKE) $(build)=dir 178 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj= 180 # $(Q)$(MAKE) $(modbuiltin)=dir 184 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj= 186 # $(Q)$(MAKE) $(dtbinst)=dir 190 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj= 192 # $(Q)$(MAKE) $(clean)=dir 196 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj= [all …]
|
D | Makefile.clean | 86 $(Q)$(MAKE) $(clean)=$@
|
D | Makefile.build | 353 $(Q)(cat /dev/null; $(modorder-cmds)) > $@ 403 $(Q)$(MAKE) $(build)=$@
|
D | Makefile.headersinst | 127 $(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(_dst)/$@
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 23 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \ 29 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC) 32 $(Q)$(OBJCOPY) -S -O binary $< $@ 33 $(Q)$(kecho) ' Kernel: $@ is ready'
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 319 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \ 346 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \ 352 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \ 367 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@ 371 $(Q)$(MAKE) $(build)=arch/mips/boot/dts 375 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts 380 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32" 384 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32" 388 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) 390 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) [all …]
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 29 3. Q bit fun 31 Certain, very critical code has to clear the Q bit in the PSW. What 32 happens when the Q bit is cleared is the CPU does not update the 35 that clears the Q bit and the RFI that sets it again you don't know 37 instruction that cleared the Q bit, if you're not it points anywhere 38 at all. Usually Q bit problems will show themselves in unexplainable
|
D | registers | 68 Q (collect interruption state) 1 (0 in code directly preceding an rfi)
|
/linux-4.4.14/arch/mn10300/ |
D | Makefile | 79 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 84 $(Q)$(MAKEBOOT) bootstrap 87 $(Q)$(MAKE) $(clean)=arch/mn10300/proc-mn103e010 88 $(Q)$(MAKE) $(clean)=arch/mn10300/unit-asb2303 89 $(Q)$(MAKE) $(clean)=arch/mn10300/unit-asb2305
|
/linux-4.4.14/arch/s390/ |
D | Makefile | 113 $(Q)$(MAKE) $(build)=$(boot) $@ 116 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 119 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ 126 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/crypto/async_tx/ |
D | async_pq.c | 43 #define Q(b, d) (b[d-1]) macro 188 BUG_ON(disks > 255 || !(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() 260 if (!Q(blocks, disks)) { in async_gen_syndrome() 261 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome() 343 if (!Q(blocks, disks)) { in async_syndrome_val() 347 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val() 375 struct page *q_src = Q(blocks, disks); in async_syndrome_val() 410 Q(blocks, disks) = spare; in async_syndrome_val() [all …]
|
/linux-4.4.14/arch/metag/ |
D | Makefile | 69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 75 $(Q)$(MAKE) $(build)=$(boot)/dts 78 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 165 #define Q(n) \ macro 275 Q(0); 276 Q(1); 277 Q(2); 278 Q(3); 280 Q(4); 281 Q(5); 321 Q(11); 322 Q(10); 323 Q(9); [all …]
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | Makefile | 22 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \ 28 $(Q)$(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \ 32 $(Q)$(kecho) ' Kernel: $@ is ready'
|
/linux-4.4.14/net/8021q/ |
D | Kconfig | 2 # Configuration for 802.1Q VLAN support 6 tristate "802.1Q/802.1ad VLAN Support" 8 Select this and you will be able to create 802.1Q VLAN interfaces 9 on your Ethernet interfaces. 802.1Q VLAN supports almost
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | debug.c | 96 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit() argument 97 Q->Size = sizeBuffer; in queueInit() 98 Q->Base = Q->Head = Q->Tail = Buffer; in queueInit() 99 Q->High = Buffer + sizeBuffer; in queueInit() 100 Q->Wrap = NULL; in queueInit() 101 Q->Count = 0; in queueInit() 104 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg() argument 116 if (Q->Tail == Q->Head) { in queueAllocMsg() 117 if (Q->Wrap || need > Q->Size) { in queueAllocMsg() 123 if (Q->Tail > Q->Head) { in queueAllocMsg() [all …]
|
/linux-4.4.14/arch/c6x/ |
D | Makefile | 50 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 53 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 56 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 75 $(Q)$(MAKE) $(build)=$(boot) $@ 78 -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $< 81 $(Q)$(MAKE) $(clean)=$(boot) 86 $(Q)$(MAKE) $(build)=$(boot) $@ 102 $(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 116 Q = 118 Q = @ macro 143 $(Q)$(MAKE) $(build)=libbpf 178 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 265 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 269 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 272 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) 279 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \ 282 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig 336 $(Q)$(MAKE) $(build)=$(boot) install 340 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 342 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ 345 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/alpha/ |
D | Makefile | 56 $(Q)$(MAKE) $(build)=$(boot) $@ 59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 62 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/arc/ |
D | Makefile | 118 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 121 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 124 $(Q)$(MAKE) $(build)=$(boot)/dts 127 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 132 Q = 134 Q = @ macro 172 $(Q)$(MAKE) $(build)=libtraceevent 189 $(Q)$(MAKE) $(build)=$(plugin_obj) 215 $(Q)$(N)$(call update_version.h)
|
/linux-4.4.14/arch/sh/tools/ |
D | Makefile | 15 $(Q)mkdir -p $(dir $@) 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 313 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h 327 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ 330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@ 333 $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@ 338 $(Q)$(MAKE) $(build)=$(boot)/dts 341 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts 346 $(Q)$(MAKE) $(build)=arch/arm/vdso $@ 351 $(Q)$(MAKE) $(clean)=$(boot) 354 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage 355 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
|
/linux-4.4.14/arch/sparc/ |
D | Makefile | 69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 72 $(Q)$(MAKE) $(build)=$(boot) $@ 75 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 5 Q: What is netdev? 23 Q: How do the changes posted to netdev make their way into Linux? 35 Q: How often do changes from these trees make it to the mainline Linus tree? 75 Q: So where are we now in this cycle? 85 Q: How do I indicate which tree (net vs. net-next) my patch should be in? 97 Q: I sent a patch and I'm wondering what happened to it. How can I tell 107 Q: The above only says "Under Review". How can I find out more? 114 Q: How can I tell what patches are queued up for backporting to the 137 Q: I see a network patch and I think it should be backported to stable. 155 Q: I have created a network patch and I think it should be backported to [all …]
|
D | openvswitch.txt | 165 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the 166 packet. The flow key for any packet with an 802.1Q header would look 185 802.1Q header) and it could cause the application's behavior to change 189 example, why 802.1Q support uses nested attributes. A TCP packet in
|
D | generic-hdlc.txt | 21 with IEEE 802.1Q (VLANs) and 802.1D (Ethernet bridging).
|
/linux-4.4.14/arch/cris/boot/ |
D | Makefile | 19 $(Q)$(MAKE) $(build)=$(obj)/compressed $@ 20 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
|
/linux-4.4.14/arch/xtensa/ |
D | Makefile | 99 $(Q)$(MAKE) $(build)=$(boot) $@ 102 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ 105 $(Q)$(MAKE) $(build)=$(boot)/dts
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | math_32.c | 439 case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA); in do_one_mathemu() 440 FP_CONV (Q, D, 4, 2, QB, DB); in do_one_mathemu() 464 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu() 465 case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break; in do_one_mathemu() 467 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu() 468 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu()
|
D | math_64.c | 444 case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA); in do_mathemu() 445 FP_CONV (Q, D, 2, 1, QB, DB); in do_mathemu() 478 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu() 479 case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break; in do_mathemu() 481 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu() 482 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu()
|
/linux-4.4.14/arch/avr32/ |
D | Makefile | 64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@ 78 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 24 $(Q)$(AR) p $(GNU_LIBC_A) $(notdir $@) > $@ 27 $(Q)$(AR) p $(GNU_LIBGCC_A) $(notdir $@) > $@
|
/linux-4.4.14/arch/unicore32/ |
D | Makefile | 51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 54 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 112 Q: well, suspending a server is IMHO a really stupid thing, 123 Q: Maybe I'm missing something, but why don't the regular I/O paths work? 145 Q: Does linux support ACPI S4? 149 Q: What is 'suspend2'? 162 Q: What is the freezing of tasks and why are we using it? 168 Q: What is the difference between "platform" and "shutdown"? 180 Q: I do not understand why you have such strong objections to idea of 209 Q: There don't seem to be any generally useful behavioral 219 Q: After resuming, system is paging heavily, leading to very bad interactivity. 230 Q: What happens to devices during swsusp? They seem to be resumed [all …]
|
D | power_supply_class.txt | 179 Q: Where is POWER_SUPPLY_PROP_XYZ attribute? 190 Q: I have some very specific attribute (e.g. battery color), should I add 199 Q: Suppose, my battery monitoring chip/firmware does not provides capacity
|
/linux-4.4.14/drivers/power/ |
D | ltc2941-battery-gauge.c | 71 const struct ltc294x_info *info, int Q) in convert_bin_to_uAh() argument 73 return ((Q * (info->Qlsb / 10))) / 100; in convert_bin_to_uAh() 79 int Q; in convert_uAh_to_bin() local 81 Q = (uAh * 100) / (info->Qlsb/10); in convert_uAh_to_bin() 82 return (Q < LTC294X_MAX_VALUE) ? Q : LTC294X_MAX_VALUE; in convert_uAh_to_bin()
|
/linux-4.4.14/arch/m32r/ |
D | Makefile | 53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 58 $(Q)$(MAKE) $(clean)=$(boot)
|
/linux-4.4.14/arch/um/ |
D | Makefile | 103 $(Q)ln -f $< $@ 115 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders 150 $(Q)$(MAKE) $(build)=$(HOST_DIR)/um $@
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-via | 24 Q: You have VT82C586B on the motherboard, but not in the listing. 29 Q: No error messages, but still i2c doesn't seem to work.
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 126 Q: How to enable my kernel to support CPU hotplug? 136 Q: What architectures support CPU hotplug? 141 Q: How to test if hotplug is supported on the newly built kernel? 177 Q: Does hot-add/hot-remove refer to physical add/remove of cpus? 184 Q: How do i logically offline a CPU? 199 Q: Why can't i remove CPU0 on some systems? 210 Q: Is CPU0 removable on X86? 234 Q: How do i find out if a particular CPU is not removable? 243 Q: What happens when a CPU is being logically offlined? 265 Q: If i have some kernel code that needs to be aware of CPU arrival and [all …]
|
D | memory-barriers.txt | 151 { A == 1, B == 2, C = 3, P == &A, Q == &C } 152 B = 4; Q = P; 153 P = &B D = *Q; 159 (Q == &A) and (D == 1) 160 (Q == &B) and (D == 2) 161 (Q == &B) and (D == 4) 164 into Q before issuing the load of *Q. 197 WRITE_ONCE(Q, P); smp_read_barrier_depends(); D = READ_ONCE(*Q); 201 Q = LOAD P, D = LOAD *Q 520 { A == 1, B == 2, C = 3, P == &A, Q == &C } [all …]
|
D | unicode.txt | 130 U+F8DF KLINGON LETTER Q 133 - Written <Q> in standard Okrand Latin transliteration
|
D | debugging-via-ohci1394.txt | 137 [Ctrl-Q] quit
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 214 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h 222 $(Q)$(MAKE) $(clean)=$(boot) 223 $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
|
/linux-4.4.14/arch/arm/boot/ |
D | Makefile | 52 $(Q)$(MAKE) $(build)=$(obj)/compressed $@ 84 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
|
/linux-4.4.14/arch/blackfin/ |
D | Makefile | 140 $(Q)$(MAKE) $(clean)=$(boot) 151 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 7 Q: Why is the main 24MHz oscillator gatable? Wouldn't that break the 46 Q: Were can I learn more about the sunxi clocks?
|
/linux-4.4.14/arch/cris/ |
D | Makefile | 83 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ 88 $(Q)if [ -e arch/cris/boot ]; then \
|
/linux-4.4.14/lib/raid6/ |
D | neon.uc | 93 z0 = stop; /* P/Q right side optimization */ 101 /* P/Q data pages */ 112 /* P/Q left side optimization */
|
D | int.uc | 119 z0 = stop; /* P/Q right side optimization */ 124 /* P/Q data pages */ 135 /* P/Q left side optimization */
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile | 76 $(Q)mkdir -p $(dir $@) 80 $(Q)mkdir -p $(dir $@)
|
/linux-4.4.14/tools/perf/util/ |
D | Build | 117 …$(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DE… 121 …$(Q)$(call echo-cmd,bison)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $@ -p parse_… 125 $(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l 129 $(Q)$(call echo-cmd,bison)$(BISON) -v util/pmu.y -d -o $@ -p perf_pmu_
|
/linux-4.4.14/arch/arm/tools/ |
D | Makefile | 10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|
/linux-4.4.14/tools/ |
D | Makefile | 69 $(Q)mkdir -p $(PERF_O) . 70 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
|
/linux-4.4.14/arch/m32r/boot/ |
D | Makefile | 18 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/arch/x86/realmode/ |
D | Makefile | 18 $(Q)$(MAKE) $(build)=$(obj)/rm $@
|
/linux-4.4.14/scripts/gdb/linux/ |
D | Makefile | 7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
|
/linux-4.4.14/arch/xtensa/boot/boot-uboot/ |
D | Makefile | 20 $(Q)$(kecho) ' Kernel: $@ is ready'
|
/linux-4.4.14/sound/oss/ |
D | Makefile | 88 $(Q)( \ 103 $(Q)( \
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 32 | DQ | | Q | | DQ | 36 +-----------+ Q +------------------------+ 42 |capture list empty / | Q | | DQ | | QCI Irq EOF | 73 - arrow "Q" means : a buffer was enqueued
|
D | CARDLIST.em28xx | 77 76 -> KWorld PlusTV 340U or UB435-Q (ATSC) (em2870) [1b80:a340] 91 90 -> KWorld USB ATSC TV Stick UB435-Q V2 (em2874) [1b80:e346] 94 93 -> KWorld USB ATSC TV Stick UB435-Q V3 (em2874) [1b80:e34c]
|
D | zr364xx.txt | 48 0x0595 0x4343 Concord Eye-Q Duo 1300 49 0x0595 0x4343 Concord Eye-Q Duo 2000
|
D | lifeview.txt | 6 LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
|
D | CARDLIST.cx88 | 18 17 -> DViCO FusionHDTV 3 Gold-Q [18ac:d810,18ac:d800]
|
D | gspca.txt | 55 sonixj 0458:7025 Genius Eye 311Q
|
/linux-4.4.14/arch/mn10300/boot/ |
D | Makefile | 28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
|
/linux-4.4.14/arch/sh/boot/ |
D | Makefile | 40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@ 47 $(Q)$(MAKE) $(build)=$(obj)/romimage $@
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | trampoline_32.S | 32 wbinvd # Needed for NUMA-Q should be harmless for others
|
/linux-4.4.14/arch/unicore32/boot/ |
D | Makefile | 21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 263 in the Q & A section for more on this issue. 280 data between two partitions [see Q & A below] this is a huge problem 414 Q: What are the security concerns involving hvcs? 432 Q: How do I multiplex a console that I grab through hvcs so that other 443 Q: Why are the colors all messed up? 444 Q: Why are the control characters acting strange or not working? 445 Q: Why is the console output all strange and unintelligible? 458 Q: When I try to CONNECT kermit to an hvcs device I get: 493 Q: When I try to CONNECT kermit to an hvcs device I get: 500 Q: If I already have one Linux partition installed can I use hvcs on said [all …]
|
D | cpu_families.txt | 220 | BG/Q |
|
D | qe_firmware.txt | 194 'Q', 'E', and 'F'. This is an identifier that indicates that this
|
/linux-4.4.14/arch/s390/boot/ |
D | Makefile | 22 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/arch/score/ |
D | Makefile | 35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
|
/linux-4.4.14/Documentation/filesystems/ |
D | inotify.txt | 12 Q: What is the design decision behind not tying the watch to the open fd of 21 Q: What is the design decision behind using an-fd-per-instance as opposed to 68 Q: Why the system call approach?
|
D | directory-locking | 104 Contradiction. I.e. deadlock is impossible. Q.E.D.
|
/linux-4.4.14/init/ |
D | Makefile | 35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 210 ABC DiG Radio:226500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_3_4:Q 216 TEN Digital 1:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q 219 TEN Digital 2:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q 222 TEN Digital 3:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q 228 TEN Digital 4:219500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_3_4:FEC_1_2:Q 263 SBS DIGITAL 1:536500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:Q 265 SBS DIGITAL 2:536500000:INVERSION_OFF:BANDWIDTH_7_MHZ:FEC_2_3:FEC_2_3:Q
|
D | cards.txt | 103 - DViCO FusionHDTV3 Gold-Q
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ControlNames.txt | 106 IEC958 Q-subcode [Playback|Capture] Default /* Q-subcode bits */
|
/linux-4.4.14/arch/h8300/boot/ |
D | Makefile | 21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/arch/arm/mach-berlin/ |
D | Kconfig | 30 bool "Marvell Armada 1500 Pro (BG2-Q)"
|
/linux-4.4.14/drivers/usb/serial/ |
D | iuu_phoenix.c | 412 u8 Q = 0; /* 7bit */ in iuu_clk() local 432 Q = 40; in iuu_clk() 437 Q = 5; in iuu_clk() 442 Q = 2; in iuu_clk() 473 Q = lQ; in iuu_clk() 485 Q = Q - 2; in iuu_clk() 515 priv->buf[Count++] = Q | (((PO & 0x01) << 7)); /* Adr = 0x42 */ in iuu_clk()
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 32 $(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | sfp-machine.h | 42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
|
D | sfp-machine_32.h | 43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | sfp-machine.h | 41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
|
/linux-4.4.14/usr/ |
D | Makefile | 73 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
|
/linux-4.4.14/arch/nios2/boot/ |
D | Makefile | 32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | bayer.png.b64 | 62 lh9/b8D9D5DIz+3B7ivZFzlYv73+AaKG7x9AaEd8YbB+IUdH5hdkddR/9H2iOuX3XrE1ujnW3O+Q 144 Q/9xFwKdqeVldGYeD8bQuCWE92YqsEQZ181rsjTohHXMfUGXhmAVYMk19a5wKBNiGiU+XtSZn26o
|
D | Makefile | 202 $(Q)-mkdir $(MEDIA_OBJ_DIR)/media_api; \ 206 $(Q)base64 -d $< >$@
|
D | dvbstb.png.b64 | 37 Q+Hi4gIXFxfMnz9fZdzs7Gz4+vrC2toa+vr60NHRQdeuXeHj41PgSV5Zl+lVx44dw8CBA/Haa6+h 69 YIHUkL4w+Xfy+Q+WFy5cAAA0b968yGn79++PAwcOID4+HtHR0ejRo0eJlz1vJy1K0cg1OTkZ165d
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 28 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP 32 on the DEF STOR and Q NSS MAP commands, as well as "Saved Segments Planning 71 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name 161 module. You can also use the (Class E privileged) CP command Q NSS MAP to
|
D | Debugging390.txt | 800 Q TR 1041 You can do a Q TR to verify this. 1076 Q CPUS displays all the CPU's available to your virtual machine 1078 do Q CPU to change the current cpu VM debugger commands are being directed at do 1088 do a Q CPUS to find out how many cpus you have 1463 Q OSA 1464 Q CTC 1465 Q DISK ( This command is CMS specific ) 1466 Q DASD 1473 Q OSA on my machine returns [all …]
|
D | 3270.txt | 56 not changed. Use #CP Q TERM to see what the current console type is.
|
/linux-4.4.14/arch/s390/include/asm/ |
D | sfp-machine.h | 43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y)
|
/linux-4.4.14/net/bridge/netfilter/ |
D | Kconfig | 151 tristate "ebt: 802.1Q VLAN filter support" 153 This option adds the 802.1Q vlan match, which allows the filtering of 154 802.1Q vlan fields.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | lis3lv02d | 84 Q&A 87 Q: How do I safely simulate freefall? I have an HP "portable
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra114-tn7.dts | 293 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>; 300 gpios = <&gpio TEGRA_GPIO(Q, 2) GPIO_ACTIVE_LOW>;
|
D | berlin2q-marvell-dmp.dts | 43 model = "Marvell BG2-Q DMP";
|
D | tegra124-venice2.dts | 901 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>; 975 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
|
D | tegra114-dalmore.dts | 1110 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>; 1165 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
|
D | tegra124-nyan.dtsi | 517 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
|
D | berlin2q.dtsi | 43 model = "Marvell Armada 1500 pro (BG2-Q) SoC";
|
D | tegra124-jetson-tk1.dts | 1693 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>; 1761 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
|
D | tegra114-roth.dts | 1048 gpios = <&gpio TEGRA_GPIO(Q, 0) GPIO_ACTIVE_LOW>;
|
D | tegra124-nyan-big.dts | 19 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 223 Q: What happens if a PCI Express device driver does not provide an 230 Q: What happens if an upstream port service driver does not provide 236 Q: How does this infrastructure deal with driver that is not PCI 244 Q: What modifications will that driver need to make it compatible
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/ |
D | Kconfig | 46 Q-Tec 770WC
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 64 /* L_ALT DOWN RIGHT Q */
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 31 Q: Module yealink compiled and installed without any problem but phone 39 Q: Phone is working now (displays version and accepts keypad input) but I can't
|
D | joystick.txt | 559 Q: Running 'jstest /dev/input/js0' results in "File not found" error. What's the 563 Q: Is it possible to connect my old Atari/Commodore/Amiga/console joystick 569 Q: My joystick doesn't work with Quake / Quake 2. What's the cause?
|
D | atarikbd.txt | 621 10 Q
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 178 $(Q)mkdir -p $(dir $@) 181 $(Q)mkdir -p $(dir $@)
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 127 Q: Can virtual space simply be reserved for the bounds tables so that we 143 Q: Can we preallocate bounds table space at the same time memory is 153 Q: Could a bounds fault be handed to userspace and the tables allocated
|
D | earlyprintk.txt | 126 …ry-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync show-tas…
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-chardev.txt | 61 000010 00 00 00 00 ff 01 00 00 00 00 00 00 51 06 00 00 >............Q...<
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Tuners | 25 Q= BG+I+DK+LL
|
D | Cards | 155 LR50 Rev.Q = Flyvideo 98 (w/eeprom and PCI subsystem ID) 199 50682 "TView TV/FM Tuner Pal BG" = Flyvideo 98FM (LR50 Rev.Q) 219 Maxi TV Video 2 = LR50 Rev.Q (FI1216MF, PAL BG+SECAM) 290 Image World Conference TV = LR50 Rev. Q
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 9 Q. Why are there multiple statistics in a single file? Doesn't sysfs
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 201 9c: PUSHF/D/Q Fv (d64) 202 9d: POPF/D/Q Fv (d64) 211 a5: MOVS/W/D/Q Yv,Xv 217 ab: STOS/W/D/Q Yv,rAX 219 ad: LODS/W/D/Q rAX,Xv 223 af: SCAS/W/D/Q rAX,Yv 257 cf: IRET/D/Q
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 201 9c: PUSHF/D/Q Fv (d64) 202 9d: POPF/D/Q Fv (d64) 211 a5: MOVS/W/D/Q Yv,Xv 217 ab: STOS/W/D/Q Yv,rAX 219 ad: LODS/W/D/Q rAX,Xv 223 af: SCAS/W/D/Q rAX,Yv 257 cf: IRET/D/Q
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 92 keycode 88 = igrave Q
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 111 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
|
/linux-4.4.14/scripts/genksyms/ |
D | keywords.hash.c_shipped | 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 171 - The device is able to perform RAID6 P+Q computations, P being a 172 simple XOR, and Q being a Reed-Solomon algorithm. 175 - The device is able to perform parity check using RAID6 P+Q
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.arcmsr | 35 …0.10 9/23/2005 Erich Chen enhance sysfs function for change driver's max tag Q number.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1543 const struct respQ *Q = &adapter->sge->respQ; in responses_pending() local 1544 const struct respQ_e *e = &Q->entries[Q->cidx]; in responses_pending() 1546 return e->GenerationBit == Q->genbit; in responses_pending()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 7468 fadd.x %fp2,%fp1 # fp1 is Q 7472 fadd.x %fp1,%fp0 # fp0 is S*B1+Q 9362 # Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0. # 9371 # 3.2 If R > Y, then { R := R - Y, Q := Q + 1} # 9373 # 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to # 9384 # Q := Q + 1, Y := signY*Y }. Go to Step 6. # 9385 # 5.3 This is the tricky case of R = Y/2. If Q is odd, # 9386 # then { Q := Q + 1, signX := -signX }. # 9392 # Step 8. Return signQ, last 7 bits of Q, and R as required. # 9394 # Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus, # [all …]
|
D | fpsp.S | 7088 # X + ( S*B1 + Q ) where S = X*X and # 7089 # Q = X*S*(B2 + X*(B3 + ... + X*B12)) # 7090 # d) To fully utilize the pipeline, Q is separated into # 7092 # Q = [ X*S*(B2 + S*(B4 + ... + S*B12)) ] + # 10076 #..R = 2^(-j)X - Q Y = Y, thus R = 0 and quotient = 2^j (Q+1) 10093 #..Check parity of Q 10097 beq.w Fix_Sign # Q is even 10099 #..Q is odd, Q := Q + 1, signX := -signX
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | b4si-post.dtsi | 376 /* Q/BMan */
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 311 000004d2 I--Q-- 1 perm 1f3f0000 32 -1 keyring _uid.32: 1/4 312 000004d3 I--Q-- 3 perm 1f3f0000 32 -1 keyring _uid_ses.32: empty 314 00000893 I--Q-N 1 35s 1f3f0000 0 0 user metal:silver: 0 315 00000894 I--Q-- 1 10h 003f0000 0 0 user metal:gold: 0 322 Q Contributes to user's quota
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 556 $(Q)if test "$(cc-fullversion)" = "040200" ; then \ 795 $(Q)$(MAKE) $(clean)=arch/x86/boot 1043 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 1045 "$(Q)$(MAKE) $(build)=<dir>" is the recommended way to invoke
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 250 Design name: BG2-Q
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 269 See section 4.5.10 of ITU Q.931 273 See section 4.5.10 of ITU Q.931
|
D | README.HiSax | 371 0x0008 D-Channel Q.921
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 3065 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local 3111 Q = N / P; in atyfb_setup_sparc() 3127 T = 2 * Q * R / M; in atyfb_setup_sparc()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 1372 static ntfschar Q[3] = { cpu_to_le16('$'), in load_and_init_quota() local 1415 tmp_ino = ntfs_index_iget(vol->quota_ino, Q, 2); in load_and_init_quota()
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 674 Q: what's up with this '/bin/echo' ? 679 Q: When I attach processes, only the first of the line gets really attached !
|
D | cpusets.txt | 827 Q: what's up with this '/bin/echo' ? 832 Q: When I attach processes, only the first of the line gets really attached !
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 169 'Q' all linux/soundcard.h
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 89 ALRA301 "Revolution Q-SMP System Board" 90 ALRA311 "Revolution Q-2SMP System Board" 945 ISAAB03 "Hayes Smartmodem 2400Q"
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 751 * Requeue any SCBs not sent, to the tail of the waiting Q. 1857 * this L-Q is a continuation of a data transfer for which
|
D | aic7xxx.seq | 468 * a simple Q tag and the tag id.
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 222 ,author="H. T. Kung and Q. Lehman" 818 Performance of dcache RCU on kernbench for 16x NUMA-Q and 1x,
|