Searched refs:pt_flags (Results 1 – 3 of 3) sorted by relevance
1927 static long mshv_ioctl_process_pt_flags(void __user *user_arg, u64 *pt_flags, in mshv_ioctl_process_pt_flags() argument1941 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 …]
56 __u64 pt_flags; member78 __u64 pt_flags; member
3572 enum pt_flags { enum3596 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()