| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-samsung-s6e3ha2.c | 22 #define S6E3HA2_MIN_BRIGHTNESS 0 31 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x82, 0x83, 32 0x85, 0x88, 0x8b, 0x8b, 0x84, 0x88, 0x82, 0x82, 0x89, 0x86, 0x8c, 33 0x94, 0x84, 0xb1, 0xaf, 0x8e, 0xcf, 0xad, 0xc9, 0x00, 0x00, 0x00, 34 0x00, 0x00 }, 35 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x84, 0x84, 36 0x85, 0x87, 0x8b, 0x8a, 0x84, 0x88, 0x82, 0x82, 0x89, 0x86, 0x8a, 37 0x93, 0x84, 0xb0, 0xae, 0x8e, 0xc9, 0xa8, 0xc5, 0x00, 0x00, 0x00, 38 0x00, 0x00 }, 39 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x83, 0x83, [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
| D | panel-samsung-s6e3ha2.c | 22 #define S6E3HA2_MIN_BRIGHTNESS 0 31 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x82, 0x83, 32 0x85, 0x88, 0x8b, 0x8b, 0x84, 0x88, 0x82, 0x82, 0x89, 0x86, 0x8c, 33 0x94, 0x84, 0xb1, 0xaf, 0x8e, 0xcf, 0xad, 0xc9, 0x00, 0x00, 0x00, 34 0x00, 0x00 }, 35 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x84, 0x84, 36 0x85, 0x87, 0x8b, 0x8a, 0x84, 0x88, 0x82, 0x82, 0x89, 0x86, 0x8a, 37 0x93, 0x84, 0xb0, 0xae, 0x8e, 0xc9, 0xa8, 0xc5, 0x00, 0x00, 0x00, 38 0x00, 0x00 }, 39 { 0x00, 0xb8, 0x00, 0xc3, 0x00, 0xb1, 0x89, 0x87, 0x87, 0x83, 0x83, [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | check-headers.sh | 4 YELLOW='\033[0;33m' 5 NC='\033[0m' # No Color 36 "arch/x86/include/asm/disabled-features.h" 37 "arch/x86/include/asm/required-features.h" 38 "arch/x86/include/asm/cpufeatures.h" 39 "arch/x86/include/asm/inat_types.h" 40 "arch/x86/include/asm/emulate_prefix.h" 41 "arch/x86/include/asm/irq_vectors.h" 42 "arch/x86/include/asm/msr-index.h" 43 "arch/x86/include/uapi/asm/prctl.h" [all …]
|
| /kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
| D | gen-insn-x86-dat.sh | 3 # gen-insn-x86-dat: generate data for the insn-x86 test 14 cd $(dirname $0) 18 echo "Compiling insn-x86-dat-src.c to 64-bit object" 20 gcc -g -c insn-x86-dat-src.c 22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c 24 rm -f insn-x86-dat-src.o 26 echo "Compiling insn-x86-dat-src.c to 32-bit object" 28 gcc -g -c -m32 insn-x86-dat-src.c 30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c 32 rm -f insn-x86-dat-src.o
|
| D | insn-x86.c | 3 #include "../../../../arch/x86/include/asm/insn.h" 22 #include "insn-x86-dat-32.c" 23 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"}, 24 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"}, 25 {{0}, 0, 0, NULL, NULL, NULL}, 29 #include "insn-x86-dat-64.c" 30 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"}, 31 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"}, 32 {{0}, 0, 0, NULL, NULL, NULL}, 51 {NULL, 0}, in get_op() [all …]
|
| D | gen-insn-x86-dat.awk | 3 # gen-insn-x86-dat.awk: script to convert data for the insn-x86 test 9 print " * Generated by gen-insn-x86-dat.sh and gen-insn-x86-dat.awk" 10 print " * from insn-x86-dat-src.c for inclusion by insn-x86.c" 15 rel = 0 16 going = 0 24 going = 0 27 /^\s*[0-9a-fA-F]+\:/ { 29 colon_pos = index($0, ":") 30 useful_line = substr($0, colon_pos + 1) 31 first_pos = match(useful_line, "[0-9a-fA-F]") [all …]
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
| D | gen-insn-x86-dat.sh | 3 # gen-insn-x86-dat: generate data for the insn-x86 test 14 cd $(dirname $0) 18 echo "Compiling insn-x86-dat-src.c to 64-bit object" 20 gcc -g -c insn-x86-dat-src.c 22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c 24 rm -f insn-x86-dat-src.o 26 echo "Compiling insn-x86-dat-src.c to 32-bit object" 28 gcc -g -c -m32 insn-x86-dat-src.c 30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c 32 rm -f insn-x86-dat-src.o
|
| D | insn-x86.c | 8 #include "../../../../arch/x86/include/asm/insn.h" 22 #include "insn-x86-dat-32.c" 23 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"}, 24 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"}, 25 {{0}, 0, 0, NULL, NULL, NULL}, 29 #include "insn-x86-dat-64.c" 30 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"}, 31 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"}, 32 {{0xf2, 0x0f, 0x01, 0xca}, 4, 0, "erets", "indirect", "f2 0f 01 ca \terets"}, 33 {{0xf3, 0x0f, 0x01, 0xca}, 4, 0, "eretu", "indirect", "f3 0f 01 ca \teretu"}, [all …]
|
| D | gen-insn-x86-dat.awk | 3 # gen-insn-x86-dat.awk: script to convert data for the insn-x86 test 9 print " * Generated by gen-insn-x86-dat.sh and gen-insn-x86-dat.awk" 10 print " * from insn-x86-dat-src.c for inclusion by insn-x86.c" 15 rel = 0 16 going = 0 24 going = 0 27 /^\s*[0-9a-fA-F]+\:/ { 29 colon_pos = index($0, ":") 30 useful_line = substr($0, colon_pos + 1) 31 first_pos = match(useful_line, "[0-9a-fA-F]") [all …]
|
| /kernel/linux/linux-6.6/tools/objtool/ |
| D | sync-check.sh | 11 if [ "$SRCARCH" = "x86" ]; then 13 arch/x86/include/asm/nops.h 14 arch/x86/include/asm/inat_types.h 15 arch/x86/include/asm/orc_types.h 16 arch/x86/include/asm/emulate_prefix.h 17 arch/x86/lib/x86-opcode-map.txt 18 arch/x86/tools/gen-insn-attr-x86.awk 23 arch/x86/include/asm/inat.h 24 arch/x86/include/asm/insn.h 25 arch/x86/lib/inat.c [all …]
|
| /kernel/linux/linux-5.10/arch/x86/ |
| D | Makefile | 5 ifeq ($(ARCH),x86) 31 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h 85 include arch/x86/Makefile_32.cpu 109 # By default gcc and clang use a stack alignment of 16 bytes for x86. 110 # However the standard kernel entry on x86-64 leaves the stack on an 140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \ 191 # retpoline builds, however, gcc does not for x86. This has 192 # only been fixed starting from gcc stable version 8.4.0 and 212 # The 64-bit kernel must be aligned to 2MB. Pass -z max-page-size=0x200000 to 217 LDFLAGS_vmlinux += -z max-page-size=0x200000 [all …]
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| D | sync-check.sh | 11 if [ "$SRCARCH" = "x86" ]; then 13 arch/x86/include/asm/inat_types.h 14 arch/x86/include/asm/orc_types.h 15 arch/x86/include/asm/emulate_prefix.h 16 arch/x86/lib/x86-opcode-map.txt 17 arch/x86/tools/gen-insn-attr-x86.awk 22 arch/x86/include/asm/inat.h 23 arch/x86/include/asm/insn.h 24 arch/x86/lib/inat.c 25 arch/x86/lib/insn.c [all …]
|
| /kernel/linux/linux-6.6/arch/x86/ |
| D | Makefile | 5 ifeq ($(ARCH),x86) 75 # Kernel IBT has S_CET.NOTRACK_EN=0, as such the compilers must not generate 108 include $(srctree)/arch/x86/Makefile_32.cpu 140 # By default gcc and clang use a stack alignment of 16 bytes for x86. 141 # However the standard kernel entry on x86-64 leaves the stack on an 200 # retpoline builds, however, gcc does not for x86. This has 201 # only been fixed starting from gcc stable version 8.4.0 and 233 # The 64-bit kernel must be aligned to 2MB. Pass -z max-page-size=0x200000 to 238 LDFLAGS_vmlinux += -z max-page-size=0x200000 243 $(Q)$(MAKE) $(build)=arch/x86/tools relocs [all …]
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | check-headers.sh | 30 arch/x86/include/asm/disabled-features.h 31 arch/x86/include/asm/required-features.h 32 arch/x86/include/asm/cpufeatures.h 33 arch/x86/include/asm/inat_types.h 34 arch/x86/include/asm/emulate_prefix.h 35 arch/x86/include/asm/irq_vectors.h 36 arch/x86/include/asm/msr-index.h 37 arch/x86/include/uapi/asm/prctl.h 38 arch/x86/lib/x86-opcode-map.txt 39 arch/x86/tools/gen-insn-attr-x86.awk [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 1 acpi= [HW,ACPI,X86,ARM64] 21 1,0: use 1st APIC table 22 default: 0 62 acpi.debug_layer=0x20000000 64 acpi.debug_layer=0x400000 67 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 69 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff 93 By default, this is disabled due to x86 early mapping 217 acpi_pm_good [X86] 255 add_efi_memmap [EFI; X86] Include EFI memory map in [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| D | Kconfig | 10 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT 11 select X86_PLATFORM_DEVICES if ACPI && X86 12 select ACPI_WMI if ACPI && X86 13 select MXM_WMI if ACPI && X86 16 select BACKLIGHT_CLASS_DEVICE if ACPI && X86 17 select INPUT if ACPI && X86 18 select THERMAL if ACPI && X86 19 select ACPI_VIDEO if ACPI && X86 47 range 0 7 52 0 - fatal [all …]
|
| /kernel/linux/linux-6.6/include/xen/interface/ |
| D | features.h | 17 #define XENFEAT_writable_page_tables 0 33 /* If set, the guest is running in supervisor mode (e.g., x86 ring 0). */ 37 * If set, the guest does not need to allocate x86 PAE page directories 42 /* x86: Does this Xen host support the MMU_PT_UPDATE_PRESERVE_AD hypercall? */ 45 /* x86: Does this Xen host support the MMU_{CLEAR,COPY}_PAGE hypercall? */ 54 /* x86: Does this Xen host support the HVM callback vector type? */ 57 /* x86: pvclock algorithm is safe to use on HVM */ 60 /* x86: pirq can be used by HVM guests */ 78 * x86/PVH: If set, ACPI RSDP can be placed at any address. Otherwise RSDP 93 * - not auto_translated domains (x86 only) are always direct-mapped [all …]
|
| D | callback.h | 22 /* x86: Callback for event delivery. */ 23 #define CALLBACKTYPE_event 0 25 /* x86: Failsafe callback when guest state cannot be restored by Xen. */ 28 /* x86/64 hypervisor: Syscall by 64-bit guest app ('64-on-64-on-64'). */ 32 * x86/32 hypervisor: Only available on x86/32 when supervisor_mode_kernel 37 /* x86: Callback for NMI delivery. */ 41 * x86: sysenter is only available as follows: 51 * x86/64 hypervisor: Syscall by 32-bit guest app on AMD CPUs 60 #define _CALLBACKF_mask_events 0 66 #define CALLBACKOP_register 0
|
| /kernel/linux/linux-6.6/fs/unicode/ |
| D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | intel.c | 40 sld_off = 0, 56 * on CPUs that do not support SLD can cause fireworks, even when writing '0'. 101 if (c->x86 != 6) in probe_xeon_phi_r3mwait() 136 { INTEL_FAM6_KABYLAKE, 0x0B, 0x80 }, 137 { INTEL_FAM6_KABYLAKE, 0x0A, 0x80 }, 138 { INTEL_FAM6_KABYLAKE, 0x09, 0x80 }, 139 { INTEL_FAM6_KABYLAKE_L, 0x0A, 0x80 }, 140 { INTEL_FAM6_KABYLAKE_L, 0x09, 0x80 }, 141 { INTEL_FAM6_SKYLAKE_X, 0x03, 0x0100013e }, 142 { INTEL_FAM6_SKYLAKE_X, 0x04, 0x0200003c }, [all …]
|
| /kernel/linux/linux-5.10/fs/unicode/ |
| D | utf8data.h_shipped | 6 static const unsigned int utf8vers = 0xc0100; 9 0, 10 0x10100, 11 0x20000, 12 0x20100, 13 0x30000, 14 0x30100, 15 0x30200, 16 0x40000, 17 0x40100, [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| D | Kconfig | 18 select X86_PLATFORM_DEVICES if ACPI && X86 19 select ACPI_WMI if ACPI && X86 20 select MXM_WMI if ACPI && X86 23 select BACKLIGHT_CLASS_DEVICE if ACPI && X86 24 select INPUT if ACPI && X86 25 select THERMAL if ACPI && X86 26 select ACPI_VIDEO if ACPI && X86 42 range 0 7 47 0 - fatal 62 range 0 7
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | bootparam.h | 6 #define SETUP_NONE 0 20 #define RAMDISK_IMAGE_START_MASK 0x07FF 21 #define RAMDISK_PROMPT_FLAG 0x8000 22 #define RAMDISK_LOAD_FLAG 0x4000 25 #define LOADED_HIGH (1<<0) 32 #define XLF_KERNEL_64 (1<<0) 54 __u8 data[0]; 112 /* Gleaned from OFW's set-parameters in cpu/x86/pc/linux.fth */ 133 * (the zeropage), which is part of the x86 boot protocol ABI: 176 struct screen_info screen_info; /* 0x000 */ [all …]
|
| /kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
| D | bootparam.h | 6 #define SETUP_NONE 0 22 #define RAMDISK_IMAGE_START_MASK 0x07FF 23 #define RAMDISK_PROMPT_FLAG 0x8000 24 #define RAMDISK_LOAD_FLAG 0x4000 27 #define LOADED_HIGH (1<<0) 34 #define XLF_KERNEL_64 (1<<0) 115 /* Gleaned from OFW's set-parameters in cpu/x86/pc/linux.fth */ 136 * (the zeropage), which is part of the x86 boot protocol ABI: 187 struct screen_info screen_info; /* 0x000 */ 188 struct apm_bios_info apm_bios_info; /* 0x040 */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 1 acpi= [HW,ACPI,X86,ARM64,RISCV64] 21 1,0: use 1st APIC table 22 default: 0 62 acpi.debug_layer=0x20000000 65 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 67 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff 91 By default, this is disabled due to x86 early mapping 215 acpi_pm_good [X86] 262 add_efi_memmap [EFI; X86] Include EFI memory map in 276 behaviour to be specified. Bit 0 enables warnings, [all …]
|