Searched refs:cap0 (Results 1 – 3 of 3) sorted by relevance
/linux/fs/afs/ |
A D | fs_probe.c | 106 unsigned int rtt_us = 0, cap0; in afs_fileserver_probe_result() local 163 cap0 = ntohl(call->tmp); in afs_fileserver_probe_result() 164 if (cap0 & AFS3_VICED_CAPABILITY_64BITFILES) in afs_fileserver_probe_result()
|
/linux/drivers/gpu/drm/gma500/ |
A D | mmu.c | 453 uint32_t tfms, misc, cap0, cap4, clflush_size; in psb_mmu_driver_init() local 460 cpuid(0x00000001, &tfms, &misc, &cap0, &cap4); in psb_mmu_driver_init()
|
/linux/arch/x86/kernel/cpu/ |
A D | common.c | 837 u32 junk, tfms, cap0, misc; in cpu_detect() local 839 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect() 844 if (cap0 & (1<<19)) { in cpu_detect()
|
Completed in 10 milliseconds