Home
last modified time | relevance | path

Searched refs:arch_flags (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dcpuidle.c18 #define ARM64_LPI_IS_RETENTION_STATE(arch_flags) (!(arch_flags)) argument
67 if (ARM64_LPI_IS_RETENTION_STATE(lpi->arch_flags)) in acpi_processor_ffh_lpi_enter()
/openbmc/linux/arch/arm64/include/asm/
H A Dacpi.h54 static inline unsigned int arch_get_idle_state_flags(u32 arch_flags) in arch_get_idle_state_flags() argument
56 if (arch_flags & CPUIDLE_CORE_CTXT) in arch_get_idle_state_flags()
/openbmc/linux/include/linux/
H A Dsh_clk.h61 unsigned long arch_flags; member
156 .arch_flags = _div_bitmap, \
H A Dacpi.h1485 static inline unsigned int arch_get_idle_state_flags(u32 arch_flags) in arch_get_idle_state_flags() argument
/openbmc/linux/drivers/sh/clk/
H A Dcpg.c121 table, clk->arch_flags ? &clk->arch_flags : NULL); in sh_clk_div_recalc()
360 table, &clk->arch_flags); in sh_clk_div4_set_parent()
/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c986 if (obj_get_integer(pkg_elem + 3, &lpi_state->arch_flags)) in acpi_processor_evaluate_lpi()
987 lpi_state->arch_flags = 0; in acpi_processor_evaluate_lpi()
1032 result->arch_flags = parent->arch_flags; in combine_lpi_states()
1215 state->flags |= arch_get_idle_state_flags(lpi->arch_flags); in acpi_processor_setup_lpi_states()
/openbmc/linux/include/acpi/
H A Dprocessor.h83 u32 arch_flags; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch77 env['CCFLAGS'] = '%s /EHsc /GR /GS- /MD /nologo %s %s' % (warn_flags, arch_flags, opt_flags)