Lines Matching defs:sp
42 #define CPU_ACPI_PPC(sp) sp->cs_ppc argument
43 #define CPU_ACPI_PSD(sp) sp->cs_psd argument
44 #define CPU_ACPI_PCT(sp) sp->cs_pct argument
45 #define CPU_ACPI_PCT_CTRL(sp) &sp->cs_pct[0] argument
46 #define CPU_ACPI_PCT_STATUS(sp) &sp->cs_pct[1] argument
47 #define CPU_ACPI_PSTATES(sp) sp->cs_pstates.ss_states argument
48 #define CPU_ACPI_PSTATES_COUNT(sp) sp->cs_pstates.ss_count argument
57 #define CPU_ACPI_TPC(sp) sp->cs_tpc argument
58 #define CPU_ACPI_TSD(sp) sp->cs_tsd argument
59 #define CPU_ACPI_PTC(sp) sp->cs_ptc argument
60 #define CPU_ACPI_PTC_CTRL(sp) &sp->cs_ptc[0] argument
61 #define CPU_ACPI_PTC_STATUS(sp) &sp->cs_ptc[1] argument
62 #define CPU_ACPI_TSTATES(sp) sp->cs_tstates.ss_states argument
63 #define CPU_ACPI_TSTATES_COUNT(sp) sp->cs_tstates.ss_count argument
73 #define CPU_ACPI_CSD(sp) sp->cs_csd argument
74 #define CPU_ACPI_CSTATES(sp) sp->cs_cstates.ss_states argument
75 #define CPU_ACPI_CSTATES_COUNT(sp) sp->cs_cstates.ss_count argument
89 #define CPU_ACPI_IS_OBJ_CACHED(sp, obj) (sp->cpu_acpi_cached & obj) argument
90 #define CPU_ACPI_OBJ_IS_CACHED(sp, obj) (sp->cpu_acpi_cached |= obj) argument
91 #define CPU_ACPI_OBJ_IS_NOT_CACHED(sp, obj) (sp->cpu_acpi_cached &= ~obj) argument