Searched refs:vpid (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-hw-filter.c65 flexcop_ibi_value vpid = fc->read_ibi_reg(fc, vregname), \
67 vpid.vregname.field = onoff ? pid : 0x1fff; \
68 vpid.vregname.trans_field = transval; \
70 fc->write_ibi_reg(fc, vregname, vpid); \
143 flexcop_ibi_value vpid, vid; local
150 vpid = fc->read_ibi_reg(fc, pid_n_reg_314);
151 vpid.pid_n_reg_314.PID = onoff ? pid : 0x1fff;
152 vpid.pid_n_reg_314.PID_enable_bit = onoff;
153 fc->write_ibi_reg(fc, pid_n_reg_314, vpid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c54 module_param_named(vpid, enable_vpid, bool, 0444);
163 int vpid; member in struct:vcpu_vmx
211 u32 vpid; member in struct:vmx_capability
368 return vmx_capability.vpid & VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT;
373 return vmx_capability.vpid & VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT;
437 static inline void __invvpid(int ext, u16 vpid, gva_t gva) argument
440 u64 vpid : 16; member in struct:__anon10642
443 } operand = { vpid, 0, gva };
523 if (vmx->vpid == 0)
527 __invvpid(VMX_VPID_EXTENT_SINGLE_CONTEXT, vmx->vpid,
2457 int vpid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110.h293 extern int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid,
H A Dav7110.c730 static inline int SetPIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, argument
737 if (vpid == 0x1fff || apid == 0x1fff ||
739 vpid = apid = ttpid = subpid = pcrpid = 0;
750 pcrpid, vpid, apid, ttpid, subpid, aflags);
753 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, argument
762 if (!(vpid & 0x8000))
763 av7110->pids[DMX_PES_VIDEO] = vpid;
775 ret = SetPIDs(av7110, vpid, apid, ttpid, subpid, pcrpid);

Completed in 83 milliseconds