Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/infiniband/hw/erdma/
A Derdma_main.c358 u64 req_hdr, cap0, cap1; in erdma_dev_attrs_init() local
363 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init()
368 dev->attrs.max_cqe = 1 << ERDMA_GET_CAP(MAX_CQE, cap0); in erdma_dev_attrs_init()
369 dev->attrs.max_mr_size = 1ULL << ERDMA_GET_CAP(MAX_MR_SIZE, cap0); in erdma_dev_attrs_init()
371 dev->attrs.max_recv_wr = 1 << ERDMA_GET_CAP(MAX_RECV_WR, cap0); in erdma_dev_attrs_init()
377 dev->attrs.cap_flags = ERDMA_GET_CAP(FLAGS, cap0); in erdma_dev_attrs_init()
393 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init()
397 FIELD_GET(ERDMA_CMD_INFO0_FW_VER_MASK, cap0); in erdma_dev_attrs_init()
/linux-6.3-rc2/fs/afs/
A 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-6.3-rc2/drivers/gpu/drm/gma500/
A 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-6.3-rc2/drivers/thunderbolt/
A Ddebugfs.c331 u32 cap0, cap1; in margining_caps_show() local
337 cap0 = usb4->margining->caps[0]; in margining_caps_show()
338 seq_printf(s, "0x%08x\n", cap0); in margining_caps_show()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c964 u32 junk, tfms, cap0, misc; in cpu_detect() local
966 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
971 if (cap0 & (1<<19)) { in cpu_detect()

Completed in 13 milliseconds