Searched refs:SVC (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htc.h | 259 #define SVC(group, idx) \ macro 267 ATH10K_HTC_SVC_ID_RSVD_CTRL = SVC(ATH10K_HTC_SVC_GRP_RSVD, 1), 268 ATH10K_HTC_SVC_ID_WMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_WMI, 0), 269 ATH10K_HTC_SVC_ID_WMI_DATA_BE = SVC(ATH10K_HTC_SVC_GRP_WMI, 1), 270 ATH10K_HTC_SVC_ID_WMI_DATA_BK = SVC(ATH10K_HTC_SVC_GRP_WMI, 2), 271 ATH10K_HTC_SVC_ID_WMI_DATA_VI = SVC(ATH10K_HTC_SVC_GRP_WMI, 3), 272 ATH10K_HTC_SVC_ID_WMI_DATA_VO = SVC(ATH10K_HTC_SVC_GRP_WMI, 4), 274 ATH10K_HTC_SVC_ID_NMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_NMI, 0), 275 ATH10K_HTC_SVC_ID_NMI_DATA = SVC(ATH10K_HTC_SVC_GRP_NMI, 1), 277 ATH10K_HTC_SVC_ID_HTT_DATA_MSG = SVC(ATH10K_HTC_SVC_GRP_HTT, 0), [all …]
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-v7m.S | 123 @ Lower the priority of the SVC and PendSV exceptions 125 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority 129 @ SVC to switch to handler mode. Notice that this requires sp to 133 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 134 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 143 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
D | proc-xscale.S | 569 mcr p15, 0, r0, c15, c1, 0 @ affects USR or SVC modes
|
/Linux-v4.19/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 | 295 ldr r5, [sp, #S_PSR] @ Get SVC cpsr 333 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 1028 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC 1064 movs pc, lr @ branch to handler in SVC mode
|
D | entry-header.S | 174 @ available. Should only be called from SVC mode 185 msr cpsr_c, \rtemp @ switch back to the SVC mode 197 msr cpsr_c, \rtemp @ switch back to the SVC mode
|
/Linux-v4.19/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-v4.19/Documentation/translations/zh_CN/arm/ |
D | Booting | 162 CPU 必须处于 SVC 模式。(对于 Angel 调试有特例存在)
|
/Linux-v4.19/Documentation/virtual/kvm/arm/ |
D | hyp-abi.txt | 16 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
|
/Linux-v4.19/Documentation/arm/ |
D | Booting | 186 CPU must be in SVC mode. (A special exception exists for Angel) 195 entered in SVC mode.
|
/Linux-v4.19/arch/arm/mach-tegra/ |
D | reset-handler.S | 121 cpsid aif, 0x13 @ SVC mode, interrupts disabled
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 1064 (SVC). There 256 possibilities of these as the instruction is made up of a 0xA 1067 TR SVC <Optional value or range> 1070 TR SVC 5 ( as this is the syscall number of open ) 1117 TR SVC 5 1119 000151B0' SVC 0A05 -> 0001909A' CC 0 1121 D 20.8 to check the SVC old psw in the prefix area and see was it from userspace 1126 for it to be a userspace SVC if it was we would have to temporarily switch the
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head.S | 154 bl __hyp_stub_install @ get into SVC mode, reversibly
|
/Linux-v4.19/arch/arm/ |
D | Kconfig.debug | 1357 simple SVC call. The host debugger or emulator must have
|