Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A Dstats.py106 for ifindex, triple in ifindexes.items():
107 all_keys = triple[0].keys() | triple[1].keys() | triple[2].keys()
110 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key)
111 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c93 char *label, *colon, *triple = NULL; in disasm_one_func() local
100 triple = LLVMGetDefaultTargetTriple(); in disasm_one_func()
101 ctx = LLVMCreateDisasm(triple, &labels, 0, NULL, lookup_symbol); in disasm_one_func()
161 if (triple) in disasm_one_func()
162 LLVMDisposeMessage(triple); in disasm_one_func()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-reboot19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
/linux/Documentation/hwmon/
H A Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/linux/tools/testing/selftests/
H A Dlib.mk26 CLANG_TARGET_FLAGS := $(shell $(CLANG) -print-target-triple)
/linux/Documentation/arch/x86/x86_64/
H A Dboot-options.rst129 triple
130 Force a triple fault (init)
/linux/Documentation/filesystems/
H A Dsysv-fs.rst222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
/linux/Documentation/arch/x86/
H A Dkernel-stacks.rst98 the IST stackpointer to a guard hole to catch triple nesting.
/linux/Documentation/trace/
H A Dftrace-uses.rst191 cause the system to crash, and possibly reboot via a triple fault.
H A Dftrace.rst3391 is hit. Perhaps it's a function that is called before a triple
/linux/drivers/gpu/drm/
H A DKconfig269 triple buffering 300.
/linux/drivers/crypto/
H A DKconfig197 and uses triple-DES to generate secure random numbers like the
/linux/Documentation/gpu/
H A Dtodo.rst704 Backlight drivers have a triple enable/disable state, which is a bit overkill.
/linux/Documentation/userspace-api/media/v4l/
H A Dhist-v4l2.rst538 ``base[3]`` array anticipating double- and triple-buffering in
/linux/Documentation/admin-guide/media/
H A Dvivid.rst611 triple tap, move from left to right, zoom in, zoom out, palm press (simulating
/linux/Documentation/networking/
H A Dcan.rst1253 [ triple-sampling { on | off } ]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5713 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,