Searched refs:flag (Results 1 – 3 of 3) sorted by relevance
62 static inline int boot_cpu_has(int flag) in boot_cpu_has() argument66 eax = (flag & 0x100) ? 7 : in boot_cpu_has()67 (flag & 0x20) ? 0x80000001 : 1; in boot_cpu_has()73 return ((flag & 0x100 ? ebx : in boot_cpu_has()74 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1; in boot_cpu_has()
79 static struct { unsigned flag:8; char opt_char; } opt_array[] = { member97 if (dp->flags & opt_array[i].flag) in ddebug_describe_flags()414 flags |= opt_array[i].flag; in ddebug_parse_flags()
12 to /dev/kmsg. This flag just specifies if the timestamp should80 If a source file is compiled with DEBUG flag set, any82 disabled at runtime as below. Note that DEBUG flag is