Home
last modified time | relevance | path

Searched refs:cache_id (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dmake_legacy_cache.py66 cache_id: int, cache_op: int, cache_result: int,
90 for (cache_id, names, ops, cache_desc) in hw_cache_id:
93 cache_id,
105 cache_id,
116 cache_id, op, result,
123 cache_id,
/linux/arch/arm/mm/
H A Dcache-l2x0.c682 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument
685 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup()
782 u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) in __l2c_init() argument
813 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in __l2c_init()
857 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init()
888 data->type, cache_id, aux); in __l2c_init()
890 l2x0_pmu_register(l2x0_base, cache_id); in __l2c_init()
898 u32 cache_id; in l2x0_init() local
902 cache_id = readl_relaxed(base + L2X0_CACHE_ID); in l2x0_init()
904 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in l2x0_init()
[all …]
/linux/net/atm/
H A Dmpoa_caches.h69 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 Dmpoa_caches.c332 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 Dmpc.c1231 __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 Dmpoa_proc.c175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
/linux/include/uapi/linux/
H A Datmmpc.h35 __be32 cache_id; member
/linux/drivers/iommu/iommufd/
H A Diommufd_test.h282 __u32 cache_id; member
/linux/tools/testing/selftests/iommu/
H A Diommufd.c3066 /* Negative test: invalid cache_id */ in TEST_F()
3070 inv_reqs[0].cache_id = MOCK_DEV_CACHE_ID_MAX + 1; in TEST_F()
3080 inv_reqs[0].cache_id = 0; in TEST_F()
3093 inv_reqs[0].cache_id = 0; in TEST_F()
3096 inv_reqs[1].cache_id = 1; in TEST_F()
3108 * due to invalid cache_id configuration in the 2nd request. in TEST_F()
3113 inv_reqs[0].cache_id = 0; in TEST_F()
3116 inv_reqs[1].cache_id = MOCK_DEV_CACHE_ID_MAX + 1; in TEST_F()
3130 inv_reqs[0].cache_id = 1; in TEST_F()
3143 inv_reqs[0].cache_id in TEST_F()
[all...]
H A Diommufd_utils.h281 #define test_cmd_dev_check_cache(device_id, cache_id, expected) \ argument
288 .id = cache_id, \
/linux/include/acpi/
H A Dactbl2.h2829 u32 cache_id; member
/linux/include/net/
H A Dcfg80211.h3646 const u8 *cache_id; member
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c414 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
/linux/net/wireless/
H A Dnl80211.c13475 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]); in nl80211_set_pmksa()
13535 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]); in nl80211_del_pmksa()