Home
last modified time | relevance | path

Searched refs:vps (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dmips_gic.c42 if (((gic->vps[vp].compare_map & GIC_MAP_MSK) == pin) && in mips_gic_set_vp_irq()
43 (gic->vps[vp].mask & GIC_VP_MASK_CMP_MSK)) { in mips_gic_set_vp_irq()
45 ored_level |= (gic->vps[vp].pend & GIC_VP_MASK_CMP_MSK) >> in mips_gic_set_vp_irq()
49 kvm_mips_set_ipi_interrupt(env_archcpu(gic->vps[vp].env), in mips_gic_set_vp_irq()
53 qemu_set_irq(gic->vps[vp].env->irq[pin + GIC_CPU_PIN_OFFSET], in mips_gic_set_vp_irq()
94 return gic->vps[vp_index].ctl; in gic_read_vp()
97 return gic->vps[vp_index].pend; in gic_read_vp()
99 return gic->vps[vp_index].mask; in gic_read_vp()
101 return gic->vps[vp_index].compare_map; in gic_read_vp()
103 return gic->vps[vp_index].other_addr; in gic_read_vp()
[all …]
/openbmc/qemu/hw/misc/
H A Dmips_cmgcr.c76 MIPSGCRVPState *current_vps = &gcr->vps[current_cpu->cpu_index]; in gcr_read()
77 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_read()
120 static inline target_ulong get_exception_base(MIPSGCRVPState *vps) in get_exception_base() argument
123 return (int32_t)(vps->reset_base & GCR_CL_RESET_BASE_RESETBASE_MSK); in get_exception_base()
130 MIPSGCRVPState *current_vps = &gcr->vps[current_cpu->cpu_index]; in gcr_write()
131 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_write()
198 s->vps[i].other = 0; in mips_gcr_reset()
199 s->vps[i].reset_base = 0xBFC00000 & GCR_CL_RESET_BASE_MSK; in mips_gcr_reset()
200 cpu_set_exception_base(i, get_exception_base(&s->vps[i])); in mips_gcr_reset()
229 s->vps = g_new(MIPSGCRVPState, s->num_vps); in mips_gcr_realize()
/openbmc/qemu/include/hw/misc/
H A Dmips_cmgcr.h88 MIPSGCRVPState *vps; member
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h209 MIPSGICVPState *vps; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch1628 if (ps->vps->vps_timing_info_present_flag) {
1629 num = ps->vps->vps_num_units_in_tick;
1630 den = ps->vps->vps_time_scale;
1748 + s->ps.vps = (HEVCVPS*) s->ps.vps_list[s->ps.sps->vps_id]->data;