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