Home
last modified time | relevance | path

Searched defs:vpe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_v6_1.c64 static uint32_t vpe_v6_1_get_reg_offset(struct amdgpu_vpe *vpe, uint32_t inst, uint32_t offset) in vpe_v6_1_get_reg_offset()
73 static void vpe_v6_1_halt(struct amdgpu_vpe *vpe, bool halt) in vpe_v6_1_halt()
86 static int vpe_v6_1_irq_init(struct amdgpu_vpe *vpe) in vpe_v6_1_irq_init()
100 static void vpe_v6_1_set_collaborate_mode(struct amdgpu_vpe *vpe, bool enable) in vpe_v6_1_set_collaborate_mode()
123 static int vpe_v6_1_load_microcode(struct amdgpu_vpe *vpe) in vpe_v6_1_load_microcode()
206 static int vpe_v6_1_ring_start(struct amdgpu_vpe *vpe) in vpe_v6_1_ring_start()
276 static int vpe_v_6_1_ring_stop(struct amdgpu_vpe *vpe) in vpe_v_6_1_ring_stop()
314 struct amdgpu_vpe *vpe = &adev->vpe; in vpe_v6_1_set_trap_irq_state() local
351 static int vpe_v6_1_set_regs(struct amdgpu_vpe *vpe) in vpe_v6_1_set_regs()
394 void vpe_v6_1_set_funcs(struct amdgpu_vpe *vpe) in vpe_v6_1_set_funcs()
/linux/arch/mips/kernel/
H A Dvpe-mt.c195 int vpe_start(void *vpe, unsigned long start) in vpe_start()
205 int vpe_stop(void *vpe) in vpe_stop()
226 int vpe_free(void *vpe) in vpe_free()
263 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local
281 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local
289 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
H A Drtlx.c68 void rtlx_starting(int vpe) in rtlx_starting()
81 void rtlx_stopping(int vpe) in rtlx_stopping()
H A Dcpu-probe.c2042 void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe) in cpu_set_vpe_id()
/linux/drivers/irqchip/
H A Dirq-gic-v4.c119 static int its_alloc_vcpu_sgis(struct its_vpe *vpe, int idx) in its_alloc_vcpu_sgis()
229 static int its_send_vpe_cmd(struct its_vpe *vpe, struct its_cmd_info *info) in its_send_vpe_cmd()
234 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident()
261 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en) in its_make_vpe_resident()
284 int its_commit_vpe(struct its_vpe *vpe) in its_commit_vpe()
301 int its_invall_vpe(struct its_vpe *vpe) in its_invall_vpe()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c108 static void vgic_v4_sync_sgi_config(struct its_vpe *vpe, struct vgic_irq *irq) in vgic_v4_sync_sgi_config()
117 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_enable_vsgis() local
218 struct its_vpe *vpe = &irq->target_vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_get_vlpi_state() local
360 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_put() local
370 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_load() local
406 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_commit() local
/linux/include/linux/irqchip/
H A Darm-gic-v4.h106 struct its_vpe *vpe; member