Searched refs:flag (Results 1 – 3 of 3) sorted by relevance
52 static inline int boot_cpu_has(int flag) in boot_cpu_has() argument56 eax = (flag & 0x100) ? 7 : in boot_cpu_has()57 (flag & 0x20) ? 0x80000001 : 1; in boot_cpu_has()63 return ((flag & 0x100 ? ebx : in boot_cpu_has()64 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1; in boot_cpu_has()
77 static struct { unsigned flag:8; char opt_char; } opt_array[] = { member95 if (dp->flags & opt_array[i].flag) in ddebug_describe_flags()400 flags |= opt_array[i].flag; in ddebug_parse_flags()
11 to /dev/kmsg. This flag just specifies if the timestamp should945 to flag any non-RCU used of annotated pointers. This can be950 Say Y to make sparse flag questionable use of RCU-protected pointers1405 If a source file is compiled with DEBUG flag set, any1407 disabled at runtime as below. Note that DEBUG flag is