Searched refs:spc (Results 1 – 12 of 12) sorted by relevance
/arch/parisc/kernel/ |
D | entry.S | 46 .macro space_to_prot spc prot 47 depd,z \spc,62,31,\prot 50 .macro space_to_prot spc prot 51 extrd,u \spc,(64 - (SPACEID_SHIFT)),32,\prot 185 spc = r24 /* space for which the trap occurred */ define 195 mfctl %pcsq, spc 208 mfctl %pcsq, spc 226 mfctl %isr,spc 240 mfctl %isr,spc 258 mfctl %isr, spc [all …]
|
/arch/arm/mach-vexpress/ |
D | spc.c | 495 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument 499 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local 502 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate() 511 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local 513 return ve_spc_round_performance(spc->cluster, drate); in spc_round_rate() 519 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local 521 return ve_spc_set_performance(spc->cluster, rate / 1000); in spc_set_rate() 533 struct clk_spc *spc; in ve_spc_clk_register() local 535 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register() 536 if (!spc) in ve_spc_clk_register() [all …]
|
D | Makefile | 12 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
|
/arch/sh/include/asm/ |
D | suspend.h | 72 unsigned long spc; member
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 209 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 239 ldc.l @r15+, spc 314 stc spc, k1 322 ldc k0, spc ! PC = saved r0 + r15 - 2
|
D | swsusp.S | 100 ldc r1, spc ! setup pc value for resuming
|
/arch/sh/kernel/ |
D | asm-offsets.c | 42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
|
D | relocate_kernel.S | 41 stc.l spc, @-r15 126 ldc.l @r15+, spc
|
/arch/arm/boot/dts/ |
D | qcom-apq8084.dtsi | 81 CPU_SPC: spc { 82 compatible = "qcom,idle-state-spc",
|
D | qcom-msm8974.dtsi | 129 CPU_SPC: spc { 130 compatible = "qcom,idle-state-spc",
|
D | qcom-apq8064.dtsi | 88 CPU_SPC: spc { 89 compatible = "qcom,idle-state-spc",
|
/arch/sh/kernel/cpu/shmobile/ |
D | sleep.S | 265 ldc r0, spc
|