Home
last modified time | relevance | path

Searched refs:MSHV_PT_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dmshv.h32 #define MSHV_PT_FLAGS_MASK ((1 << MSHV_PT_BIT_COUNT) - 1) macro
/linux-6.15/drivers/hv/
H A Dmshv_root_main.c1905 if ((args.pt_flags & ~MSHV_PT_FLAGS_MASK) || in mshv_ioctl_create_partition()