Home
last modified time | relevance | path

Searched refs:vpe_boot_config (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dsmp-cps.h14 struct vpe_boot_config { struct
22 struct vpe_boot_config *vpe_config; argument
/linux/arch/mips/kernel/
H A Dasm-offsets.c411 OFFSET(VPEBOOTCFG_PC, vpe_boot_config, pc); in output_cps_defines()
412 OFFSET(VPEBOOTCFG_SP, vpe_boot_config, sp); in output_cps_defines()
413 OFFSET(VPEBOOTCFG_GP, vpe_boot_config, gp); in output_cps_defines()
414 DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config)); in output_cps_defines()
H A Dpm-cps.c114 struct vpe_boot_config *vpe_cfg; in cps_pm_enter_state()