Home
last modified time | relevance | path

Searched refs:cap0 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/afs/
Dfs_probe.c106 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-v5.15/drivers/gpu/drm/gma500/
Dmmu.c453 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-v5.15/arch/x86/kernel/cpu/
Dcommon.c834 u32 junk, tfms, cap0, misc; in cpu_detect() local
836 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
841 if (cap0 & (1<<19)) { in cpu_detect()