Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mm/
Dcache-l2x0.c681 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument
684 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup()
781 u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) in __l2c_init() argument
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()
[all …]
/Linux-v6.6/net/atm/
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);
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()
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()
1401 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
Dmpoa_proc.c175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
/Linux-v6.6/include/uapi/linux/
Datmmpc.h35 __be32 cache_id; member
/Linux-v6.6/drivers/acpi/
Dpptt.c415 this_leaf->id = found_cache_v1->cache_id; in update_cache_properties()
/Linux-v6.6/drivers/perf/
Driscv_pmu_sbi.c80 uint32_t cache_id:13; member
/Linux-v6.6/include/acpi/
Dactbl2.h2561 u32 cache_id; member
/Linux-v6.6/include/net/
Dcfg80211.h3287 const u8 *cache_id; member
/Linux-v6.6/drivers/scsi/
Dscsi_transport_iscsi.c414 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
/Linux-v6.6/net/wireless/
Dnl80211.c12220 pmksa.cache_id = in nl80211_setdel_pmksa()