Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmshv.h51 __u64 pt_flags; member
/linux/drivers/hv/
H A Dmshv_root_main.c1880 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_create_partition()
1888 if (args.pt_flags & BIT(MSHV_PT_BIT_LAPIC)) in mshv_ioctl_create_partition()
1890 if (args.pt_flags & BIT(MSHV_PT_BIT_X2APIC)) in mshv_ioctl_create_partition()
1892 if (args.pt_flags & BIT(MSHV_PT_BIT_GPA_SUPER_PAGES)) in mshv_ioctl_create_partition()
/linux/include/linux/
H A Dmm_types.h547 memdesc_flags_t pt_flags; member
585 TABLE_MATCH(flags, pt_flags);
H A Dmm.h2942 enum pt_flags { enum
2965 return test_bit(PT_reserved, &pt->pt_flags.f); in pagetable_is_reserved()
3082 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in __pagetable_ctor()
3090 pg_data_t *pgdat = NODE_DATA(memdesc_nid(ptdesc->pt_flags)); in pagetable_dtor()