Searched refs:pv (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/include/asm/ |
D | hvsi.h | 82 extern void hvsilib_init(struct hvsi_priv *pv, 87 extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp); 88 extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp); 89 extern int hvsilib_read_mctrl(struct hvsi_priv *pv); 90 extern int hvsilib_write_mctrl(struct hvsi_priv *pv, int dtr); 91 extern void hvsilib_establish(struct hvsi_priv *pv); 92 extern int hvsilib_get_chars(struct hvsi_priv *pv, char *buf, int count); 93 extern int hvsilib_put_chars(struct hvsi_priv *pv, const char *buf, int count);
|
/arch/ia64/include/asm/sn/ |
D | tioca_provider.h | 21 #define TIOCA_WAR_ENABLED(pv, tioca_common) \ argument 22 ((1 << tioca_common->ca_rev) & pv)
|
/arch/alpha/include/uapi/asm/ |
D | regdef.h | 39 #define pv t12 /* procedure-variable register */ macro
|
/arch/x86/xen/ |
D | Kconfig | 53 bool "Limit Xen pv-domain memory to 512GB" 60 pv-domains with more than 512 GB of RAM. This option controls the
|
/arch/ia64/sn/include/xtalk/ |
D | xbow.h | 299 #define XBOW_WAR_ENABLED(pv, widid) ((1 << XWIDGET_REV_NUM(widid)) & pv) argument
|
/arch/mips/math-emu/ |
D | me-debugfs.c | 21 local_t *pv; in fpuemu_stat_get() local 24 pv = (void *)ps + (unsigned long)data; in fpuemu_stat_get() 25 sum += local_read(pv); in fpuemu_stat_get()
|
/arch/ia64/include/asm/ |
D | pal.h | 520 pv : 1, /* privilege level field valid */ member 557 pv : 1, /* privilege level field valid */ member 593 pv : 1, /* privilege level field valid */ member 623 pv : 1, /* privilege level field valid */ member 653 pv : 1, /* privilege level field valid */ member
|
/arch/arm/mm/ |
D | Makefile | 22 obj-$(CONFIG_ARM_PV_FIXUP) += pv-fixup-asm.o
|
/arch/x86/include/asm/ |
D | kvm_host.h | 704 } pv; member
|
/arch/x86/kvm/ |
D | x86.c | 7345 vcpu->arch.pv.pv_unhalted = false; in vcpu_block() 7685 vcpu->arch.pv.pv_unhalted) in kvm_arch_vcpu_ioctl_get_mpstate() 8290 vcpu->arch.pv.pv_unhalted = false; in kvm_arch_vcpu_init() 8777 if (vcpu->arch.pv.pv_unhalted) in kvm_vcpu_has_events() 8809 if (READ_ONCE(vcpu->arch.pv.pv_unhalted)) in kvm_arch_dy_runnable()
|
D | lapic.c | 1007 vcpu->arch.pv.pv_unhalted = 1; in __apic_accept_irq()
|