Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dsys-hypervisor.c408 #define FLAG_COUNT (sizeof(xen_start_flags) * BITS_PER_BYTE) macro
434 static struct hyp_sysfs_attr flag_attrs[FLAG_COUNT] = {
440 .attrs = (struct attribute *[FLAG_COUNT + 1]){}
442 static char flag_unames[FLAG_COUNT][FLAG_UNAME_MAX];
446 for (unsigned fnum = 0; fnum != FLAG_COUNT; fnum++) { in xen_sysfs_flags_init()