Searched refs:pt_flags (Results 1 – 3 of 3) sorted by relevance
1842 static long mshv_ioctl_process_pt_flags(void __user *user_arg, u64 *pt_flags, in mshv_ioctl_process_pt_flags() argument1856 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()1864 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_CPU_AND_XSAVE_FEATURES)) { in mshv_ioctl_process_pt_flags()1869 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_process_pt_flags()1914 *pt_flags = HV_PARTITION_CREATION_FLAG_EXO_PARTITION | in mshv_ioctl_process_pt_flags()1917 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_LAPIC)) in mshv_ioctl_process_pt_flags()1918 *pt_flags |= HV_PARTITION_CREATION_FLAG_LAPIC_ENABLED; in mshv_ioctl_process_pt_flags()1919 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_X2APIC)) in mshv_ioctl_process_pt_flags()1920 *pt_flags |= HV_PARTITION_CREATION_FLAG_X2APIC_CAPABLE; in mshv_ioctl_process_pt_flags()1921 if (args.pt_flags & BIT_ULL(MSHV_PT_BIT_GPA_SUPER_PAGES)) in mshv_ioctl_process_pt_flags()[all …]
54 __u64 pt_flags; member76 __u64 pt_flags; member
3111 enum pt_flags { enum3135 return test_bit(PT_reserved, &pt->pt_flags.f); in pagetable_is_reserved()3147 set_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_set_kernel()3164 clear_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_clear_kernel()3175 return test_bit(PT_kernel, &ptdesc->pt_flags.f); in ptdesc_test_kernel()3310 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in __pagetable_ctor()3318 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in pagetable_dtor()