Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dcap_helpers.c16 __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/drivers/infiniband/hw/erdma/
A Derdma_main.c387 u64 req_hdr, cap0, cap1; in erdma_dev_attrs_init() local
392 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init()
397 dev->attrs.max_cqe = 1 << ERDMA_GET_CAP(MAX_CQE, cap0); in erdma_dev_attrs_init()
398 dev->attrs.max_mr_size = 1ULL << ERDMA_GET_CAP(MAX_MR_SIZE, cap0); in erdma_dev_attrs_init()
400 dev->attrs.max_recv_wr = 1 << ERDMA_GET_CAP(MAX_RECV_WR, cap0); in erdma_dev_attrs_init()
406 dev->attrs.cap_flags = ERDMA_GET_CAP(FLAGS, cap0); in erdma_dev_attrs_init()
422 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init()
426 FIELD_GET(ERDMA_CMD_INFO0_FW_VER_MASK, cap0); in erdma_dev_attrs_init()
/linux/fs/afs/
A Dfs_probe.c145 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/
A Dmmu.c454 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/
A Dcommon.c908 u32 junk, tfms, cap0, misc; in cpu_detect() local
910 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
915 if (cap0 & (1<<19)) { in cpu_detect()
/linux/drivers/thunderbolt/
A Ddebugfs.c573 u32 cap0, cap1; in margining_caps_show() local
579 cap0 = margining->caps[0]; in margining_caps_show()
580 seq_printf(s, "0x%08x\n", cap0); in margining_caps_show()

Completed in 27 milliseconds