| /linux-6.15/arch/arm/mm/ |
| H A D | cache-l2x0.c | 684 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup() 812 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in __l2c_init() 856 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init() 887 data->type, cache_id, aux); in __l2c_init() 889 l2x0_pmu_register(l2x0_base, cache_id); in __l2c_init() 897 u32 cache_id; in l2x0_init() local 901 cache_id = readl_relaxed(base + L2X0_CACHE_ID); in l2x0_init() 903 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in l2x0_init() 922 __l2c_init(data, aux_val, aux_mask, cache_id, false); in l2x0_init() 1766 u32 cache_id, old_aux; in l2x0_of_init() local [all …]
|
| /linux-6.15/net/atm/ |
| H A D | mpoa_caches.h | 69 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client); 70 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
|
| H A D | mpoa_caches.c | 332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument 340 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id() 483 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry() 516 ntohl(entry->ctrl_info.cache_id)); in clear_expired()
|
| H A D | mpc.c | 1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local 1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd() 1312 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd() 1403 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
|
| H A D | mpoa_proc.c | 175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | atmmpc.h | 35 __be32 cache_id; member
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | iommufd_test.h | 246 __u32 cache_id; member
|
| H A D | selftest.c | 698 if (cur->cache_id > MOCK_DEV_CACHE_ID_MAX) { in mock_viommu_cache_invalidate() 718 mdev->cache[cur->cache_id] = 0; in mock_viommu_cache_invalidate() 1204 unsigned int cache_id, u32 cache) in iommufd_test_dev_check_cache() argument 1215 if (cache_id > MOCK_DEV_CACHE_ID_MAX || mdev->cache[cache_id] != cache) in iommufd_test_dev_check_cache()
|
| /linux-6.15/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 2915 inv_reqs[0].cache_id = MOCK_DEV_CACHE_ID_MAX + 1; in TEST_F() 2925 inv_reqs[0].cache_id = 0; in TEST_F() 2938 inv_reqs[0].cache_id = 0; in TEST_F() 2941 inv_reqs[1].cache_id = 1; in TEST_F() 2961 inv_reqs[0].cache_id = 0; in TEST_F() 2964 inv_reqs[1].cache_id = MOCK_DEV_CACHE_ID_MAX + 1; in TEST_F() 2981 inv_reqs[0].cache_id = 1; in TEST_F() 2996 inv_reqs[0].cache_id = 2; in TEST_F() 2999 inv_reqs[1].cache_id = 3; in TEST_F()
|
| H A D | iommufd_utils.h | 260 #define test_cmd_dev_check_cache(device_id, cache_id, expected) \ argument 267 .id = cache_id, \
|
| /linux-6.15/drivers/acpi/ |
| H A D | pptt.c | 420 this_leaf->id = found_cache_v1->cache_id; in update_cache_properties()
|
| /linux-6.15/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 113 uint32_t cache_id:13; member
|
| /linux-6.15/include/acpi/ |
| H A D | actbl2.h | 2595 u32 cache_id; member
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 3508 const u8 *cache_id; member
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 414 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 12431 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]); in nl80211_set_pmksa() 12491 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]); in nl80211_del_pmksa()
|