Searched refs:MMIO (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 1126 #define MMIO BIT(1) macro 1145 VULNBL_INTEL_STEPPINGS(HASWELL_X, X86_STEPPING_ANY, MMIO), 1146 VULNBL_INTEL_STEPPINGS(BROADWELL_D, X86_STEPPING_ANY, MMIO), 1148 VULNBL_INTEL_STEPPINGS(BROADWELL_X, X86_STEPPING_ANY, MMIO), 1150 VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), 1151 VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1152 VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1153 VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1154 VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1156 VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBD [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 1261 #define MMIO BIT(1) macro 1280 VULNBL_INTEL_STEPPINGS(HASWELL_X, X86_STEPPING_ANY, MMIO), 1281 VULNBL_INTEL_STEPPINGS(BROADWELL_D, X86_STEPPING_ANY, MMIO), 1283 VULNBL_INTEL_STEPPINGS(BROADWELL_X, X86_STEPPING_ANY, MMIO), 1285 VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), 1286 VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1287 VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1288 VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1289 VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), 1291 VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBD [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 274 CH_DBG(adapter, MMIO, "read register 0x%x value 0x%x\n", reg_addr, val); in t3_read_reg() 280 CH_DBG(adapter, MMIO, "setting register 0x%x to 0x%x\n", reg_addr, val); in t3_write_reg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 274 CH_DBG(adapter, MMIO, "read register 0x%x value 0x%x\n", reg_addr, val); in t3_read_reg() 280 CH_DBG(adapter, MMIO, "setting register 0x%x to 0x%x\n", reg_addr, val); in t3_write_reg()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | kvm.h | 14 ERSN(DEBUG), ERSN(HLT), ERSN(MMIO), ERSN(IRQ_WINDOW_OPEN), \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | kvm.h | 14 ERSN(DEBUG), ERSN(HLT), ERSN(MMIO), ERSN(IRQ_WINDOW_OPEN), \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | io.h | 68 * is not set or addresses cannot be translated to MMIO. This is typically 77 #error CONFIG_PPC_INDIRECT_{PIO,MMIO} are not yet supported on 32 bits 83 * Low level MMIO accessors 85 * This provides the non-bus specific accessors to MMIO. Those are PowerPC 248 /* Shortcut to the MMIO argument pointer */ 256 * To help platforms who may need to differentiate MMIO addresses in 258 * top of MMIO addresses (not PIO, those have to cope the hard way). 433 * PCI PIO and MMIO accessors. 505 * MMIO operations. That allows platforms like iSeries who want to modify the 506 * behaviour of both to only hook on the MMIO versio [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | io.h | 60 * is not set or addresses cannot be translated to MMIO. This is typically 69 #error CONFIG_PPC_INDIRECT_{PIO,MMIO} are not yet supported on 32 bits 75 * Low level MMIO accessors 77 * This provides the non-bus specific accessors to MMIO. Those are PowerPC 277 /* Shortcut to the MMIO argument pointer */ 285 * To help platforms who may need to differentiate MMIO addresses in 287 * top of MMIO addresses (not PIO, those have to cope the hard way). 477 * PCI PIO and MMIO accessors. 549 * MMIO operations. That allows platforms like iSeries who want to modify the 550 * behaviour of both to only hook on the MMIO versio [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 372 * carve out memslot1 for the ucall MMIO address. KVM treats writes to in __vm_create() 373 * read-only memslots as MMIO, and creating a read-only memslot for the in __vm_create() 374 * MMIO region would prevent silently clobbering the MMIO region. in __vm_create() 1857 KVM_EXIT_STRING(MMIO),
|
Completed in 12 milliseconds