Lines Matching refs:regs
38 : "+m" (args->regs[0]), "+m" (args->regs[1]), in hvc_call()
39 "+m" (args->regs[2]), "+m" (args->regs[3]) in hvc_call()
40 : "m" (args->regs[4]), "m" (args->regs[5]), in hvc_call()
41 "m" (args->regs[6]), "m" (args->regs[7]) in hvc_call()
71 : "+m" (args->regs[0]), "+m" (args->regs[1]), in smc_call()
72 "+m" (args->regs[2]), "+m" (args->regs[3]) in smc_call()
73 : "m" (args->regs[4]), "m" (args->regs[5]), in smc_call()
74 "m" (args->regs[6]) in smc_call()
90 struct pt_regs regs; in psci_system_reset() local
92 regs.regs[0] = ARM_PSCI_0_2_FN_SYSTEM_RESET; in psci_system_reset()
95 smc_call(®s); in psci_system_reset()
97 hvc_call(®s); in psci_system_reset()
105 struct pt_regs regs; in psci_system_off() local
107 regs.regs[0] = ARM_PSCI_0_2_FN_SYSTEM_OFF; in psci_system_off()
110 smc_call(®s); in psci_system_off()
112 hvc_call(®s); in psci_system_off()