Home
last modified time | relevance | path

Searched refs:pt_flags (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root_main.c1927 static long mshv_ioctl_process_pt_flags(void __user *user_arg, u64 *pt_flags, in mshv_ioctl_process_pt_flags() argument
1941 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()
1949 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_CPU_AND_XSAVE_FEATURES)) { in mshv_ioctl_process_pt_flags()
1954 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()
1999 *pt_flags = HV_PARTITION_CREATION_FLAG_EXO_PARTITION | in mshv_ioctl_process_pt_flags()
2002 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_LAPIC)) in mshv_ioctl_process_pt_flags()
2003 *pt_flags |= HV_PARTITION_CREATION_FLAG_LAPIC_ENABLED; in mshv_ioctl_process_pt_flags()
2004 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_X2APIC)) in mshv_ioctl_process_pt_flags()
2005 *pt_flags |= HV_PARTITION_CREATION_FLAG_X2APIC_CAPABLE; in mshv_ioctl_process_pt_flags()
2006 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_GPA_SUPER_PAGES)) in mshv_ioctl_process_pt_flags()
[all …]
/linux/include/uapi/linux/
H A Dmshv.h56 __u64 pt_flags; member
78 __u64 pt_flags; member
/linux/include/linux/
H A Dmm.h3572 enum pt_flags { enum
3596 return test_bit(PT_reserved, &pt->pt_flags.f); in pagetable_is_reserved()
3608 set_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_set_kernel()
3625 clear_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_clear_kernel()
3636 return test_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_test_kernel()