Searched refs:v (Results 1 – 4 of 4) sorted by relevance
111 static void *vgic_debug_next(struct seq_file *s, void *v, loff_t *pos) in vgic_debug_next() argument123 static void vgic_debug_stop(struct seq_file *s, void *v) in vgic_debug_stop() argument132 if (IS_ERR(v)) in vgic_debug_stop()218 static int vgic_debug_show(struct seq_file *s, void *v) in vgic_debug_show() argument221 struct vgic_state_iter *iter = (struct vgic_state_iter *)v; in vgic_debug_show()
15 #define vtr_to_max_lr_idx(v) ((v) & 0xf) argument16 #define vtr_to_nr_pre_bits(v) ((((u32)(v) >> 26) & 7) + 1) argument17 #define vtr_to_nr_apr_regs(v) (1 << (vtr_to_nr_pre_bits(v) - 5)) argument
475 int kvm_arch_vcpu_runnable(struct kvm_vcpu *v) in kvm_arch_vcpu_runnable() argument477 bool irq_lines = *vcpu_hcr(v) & (HCR_VI | HCR_VF); in kvm_arch_vcpu_runnable()478 return ((irq_lines || kvm_vgic_vcpu_pending_irq(v)) in kvm_arch_vcpu_runnable()479 && !v->arch.power_off && !v->arch.pause); in kvm_arch_vcpu_runnable()1426 void *v) in hyp_init_cpu_pm_notifier() argument
3858 void *v) in kvm_reboot() argument