| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | i915_cmd_parser.c | 207 #define SMI STD_MI_OPCODE_SHIFT macro 220 CMD( MI_NOOP, SMI, F, 1, S ), 221 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 222 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, R ), 223 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 224 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 225 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 226 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ), 227 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ), 228 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W, [all …]
|
| /Linux-v6.1/Documentation/driver-api/ |
| D | dcdbas.rst | 28 management information via a system management interrupt (SMI). The SMI data 30 buffer is required for the SMI. The driver maintains the memory required for 31 the SMI and provides a way for the application to generate the SMI. 41 a SMI using this driver: 45 3) Write "1" to smi_request to generate a calling interface SMI or 46 "2" to generate a raw SMI. 57 a driver perform a SMI after the OS has finished shutting down. 71 2) Write type of SMI that driver needs to perform to host_control_smi_type. 74 (Driver will perform host control SMI when it is notified that the OS 78 Host Control SMI Type [all …]
|
| D | ipmi.rst | 261 view of the IPMI interfaces. It allows multiple SMI interfaces to be 263 and the user should not have to care what type of SMI is below them. 272 To handle this, and to allow for discovery, you register an SMI 281 ipmi_create_user. The interface number specifies which SMI you want 375 The Lower Layer (SMI) Interface 378 As mentioned before, multiple SMI interfaces may be registered to the 381 in the order they register, although if an SMI unregisters and then 690 The preaction may be "pre_smi" for an indication through the SMI 691 interface, "pre_int" for an indication through the SMI with an
|
| /Linux-v6.1/drivers/media/pci/smipcie/ |
| D | Kconfig | 3 tristate "SMI PCIe DVBSky cards" 13 Support for cards with SMI PCIe bridge:
|
| /Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
| D | spear_smi.txt | 1 * SPEAr SMI 9 - clock-rate : Functional clock rate of SMI in Hz
|
| /Linux-v6.1/drivers/net/dsa/microchip/ |
| D | Kconfig | 25 tristate "KSZ series SMI connected switch driver" 30 Microchip SMI. It supports the KSZ8863 and KSZ8873 switch.
|
| /Linux-v6.1/arch/arm/mach-omap2/ |
| D | sleep34xx.S | 98 smc #1 @ call SMI monitor (smi #1) 419 smc #1 @ call SMI monitor (smi #1) 430 smc #1 @ call SMI monitor (smi #1) 445 smc #1 @ call SMI monitor (smi #1) 455 smc #0 @ Call SMI monitor (smieq) 461 smc #0 @ Call SMI monitor (smieq) 466 smc #0 @ Call SMI monitor (smieq)
|
| /Linux-v6.1/drivers/net/dsa/realtek/ |
| D | Kconfig | 29 tristate "Realtek SMI interface driver" 36 through SMI.
|
| /Linux-v6.1/Documentation/devicetree/bindings/net/ |
| D | cavium-mdio.txt | 1 * System Management Interface (SMI) / MDIO 33 * System Management Interface (SMI) / MDIO Nexus
|
| /Linux-v6.1/drivers/firmware/google/ |
| D | Kconfig | 13 tristate "SMI interface for Google platforms" 16 Say Y here if you want to enable SMI callbacks for Google
|
| /Linux-v6.1/Documentation/devicetree/bindings/display/ |
| D | sm501fb.txt | 11 - interrupts : SMI interrupt to the cpu should be described here.
|
| /Linux-v6.1/Documentation/x86/ |
| D | microcode.rst | 141 (#SMI) and Non-Maskable interrupts (#NMI). 170 an SMI, that thread will be stopped in the first instruction in the SMI 173 Since the secondary thread is stopped in the first instruction in SMI,
|
| /Linux-v6.1/Documentation/hwmon/ |
| D | nct7904.rst | 65 - SMI
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | dove-cm-a510.dtsi | 56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03) 126 /* Optional RTL8211D GbE PHY on SMI address 0x03 */
|
| D | aspeed-bmc-vegman-n110.dts | 41 …IN_ALERT","FM_PVCCIN_CPU1_PWR_IN_ALERT","BMC_SYS_PWR_FAULT","BMC_SYS_PWR_OK","SMI","POST_COMPLETE",
|
| D | aspeed-bmc-vegman-sx20.dts | 41 …IN_ALERT","FM_PVCCIN_CPU1_PWR_IN_ALERT","BMC_SYS_PWR_FAULT","BMC_SYS_PWR_OK","SMI","POST_COMPLETE",
|
| D | aspeed-bmc-vegman-rx20.dts | 69 …IN_ALERT","FM_PVCCIN_CPU1_PWR_IN_ALERT","BMC_SYS_PWR_FAULT","BMC_SYS_PWR_OK","SMI","POST_COMPLETE",
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-firmware-gsmi | 6 that provides callback functionality via explicit SMI
|
| /Linux-v6.1/drivers/net/ethernet/marvell/ |
| D | pxa168_eth.c | 46 #define SMI 0x0010 macro 1291 for (i = 0; rdl(pep, SMI) & SMI_BUSY; i++) { in smi_wait_ready() 1310 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | SMI_OP_R); in pxa168_smi_read() 1312 for (i = 0; !((val = rdl(pep, SMI)) & SMI_R_VALID); i++) { in pxa168_smi_read() 1334 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | in pxa168_smi_write()
|
| /Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
| D | brcm,bcm2835-armctrl-ic.txt | 95 16: SMI
|
| /Linux-v6.1/arch/arm64/boot/dts/marvell/ |
| D | armada-8040-clearfog-gt-8k.dts | 439 * [27] CP1 SMI MDIO 440 * [28] CP1 SMI MDC
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | perf-stat.txt | 468 Measure SMI cost if msr/aperf/ and msr/smi/ events are supported. 471 freeze core counters on SMI. 473 The cost of SMI can be measured by (aperf - unhalted core cycles). 475 In practice, the percentages of SMI cycles is very useful for performance 477 The output is SMI cycles%, equals to (aperf - unhalted core cycles) / aperf
|
| /Linux-v6.1/Documentation/admin-guide/media/ |
| D | pci-cardlist.rst | 87 smipcie SMI PCIe DVBSky cards
|
| /Linux-v6.1/drivers/mtd/devices/ |
| D | Kconfig | 99 tristate "SPEAR MTD NOR Support through SMI controller" 103 This enable SNOR support on SPEAR platforms using SMI controller
|
| /Linux-v6.1/Documentation/trace/ |
| D | hwlat_detector.rst | 28 the only thing that could do that would be an SMI or other hardware hiccup
|