Searched refs:pt_flags (Results 1 – 4 of 4) sorted by relevance
1868 static long mshv_ioctl_process_pt_flags(void __user *user_arg, u64 *pt_flags, in mshv_ioctl_process_pt_flags() argument1882 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()1890 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_CPU_AND_XSAVE_FEATURES)) { in mshv_ioctl_process_pt_flags()1895 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()1940 *pt_flags = HV_PARTITION_CREATION_FLAG_EXO_PARTITION | in mshv_ioctl_process_pt_flags()1943 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_LAPIC)) in mshv_ioctl_process_pt_flags()1944 *pt_flags |= HV_PARTITION_CREATION_FLAG_LAPIC_ENABLED; in mshv_ioctl_process_pt_flags()1945 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_X2APIC)) in mshv_ioctl_process_pt_flags()1946 *pt_flags |= HV_PARTITION_CREATION_FLAG_X2APIC_CAPABLE; in mshv_ioctl_process_pt_flags()1947 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
3325 enum pt_flags { enum3349 return test_bit(PT_reserved, &pt->pt_flags.f); in pagetable_is_reserved()3361 set_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_set_kernel()3378 clear_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_clear_kernel()3389 return test_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_test_kernel()3524 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in __pagetable_ctor()3532 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in pagetable_dtor()
573 memdesc_flags_t pt_flags; member611 TABLE_MATCH(flags, pt_flags);