Searched refs:SVC (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | htc.h | 247 #define SVC(group, idx) \ macro 255 ATH10K_HTC_SVC_ID_RSVD_CTRL = SVC(ATH10K_HTC_SVC_GRP_RSVD, 1), 256 ATH10K_HTC_SVC_ID_WMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_WMI, 0), 257 ATH10K_HTC_SVC_ID_WMI_DATA_BE = SVC(ATH10K_HTC_SVC_GRP_WMI, 1), 258 ATH10K_HTC_SVC_ID_WMI_DATA_BK = SVC(ATH10K_HTC_SVC_GRP_WMI, 2), 259 ATH10K_HTC_SVC_ID_WMI_DATA_VI = SVC(ATH10K_HTC_SVC_GRP_WMI, 3), 260 ATH10K_HTC_SVC_ID_WMI_DATA_VO = SVC(ATH10K_HTC_SVC_GRP_WMI, 4), 262 ATH10K_HTC_SVC_ID_NMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_NMI, 0), 263 ATH10K_HTC_SVC_ID_NMI_DATA = SVC(ATH10K_HTC_SVC_GRP_NMI, 1), 265 ATH10K_HTC_SVC_ID_HTT_DATA_MSG = SVC(ATH10K_HTC_SVC_GRP_HTT, 0), [all …]
|
/Linux-v5.4/arch/arm/mm/ |
D | proc-v7m.S | 120 @ Lower the priority of the SVC and PendSV exceptions 122 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority 126 @ SVC to switch to handler mode. Notice that this requires sp to 130 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 131 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 141 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
D | proc-xscale.S | 566 mcr p15, 0, r0, c15, c1, 0 @ affects USR or SVC modes
|
/Linux-v5.4/arch/arm/kernel/ |
D | fiqasm.S | 33 msr cpsr_c, r1 @ return to SVC mode 46 msr cpsr_c, r1 @ return to SVC mode
|
D | entry-armv.S | 292 ldr r5, [sp, #S_PSR] @ Get SVC cpsr 330 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 1025 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC 1061 movs pc, lr @ branch to handler in SVC mode
|
D | entry-header.S | 175 @ available. Should only be called from SVC mode 186 msr cpsr_c, \rtemp @ switch back to the SVC mode 198 msr cpsr_c, \rtemp @ switch back to the SVC mode
|
/Linux-v5.4/drivers/staging/greybus/Documentation/ |
D | sysfs-bus-greybus | 217 The singleton SVC device of bus N. 251 The version number of the firmware in the SVC device. 258 If the SVC watchdog is enabled or not. Writing 0 to this 266 This attribute indicates the action to be performed upon SVC 270 one of the "reset" or "panic" will change the behavior of SVC 275 "panic" means SVC watchdog bite will cause kernel to panic.
|
/Linux-v5.4/Documentation/translations/zh_CN/arm/ |
D | Booting | 162 CPU 必须处于 SVC 模式。(对于 Angel 调试有特例存在)
|
/Linux-v5.4/Documentation/virt/kvm/arm/ |
D | hyp-abi.txt | 16 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
|
/Linux-v5.4/Documentation/arm/ |
D | booting.rst | 202 CPU must be in SVC mode. (A special exception exists for Angel) 211 entered in SVC mode.
|
/Linux-v5.4/arch/arm/mach-tegra/ |
D | reset-handler.S | 135 cpsid aif, 0x13 @ SVC mode, interrupts disabled
|
/Linux-v5.4/arch/arm/boot/compressed/ |
D | head.S | 192 bl __hyp_stub_install @ get into SVC mode, reversibly
|
/Linux-v5.4/arch/arm64/ |
D | Kconfig | 550 of a system call instruction (SVC) can prevent recognition of
|
/Linux-v5.4/arch/arm/ |
D | Kconfig.debug | 1394 simple SVC call. The host debugger or emulator must have
|