Searched refs:cap0 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | cap_helpers.c | 16 __u32 cap0 = caps; in cap_enable_effective() local 27 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() local 57 if (!(data[0].effective & cap0) && !(data[1].effective & cap1)) in cap_disable_effective() 60 data[0].effective &= ~cap0; in cap_disable_effective()
|
| /linux/fs/afs/ |
| H A D | fs_probe.c | 145 unsigned int rtt_us = -1, cap0; in afs_fileserver_probe_result() local 204 cap0 = ntohl(call->tmp); in afs_fileserver_probe_result() 205 if (cap0 & AFS3_VICED_CAPABILITY_64BITFILES) in afs_fileserver_probe_result()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | mmu.c | 454 uint32_t tfms, misc, cap0, cap4, clflush_size; in psb_mmu_driver_init() local 461 cpuid(0x00000001, &tfms, &misc, &cap0, &cap4); in psb_mmu_driver_init()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 938 u32 junk, tfms, cap0, misc; in cpu_detect() local 940 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect() 945 if (cap0 & (1<<19)) { in cpu_detect()
|