Searched refs:cap0 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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-6.15/drivers/infiniband/hw/erdma/ |
| H A D | erdma_main.c | 381 u64 req_hdr, cap0, cap1; in erdma_dev_attrs_init() local 386 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init() 391 dev->attrs.max_cqe = 1 << ERDMA_GET_CAP(MAX_CQE, cap0); in erdma_dev_attrs_init() 392 dev->attrs.max_mr_size = 1ULL << ERDMA_GET_CAP(MAX_MR_SIZE, cap0); in erdma_dev_attrs_init() 394 dev->attrs.max_recv_wr = 1 << ERDMA_GET_CAP(MAX_RECV_WR, cap0); in erdma_dev_attrs_init() 395 dev->attrs.max_gid = 1 << ERDMA_GET_CAP(MAX_GID, cap0); in erdma_dev_attrs_init() 396 dev->attrs.max_ah = 1 << ERDMA_GET_CAP(MAX_AH, cap0); in erdma_dev_attrs_init() 402 dev->attrs.cap_flags = ERDMA_GET_CAP(FLAGS, cap0); in erdma_dev_attrs_init() 419 err = erdma_post_cmd_wait(&dev->cmdq, &req_hdr, sizeof(req_hdr), &cap0, in erdma_dev_attrs_init() 423 FIELD_GET(ERDMA_CMD_INFO0_FW_VER_MASK, cap0); in erdma_dev_attrs_init()
|
| /linux-6.15/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-6.15/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-6.15/arch/x86/kernel/cpu/ |
| H A D | common.c | 906 u32 junk, tfms, cap0, misc; in cpu_detect() local 908 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect() 913 if (cap0 & (1<<19)) { in cpu_detect()
|