Searched refs:vc (Results 1 - 25 of 156) sorted by path

1234567

/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains3xxx_data.c23 #include "vc.h"
54 .vc = &omap3_vc_mpu,
65 .vc = &omap3_vc_core,
H A Dvoltagedomains44xx_data.c29 #include "vc.h"
53 .vc = &omap4_vc_mpu,
64 .vc = &omap4_vc_iva,
75 .vc = &omap4_vc_core,
H A DMakefile124 voltagedomain-common := voltage.o vc.o vp.o
H A Dvc.c18 #include "vc.h"
118 struct omap_vc_channel *vc = voltdm->vc; local
124 if (vc->flags & OMAP_VC_CHANNEL_DEFAULT)
125 vc->cfg_channel &= vc_cfg_bits->racen;
127 voltdm->rmw(CFG_CHANNEL_MASK << vc->cfg_channel_sa_shift,
128 vc->cfg_channel << vc->cfg_channel_sa_shift,
129 vc->cfg_channel_reg);
139 struct omap_vc_channel *vc local
194 struct omap_vc_channel *vc = voltdm->vc; local
257 static struct omap3_vc vc; variable in typeref:struct:omap3_vc
744 struct omap_vc_channel *vc = voltdm->vc; local
807 struct omap_vc_channel *vc = voltdm->vc; local
[all...]
H A Dvoltage.c39 #include "vc.h"
261 if (voltdm->vc) {
H A Dvoltage.h18 #include "vc.h"
51 * @vc: pointer to VC channel associated with this voltagedomain
66 struct omap_vc_channel *vc; member in struct:voltagedomain
H A Dvoltagedomains54xx_data.c18 #include "vc.h"
39 .vc = &omap4_vc_mpu,
50 .vc = &omap4_vc_iva,
61 .vc = &omap4_vc_core,
/linux-master/include/linux/
H A Dkeyboard.h12 struct vc_data *vc; /* VC on which the keyboard press was done */ member in struct:keyboard_notifier_param
/linux-master/net/lapb/
H A Dlapb_subr.c88 unsigned short vc = lapb->va; local
93 while (vc != lapb->vs) {
94 if (nr == vc)
96 vc = (vc + 1) % modulus;
/linux-master/net/rose/
H A Drose_subr.c85 unsigned short vc = rose->va; local
87 while (vc != rose->vs) {
88 if (nr == vc) return 1;
89 vc = (vc + 1) % ROSE_MODULUS;
/linux-master/arch/alpha/math-emu/
H A Dmath.c110 unsigned long res, va, vb, vc, swcr, fpcr; local
179 vc = 0x4000000000000000UL;
189 case FOP_FNC_CMPxUN: if (res != 3) vc = 0; break;
190 case FOP_FNC_CMPxEQ: if (res) vc = 0; break;
191 case FOP_FNC_CMPxLT: if (res != -1) vc = 0; break;
192 case FOP_FNC_CMPxLE: if ((long)res > 0) vc = 0; break;
242 vc = 0;
244 FP_TO_INT_ROUND_D(vc, DB, 64, 2);
258 vc = ((vb & 0xc0000000) << 32 | /* sign and msb */
276 FP_PACK_SP(&vc, S
[all...]
/linux-master/arch/arm/include/asm/
H A Dassembler.h206 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
545 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/linux-master/arch/arm/mm/
H A Dcache-v7m.S66 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
75 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/linux-master/arch/mips/math-emu/
H A Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \
61 vc = IEEE754_CLASS_INF; \
63 vc = IEEE754_CLASS_QNAN; \
65 vc = IEEE754_CLASS_SNAN; \
69 vc = IEEE754_CLASS_DNORM; \
71 vc = IEEE754_CLASS_ZERO; \
75 vc = IEEE754_CLASS_NORM; \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \
99 vc = IEEE754_CLASS_INF; \
101 vc
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h73 struct kvmppc_vcore *vc[MAX_SUBCORES];
H A Dkvm_host.h340 #define VCORE_ENTRY_MAP(vc) ((vc)->entry_exit_map & 0xff)
341 #define VCORE_EXIT_MAP(vc) ((vc)->entry_exit_map >> 8)
342 #define VCORE_IS_EXITING(vc) (VCORE_EXIT_MAP(vc) != 0)
/linux-master/arch/powerpc/kernel/
H A Dvecemu.c266 unsigned int va, vb, vc, vd; local
278 vc = (word >> 6) & 0x1f;
283 switch (vc) {
341 vmaddfp(&vrs[vd], &vrs[va], &vrs[vb], &vrs[vc]);
344 vnmsubfp(&vrs[vd], &vrs[va], &vrs[vb], &vrs[vc]);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c163 static inline struct kvm_vcpu *next_runnable_thread(struct kvmppc_vcore *vc, argument
170 vcpu = READ_ONCE(vc->runnable_threads[i]);
180 #define for_each_runnable_thread(i, vcpu, vc) \
181 for (i = -1; (vcpu = next_runnable_thread(vc, &i)); )
267 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
293 static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc, u64 tb) argument
299 spin_lock_irqsave(&vc->stoltb_lock, flags);
300 vc->preempt_tb = tb;
301 spin_unlock_irqrestore(&vc
304 kvmppc_core_end_stolen(struct kvmppc_vcore *vc, u64 tb) argument
320 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
355 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
415 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
773 vcore_stolen_time(struct kvmppc_vcore *vc, u64 now) argument
823 kvmppc_update_vpa_dispatch(struct kvm_vcpu *vcpu, struct kvmppc_vcore *vc) argument
853 kvmppc_update_vpa_dispatch_p9(struct kvm_vcpu *vcpu, struct kvmppc_vcore *vc, u64 now) argument
880 struct kvmppc_vcore *vc; local
2201 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
3173 kvmppc_remove_runnable(struct kvmppc_vcore *vc, struct kvm_vcpu *vcpu, u64 tb) argument
3332 kvmppc_start_thread(struct kvm_vcpu *vcpu, struct kvmppc_vcore *vc) argument
3442 kvmppc_vcore_preempt(struct kvmppc_vcore *vc) argument
3460 kvmppc_vcore_end_preempt(struct kvmppc_vcore *vc) argument
3485 struct kvmppc_vcore *vc[MAX_SUBCORES]; member in struct:core_info
3494 init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) argument
3528 init_vcore_to_run(struct kvmppc_vcore *vc) argument
3537 can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) argument
3579 prepare_threads(struct kvmppc_vcore *vc) argument
3633 struct kvmppc_vcore *vc; local
3646 post_guest_process(struct kvmppc_vcore *vc, bool is_master) argument
3775 kvmppc_run_core(struct kvmppc_vcore *vc) argument
4365 kvmppc_wait_for_exec(struct kvmppc_vcore *vc, struct kvm_vcpu *vcpu, int wait_state) argument
4379 grow_halt_poll_ns(struct kvmppc_vcore *vc) argument
4389 shrink_halt_poll_ns(struct kvmppc_vcore *vc) argument
4432 kvmppc_vcore_check_block(struct kvmppc_vcore *vc) argument
4449 kvmppc_vcore_blocked(struct kvmppc_vcore *vc) argument
4586 struct kvmppc_vcore *vc; local
4719 struct kvmppc_vcore *vc; local
5257 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; local
[all...]
H A Dbook3s_hv_builtin.c113 struct kvmppc_vcore *vc = local_paca->kvm_hstate.kvm_vcore; local
121 set_bit(ptid, &vc->conferring_threads);
122 while ((get_tb() < stop) && !VCORE_IS_EXITING(vc)) {
123 threads_running = VCORE_ENTRY_MAP(vc);
124 threads_ceded = vc->napping_threads;
125 threads_conferring = vc->conferring_threads;
131 clear_bit(ptid, &vc->conferring_threads);
239 static void kvmhv_interrupt_vcore(struct kvmppc_vcore *vc, int active) argument
241 int cpu = vc->pcpu;
252 struct kvmppc_vcore *vc local
[all...]
H A Dbook3s_hv_nested.c32 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
34 hr->pcr = vc->pcr | PCR_MASK;
35 hr->dpdes = vc->dpdes;
37 hr->tb_offset = vc->tb_offset;
44 hr->vtb = vc->vtb;
106 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
108 hr->dpdes = vc->dpdes;
112 hr->vtb = vc->vtb;
143 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
145 vc
171 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
257 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
295 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
[all...]
H A Dbook3s_hv_p9_entry.c222 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
224 u64 tb = mftb() - vc->tb_offset_applied;
537 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
596 if (vc->tb_offset) {
597 u64 new_tb = *tb + vc->tb_offset;
604 vc->tb_offset_applied = vc->tb_offset;
607 mtspr(SPRN_VTB, vc->vtb);
611 if (vc->pcr)
612 mtspr(SPRN_PCR, vc
[all...]
H A Dbook3s_hv_ras.c143 struct kvmppc_vcore *vc = vcpu->arch.vcore; local
156 if (vc->tb_offset_applied) {
157 u64 new_tb = mftb() - vc->tb_offset_applied;
163 vc->tb_offset_applied = 0;
178 u64 new_tb = mftb() + vc->tb_offset;
184 vc->tb_offset_applied = kvmppc_get_tb_offset(vcpu);
H A Dtrace_hv.h407 TP_PROTO(struct kvmppc_vcore *vc, int where),
409 TP_ARGS(vc, where),
419 __entry->runner_vcpu = vc->runner->vcpu_id;
420 __entry->n_runnable = vc->n_runnable;
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c183 union dw_union vc, va, vb; local
200 vc.wp[0] = current->thread.evr[fc];
201 vc.wp[1] = regs->gpr[fc];
210 pr_debug("vc: %08x %08x\n", vc.wp[0], vc.wp[1]);
236 vc.wp[1] = va.wp[1] & ~SIGN_BIT_S;
240 vc.wp[1] = va.wp[1] | SIGN_BIT_S;
244 vc.wp[1] = va.wp[1] ^ SIGN_BIT_S;
278 vc
[all...]
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c109 static void vc_follow_cursor(struct vc_data *vc) argument
111 vc_x = vc->state.x - (vc->state.x % WIDTH);
112 vc_y = vc->state.y;
113 lastvc_x = vc->state.x;
114 lastvc_y = vc->state.y;
118 static void vc_maybe_cursor_moved(struct vc_data *vc) argument
120 if (vc->state.x != lastvc_x || vc->state.y != lastvc_y)
121 vc_follow_cursor(vc);
125 vc_refresh(struct vc_data *vc) argument
146 struct vc_data *vc = param->vc; local
267 struct vc_data *vc = param->vc; local
[all...]

Completed in 325 milliseconds

1234567