Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 10 of 10) sorted by relevance

/xen/xen/arch/arm/
A Dvtimer.c45 t->ctl |= CNTx_CTL_PENDING; in phys_timer_expired()
46 if ( !(t->ctl & CNTx_CTL_MASK) ) in phys_timer_expired()
58 t->ctl |= CNTx_CTL_MASK; in virt_timer_expired()
109 t->ctl = 0; in vcpu_vtimer_init()
117 t->ctl = 0; in vcpu_vtimer_init()
145 !(v->arch.virt_timer.ctl & CNTx_CTL_MASK)) in virt_timer_save()
175 *r = v->arch.phys_timer.ctl; in vtimer_cntp_ctl()
179 uint32_t ctl = *r & ~CNTx_CTL_PENDING; in vtimer_cntp_ctl() local
180 if ( ctl & CNTx_CTL_ENABLE ) in vtimer_cntp_ctl()
181 ctl |= v->arch.phys_timer.ctl & CNTx_CTL_PENDING; in vtimer_cntp_ctl()
[all …]
A Dtime.c263 current->arch.virt_timer.ctl = READ_SYSREG32(CNTV_CTL_EL0); in vtimer_interrupt()
264 WRITE_SYSREG32(current->arch.virt_timer.ctl | CNTx_CTL_MASK, CNTV_CTL_EL0); in vtimer_interrupt()
/xen/tools/hotplug/Linux/
A Dblock-tap37 if ! command -v tap-ctl > /dev/null 2>&1; then
41 if ! tap-ctl check >& /dev/null ; then
69 info=$(tap-ctl list -t $type -f $file)
92 dev=$(tap-ctl create -a $target)
100 do_or_die tap-ctl destroy -p ${pid} -m ${minor} > /dev/null
/xen/xen/arch/x86/oprofile/
A Dop_model_athlon.c255 u64 val, ctl; in handle_ibs() local
262 rdmsrl(MSR_AMD64_IBSFETCHCTL, ctl); in handle_ibs()
263 if (ctl & IBS_FETCH_VAL) { in handle_ibs()
269 ibs_log_event(ctl, regs, mode); in handle_ibs()
275 ctl &= ~(IBS_FETCH_VAL | IBS_FETCH_CNT); in handle_ibs()
276 ctl |= IBS_FETCH_ENABLE; in handle_ibs()
277 wrmsrl(MSR_AMD64_IBSFETCHCTL, ctl); in handle_ibs()
282 rdmsrl(MSR_AMD64_IBSOPCTL, ctl); in handle_ibs()
283 if (ctl & IBS_OP_VAL) { in handle_ibs()
303 ctl = op_amd_randomize_ibs_op(ibs_op_ctl); in handle_ibs()
[all …]
/xen/xen/arch/x86/hvm/vmx/
A Dintr.c73 u32 ctl = CPU_BASED_VIRTUAL_INTR_PENDING; in vmx_enable_intr_window() local
107 ctl = CPU_BASED_VIRTUAL_NMI_PENDING; in vmx_enable_intr_window()
110 if ( !(v->arch.hvm.vmx.exec_control & ctl) ) in vmx_enable_intr_window()
112 v->arch.hvm.vmx.exec_control |= ctl; in vmx_enable_intr_window()
A Dvmcs.c221 u32 vmx_msr_low, vmx_msr_high, ctl = ctl_min | ctl_opt; in adjust_vmx_controls() local
225 ctl &= vmx_msr_high; /* bit == 0 in high word ==> must be zero */ in adjust_vmx_controls()
226 ctl |= vmx_msr_low; /* bit == 1 in low word ==> must be one */ in adjust_vmx_controls()
229 if ( ctl_min & ~ctl ) in adjust_vmx_controls()
233 smp_processor_id(), name, ctl, ctl_min); in adjust_vmx_controls()
236 return ctl; in adjust_vmx_controls()
/xen/xen/arch/x86/hvm/viridian/
A Dviridian.c335 HV_CRASH_CTL_REG_CONTENTS ctl; in guest_wrmsr_viridian() local
337 ctl.AsUINT64 = val; in guest_wrmsr_viridian()
339 if ( !ctl.u.CrashNotify ) in guest_wrmsr_viridian()
417 HV_CRASH_CTL_REG_CONTENTS ctl = { in guest_rdmsr_viridian() local
421 *val = ctl.AsUINT64; in guest_rdmsr_viridian()
/xen/xen/include/asm-arm/
A Ddomain.h41 uint32_t ctl; member
/xen/xen/include/
A DMakefile103 PUBLIC_ANSI_HEADERS := $(filter-out public/%ctl.h public/xsm/% public/%hvm/save.h $(PUBLIC_C99_HEAD…
/xen/tools/firmware/vgabios/
A Dvgabios.c2910 ; reset modeset ctl bit 7 and set bit 4
2920 ; reset modeset ctl bit 7 and bit 4
2929 ; set modeset ctl bit 7 and reset bit 4

Completed in 17 milliseconds