Searched refs:cap0 (Results 1 – 3 of 3) sorted by relevance
16 __u32 cap0 = caps; in cap_enable_effective() local27 if ((data[0].effective & cap0) == cap0 && in cap_enable_effective()31 data[0].effective |= cap0; in cap_enable_effective()46 __u32 cap0 = caps; in cap_disable_effective() local57 if (!(data[0].effective & cap0) && !(data[1].effective & cap1)) in cap_disable_effective()60 data[0].effective &= ~cap0; in cap_disable_effective()
145 unsigned int rtt_us = -1, cap0; in afs_fileserver_probe_result() local204 cap0 = ntohl(call->tmp); in afs_fileserver_probe_result()205 if (cap0 & AFS3_VICED_CAPABILITY_64BITFILES) in afs_fileserver_probe_result()
908 u32 junk, tfms, cap0, misc; in cpu_detect() local910 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()915 if (cap0 & (1<<19)) { in cpu_detect()