Searched full:power8 (Results 1 – 25 of 78) sorted by relevance
1234
/linux-6.14.4/Documentation/devicetree/bindings/powerpc/opal/ |
D | power-mgt.txt | 49 0x00010000 /* This is a nap state (POWER7,POWER8) */ 50 0x00020000 /* This is a fast-sleep state (POWER8)*/ 51 0x00040000 /* This is a winkle state (POWER8) */ 54 /* timebase (POWER8) */ 56 /* (POWER8)*/ 68 ibm,cpu-idle-state-names. On POWER8 this is an optional 76 This property is required on POWER9 and absent on POWER8. 82 required on POWER9 and absent on POWER8. 111 is an optional property on POWER8 and is absent on 118 property on POWER8 and is absent on POWER9.
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | cpu_specs_book3s_64.h | 229 { /* 2.07-compliant processor, i.e. Power8 "architected" mode */ 232 .cpu_name = "POWER8 (architected)", 242 .platform = "power8", 257 .platform = "power8", 350 .platform = "power8", 367 .platform = "power8", 369 { /* Power8 */ 372 .cpu_name = "POWER8 (raw)", 384 .platform = "power8",
|
/linux-6.14.4/Documentation/arch/powerpc/ |
D | isa-versions.rst | 14 Power8 Power ISA v2.07 48 Power8 Yes 68 Power8 Yes 88 Power8 Yes
|
D | dawr-power9.rst | 43 migration from POWER8 to POWER9, at the cost of silently losing the 60 If a guest is started on a POWER8 host, GDB will accept the watchpoint 66 migrated back to the POWER8 host, it will start working again.
|
D | cxl.rst | 28 POWER8/9 FPGA 41 The POWER8/9 chip has a Coherently Attached Processor Proxy (CAPP) 66 - POWER8 and PSL Version 8 are compliant to the CAIA Version 1.0. 77 Cards with a PSL9 won't work on a POWER8 system and cards with a 180 how many times the device can be opened. The POWER8 CAPP 265 accesses are supported by POWER8. Also, the AFU will be designed
|
D | transactional_memory.rst | 15 Hardware Transactional Memory is supported on POWER8 processors, and is a 245 Guest migration from POWER8 to POWER9 will work with POWER9N DD2.2 and 247 emulation, migration from POWER8 to POWER9 is not supported there.
|
/linux-6.14.4/arch/powerpc/perf/ |
D | power8-pmu.c | 3 * Performance counter support for POWER8 processors. 9 #define pr_fmt(fmt) "power8-pmu: " fmt 14 * Some power8 event codes. 19 #include "power8-events-list.h" 24 /* MMCRA IFM bits - POWER8 */ 31 * Raw event encoding for PowerISA v2.07 (Power8): 370 .name = "POWER8",
|
D | power8-events-list.h | 3 * Performance counter support for POWER8 processors. 9 * Power8 event codes.
|
D | hv-gpci.h | 8 * 8 => power8 (1.07)
|
D | Makefile | 9 isa207-common.o power8-pmu.o power9-pmu.o \
|
D | bhrb.S | 16 * is 1024. We have limited number of table entries here as POWER8 implements
|
/linux-6.14.4/arch/powerpc/platforms/ |
D | Kconfig.cputype | 78 (POWER5, 970, POWER5+, POWER6, POWER7, POWER8, POWER9 ...) 130 bool "Generic (POWER8 and above)" 164 bool "POWER8" 251 default "power8" if POWER8_CPU 257 default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN 274 default "-mtune=power8" if $(cc-option,-mtune=power8)
|
/linux-6.14.4/tools/perf/pmu-events/arch/powerpc/ |
D | mapfile.csv | 14 0x004[bcd][[:xdigit:]]{4},1,power8,core 15 0x0066[[:xdigit:]]{4},1,power8,core
|
/linux-6.14.4/drivers/hwmon/occ/ |
D | Kconfig | 7 tristate "POWER8 OCC through I2C" 12 On-Chip Controller (OCC) on a POWER8 processor. However, this driver
|
/linux-6.14.4/tools/perf/pmu-events/ |
D | README | 46 is derived from JSON file name, 'power8.json'). 95 where 'pm_1plus_ppc_cmpl' is a Power8 PMU event.
|
/linux-6.14.4/tools/testing/kunit/qemu_configs/ |
D | powerpc.py | 12 extra_qemu_params=['-M', 'pseries', '-cpu', 'power8'])
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | Kconfig | 145 bool "Detailed timing for hypervisor real-mode code (for POWER8)" 155 ns per exit on POWER8.
|
/linux-6.14.4/drivers/misc/cxl/ |
D | Kconfig | 26 CAPI adapters are found in POWER8 based systems.
|
/linux-6.14.4/arch/arm/mach-aspeed/ |
D | Kconfig | 23 fourth generation BMCs, such as those used by OpenPower Power8
|
/linux-6.14.4/tools/testing/selftests/powerpc/math/ |
D | fpu_denormal.c | 5 * This test attempts to cause a FP denormal exception on POWER8 CPUs. Unfortunately
|
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ |
D | l3_bank_test.c | 23 // The L3 bank logic is only used on Power8 or later in l3_bank_test()
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
D | i2c-opal.txt | 30 compatible = "ibm,power8-i2c-port", "ibm,opal-i2c";
|
/linux-6.14.4/arch/powerpc/xmon/ |
D | ppc.h | 191 /* Opcode is only supported by Power8 architecture. */ 195 /* Currently, this is the same as the POWER8 mask. If another cpu comes out 196 that isn't a superset of POWER8, we can define this to its own mask. */
|
/linux-6.14.4/arch/powerpc/crypto/ |
D | Kconfig | 135 Support for VMX cryptographic acceleration instructions on Power8 CPU.
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | cache.h | 27 #define IFETCH_ALIGN_SHIFT 4 /* POWER8,9 */
|
1234