Home
last modified time | relevance | path

Searched refs:SVC (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dhtc.h184 #define SVC(group, idx) \ macro
192 ATH11K_HTC_SVC_ID_RSVD_CTRL = SVC(ATH11K_HTC_SVC_GRP_RSVD, 1),
193 ATH11K_HTC_SVC_ID_WMI_CONTROL = SVC(ATH11K_HTC_SVC_GRP_WMI, 0),
194 ATH11K_HTC_SVC_ID_WMI_DATA_BE = SVC(ATH11K_HTC_SVC_GRP_WMI, 1),
195 ATH11K_HTC_SVC_ID_WMI_DATA_BK = SVC(ATH11K_HTC_SVC_GRP_WMI, 2),
196 ATH11K_HTC_SVC_ID_WMI_DATA_VI = SVC(ATH11K_HTC_SVC_GRP_WMI, 3),
197 ATH11K_HTC_SVC_ID_WMI_DATA_VO = SVC(ATH11K_HTC_SVC_GRP_WMI, 4),
198 ATH11K_HTC_SVC_ID_WMI_CONTROL_MAC1 = SVC(ATH11K_HTC_SVC_GRP_WMI, 5),
199 ATH11K_HTC_SVC_ID_WMI_CONTROL_MAC2 = SVC(ATH11K_HTC_SVC_GRP_WMI, 6),
201 ATH11K_HTC_SVC_ID_NMI_CONTROL = SVC(ATH11K_HTC_SVC_GRP_NMI, 0),
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dhtc.h284 #define SVC(group, idx) \ macro
292 ATH10K_HTC_SVC_ID_RSVD_CTRL = SVC(ATH10K_HTC_SVC_GRP_RSVD, 1),
293 ATH10K_HTC_SVC_ID_WMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_WMI, 0),
294 ATH10K_HTC_SVC_ID_WMI_DATA_BE = SVC(ATH10K_HTC_SVC_GRP_WMI, 1),
295 ATH10K_HTC_SVC_ID_WMI_DATA_BK = SVC(ATH10K_HTC_SVC_GRP_WMI, 2),
296 ATH10K_HTC_SVC_ID_WMI_DATA_VI = SVC(ATH10K_HTC_SVC_GRP_WMI, 3),
297 ATH10K_HTC_SVC_ID_WMI_DATA_VO = SVC(ATH10K_HTC_SVC_GRP_WMI, 4),
299 ATH10K_HTC_SVC_ID_NMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_NMI, 0),
300 ATH10K_HTC_SVC_ID_NMI_DATA = SVC(ATH10K_HTC_SVC_GRP_NMI, 1),
302 ATH10K_HTC_SVC_ID_HTT_DATA_MSG = SVC(ATH10K_HTC_SVC_GRP_HTT, 0),
[all …]
/linux-6.1.9/arch/arm/mm/
Dproc-v7m.S120 @ 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
Dproc-xscale.S566 mcr p15, 0, r0, c15, c1, 0 @ affects USR or SVC modes
/linux-6.1.9/arch/arm/kernel/
Dfiqasm.S33 msr cpsr_c, r1 @ return to SVC mode
46 msr cpsr_c, r1 @ return to SVC mode
Dentry-armv.S280 ldr r5, [sp, #S_PSR] @ Get SVC cpsr
308 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode
1074 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
1116 movs pc, lr @ branch to handler in SVC mode
Dentry-header.S175 @ 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-6.1.9/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus217 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-6.1.9/Documentation/translations/zh_CN/arm/
DBooting162 CPU 必须处于 SVC 模式。(对于 Angel 调试有特例存在)
/linux-6.1.9/Documentation/virt/kvm/arm/
Dhyp-abi.rst25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
/linux-6.1.9/Documentation/arm/
Dbooting.rst202 CPU must be in SVC mode. (A special exception exists for Angel)
211 entered in SVC mode.
/linux-6.1.9/arch/arm/mach-tegra/
Dreset-handler.S140 cpsid aif, 0x13 @ SVC mode, interrupts disabled
/linux-6.1.9/arch/arm/boot/compressed/
Dhead.S227 bl __hyp_stub_install @ get into SVC mode, reversibly
/linux-6.1.9/arch/arm/
DKconfig.debug1436 simple SVC call. The host debugger or emulator must have
/linux-6.1.9/arch/arm64/
DKconfig675 of a system call instruction (SVC) can prevent recognition of
/linux-6.1.9/Documentation/virt/kvm/
Dapi.rst3413 * AArch32: SVC, A, I and F bits set. All other bits are
3419 values as for a warm reset to EL1 (resp. SVC)