Lines Matching refs:regs
36 : "+m" (args->regs[0]), "+m" (args->regs[1]), in hvc_call()
37 "+m" (args->regs[2]), "+m" (args->regs[3]) in hvc_call()
38 : "m" (args->regs[4]), "m" (args->regs[5]), in hvc_call()
39 "m" (args->regs[6]) in hvc_call()
69 : "+m" (args->regs[0]), "+m" (args->regs[1]), in smc_call()
70 "+m" (args->regs[2]), "+m" (args->regs[3]) in smc_call()
71 : "m" (args->regs[4]), "m" (args->regs[5]), in smc_call()
72 "m" (args->regs[6]) in smc_call()
88 struct pt_regs regs; in psci_system_reset() local
90 regs.regs[0] = ARM_PSCI_0_2_FN_SYSTEM_RESET; in psci_system_reset()
93 smc_call(®s); in psci_system_reset()
95 hvc_call(®s); in psci_system_reset()
103 struct pt_regs regs; in psci_system_off() local
105 regs.regs[0] = ARM_PSCI_0_2_FN_SYSTEM_OFF; in psci_system_off()
108 smc_call(®s); in psci_system_off()
110 hvc_call(®s); in psci_system_off()