Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dcache-l2x0.c693 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument
696 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup()
793 u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) in __l2c_init() argument
824 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in __l2c_init()
868 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init()
899 data->type, cache_id, aux); in __l2c_init()
901 l2x0_pmu_register(l2x0_base, cache_id); in __l2c_init()
909 u32 cache_id; in l2x0_init() local
913 cache_id = readl_relaxed(base + L2X0_CACHE_ID); in l2x0_init()
915 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in l2x0_init()
[all …]
/Linux-v4.19/arch/arm64/kernel/
Dtopology.c355 int i, cache_id; in parse_acpi_topology() local
379 cache_id = find_acpi_cpu_cache_topology(cpu, i); in parse_acpi_topology()
380 if (cache_id > 0) in parse_acpi_topology()
381 cpu_topology[cpu].llc_id = cache_id; in parse_acpi_topology()
/Linux-v4.19/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.c333 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument
341 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id()
485 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry()
518 ntohl(entry->ctrl_info.cache_id)); in clear_expired()
Dmpc.c1230 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local
1231 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()
1311 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd()
1400 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
Dmpoa_proc.c178 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
/Linux-v4.19/include/uapi/linux/
Datmmpc.h35 __be32 cache_id; member
/Linux-v4.19/include/net/
Dcfg80211.h2390 const u8 *cache_id; member
/Linux-v4.19/drivers/scsi/
Dscsi_transport_iscsi.c391 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
/Linux-v4.19/net/wireless/
Dnl80211.c9698 pmksa.cache_id = in nl80211_setdel_pmksa()