Searched refs:SVC (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htc.h | 231 #define SVC(group, idx) \ macro 239 ATH10K_HTC_SVC_ID_RSVD_CTRL = SVC(ATH10K_HTC_SVC_GRP_RSVD, 1), 240 ATH10K_HTC_SVC_ID_WMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_WMI, 0), 241 ATH10K_HTC_SVC_ID_WMI_DATA_BE = SVC(ATH10K_HTC_SVC_GRP_WMI, 1), 242 ATH10K_HTC_SVC_ID_WMI_DATA_BK = SVC(ATH10K_HTC_SVC_GRP_WMI, 2), 243 ATH10K_HTC_SVC_ID_WMI_DATA_VI = SVC(ATH10K_HTC_SVC_GRP_WMI, 3), 244 ATH10K_HTC_SVC_ID_WMI_DATA_VO = SVC(ATH10K_HTC_SVC_GRP_WMI, 4), 246 ATH10K_HTC_SVC_ID_NMI_CONTROL = SVC(ATH10K_HTC_SVC_GRP_NMI, 0), 247 ATH10K_HTC_SVC_ID_NMI_DATA = SVC(ATH10K_HTC_SVC_GRP_NMI, 1), 249 ATH10K_HTC_SVC_ID_HTT_DATA_MSG = SVC(ATH10K_HTC_SVC_GRP_HTT, 0), [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-v7m.S | 94 @ Lower the priority of the SVC and PendSV exceptions 96 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority 100 @ SVC to run the kernel in this mode 102 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 103 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 110 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
D | proc-xscale.S | 568 mcr p15, 0, r0, c15, c1, 0 @ affects USR or SVC modes
|
/linux-4.4.14/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 | 293 ldr r5, [sp, #S_PSR] @ Get SVC cpsr 331 @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode 1022 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC 1058 movs pc, lr @ branch to handler in SVC mode
|
D | entry-header.S | 173 @ available. Should only be called from SVC mode 184 msr cpsr_c, \rtemp @ switch back to the SVC mode 196 msr cpsr_c, \rtemp @ switch back to the SVC mode
|
/linux-4.4.14/Documentation/zh_CN/arm/ |
D | Booting | 162 CPU 必须处于 SVC 模式。(对于 Angel 调试有特例存在)
|
/linux-4.4.14/Documentation/arm/ |
D | Booting | 186 CPU must be in SVC mode. (A special exception exists for Angel) 195 entered in SVC mode.
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | reset-handler.S | 121 cpsid aif, 0x13 @ SVC mode, interrupts disabled
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 146 bl __hyp_stub_install @ get into SVC mode, reversibly
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1180 simple SVC call. The host debugger or emulator must have
|