Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 11 of 11) sorted by relevance

/arch/mips/math-emu/
Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
/arch/powerpc/kvm/
Dbook3s_hv.c168 static inline struct kvm_vcpu *next_runnable_thread(struct kvmppc_vcore *vc, in next_runnable_thread()
185 #define for_each_runnable_thread(i, vcpu, vc) \ argument
284 static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc) in kvmppc_core_start_stolen()
293 static void kvmppc_core_end_stolen(struct kvmppc_vcore *vc) in kvmppc_core_end_stolen()
307 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() local
330 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() local
353 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() local
678 static u64 vcore_stolen_time(struct kvmppc_vcore *vc, u64 now) in vcore_stolen_time()
693 struct kvmppc_vcore *vc) in kvmppc_create_dtl_entry()
735 struct kvmppc_vcore *vc; in kvmppc_doorbell_pending() local
[all …]
Dbook3s_hv_builtin.c127 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmppc_rm_h_confer() local
264 static void kvmhv_interrupt_vcore(struct kvmppc_vcore *vc, int active) in kvmhv_interrupt_vcore()
277 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; in kvmhv_commence_exit() local
Dbook3s_hv_nested.c30 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs() local
100 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state() local
150 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs() local
176 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state() local
225 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest() local
/arch/arm/mach-omap2/
Dvc.c121 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_config_channel() local
142 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_pre_scale() local
197 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_bypass_scale() local
260 static struct omap3_vc vc; variable
747 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_i2c_init() local
825 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_init_channel() local
Dvoltage.h66 struct omap_vc_channel *vc; member
/arch/powerpc/kernel/
Dvecemu.c266 unsigned int va, vb, vc, vd; in emulate_altivec() local
/arch/alpha/math-emu/
Dmath.c108 unsigned long res, va, vb, vc, swcr, fpcr; in alpha_fp_emul() local
/arch/powerpc/math-emu/
Dmath_efp.c183 union dw_union vc, va, vb; in do_spe_mathemu() local
/arch/powerpc/include/asm/
Dkvm_book3s_asm.h76 struct kvmppc_vcore *vc[MAX_SUBCORES]; member
Dkvm_host.h350 #define VCORE_ENTRY_MAP(vc) ((vc)->entry_exit_map & 0xff) argument
351 #define VCORE_EXIT_MAP(vc) ((vc)->entry_exit_map >> 8) argument
352 #define VCORE_IS_EXITING(vc) (VCORE_EXIT_MAP(vc) != 0) argument