Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vax/
H A Dka410.c55 static void * l2cache; /* mapped in address */ variable
96 l2cache = (void *)vax_map_physmem(KA420_CH2_BASE, in ka410_conf()
120 memset(l2cache, 0, KA420_CH2_SIZE); /* Clear whole cache */ in ka41_cache_enable()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c1281 nvlist_t **spares, **l2cache; in zpool_add() local
1299 &l2cache, &nl2cache) == 0) { in zpool_add()
1930 boolean_t *l2cache, boolean_t *log) argument
2084 avail_spare, l2cache, NULL)) != NULL) {
2105 avail_spare, l2cache, NULL)) != NULL) {
2116 avail_spare, l2cache, NULL)) != NULL) {
2117 *l2cache = B_TRUE;
2132 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2143 *l2cache = B_FALSE;
2146 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log);
[all …]
H A Dlibzfs_import.c450 nvlist_t **spares, **l2cache; in get_configs() local
805 &l2cache, &nl2cache) == 0) { in get_configs()
807 if (fix_paths(l2cache[i], pl->names) != 0) in get_configs()
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sifive/
H A Dfu540-c000.dtsi63 next-level-cache = <&l2cache>;
90 next-level-cache = <&l2cache>;
117 next-level-cache = <&l2cache>;
144 next-level-cache = <&l2cache>;
302 l2cache: cache-controller@2010000 {
260 l2cache: cache-controller@2010000 { global() label
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c1228 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1237 l2cache = NULL; in construct_spec()
1286 if (l2cache != NULL) { in construct_spec()
1343 l2cache = child; in construct_spec()
1412 l2cache, nl2cache) == 0); in construct_spec()
1419 nvlist_free(l2cache[t]); in construct_spec()
1422 if (l2cache) in construct_spec()
1423 free(l2cache); in construct_spec()
H A Dzpool_main.c4066 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, in print_l2cache() argument
4078 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE); in print_l2cache()
4079 print_status_config(zhp, name, l2cache[i], in print_l2cache()
4390 nvlist_t **spares, **l2cache; in status_callback() local
4411 &l2cache, &nl2cache) == 0) in status_callback()
4412 print_l2cache(zhp, l2cache, nl2cache, namewidth); in status_callback()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c1518 nvlist_t **l2cache; in spa_load_l2cache() local
1529 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache()
1545 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID, in spa_load_l2cache()
1565 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, in spa_load_l2cache()
1625 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP); in spa_load_l2cache()
1627 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache()
1630 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache()
1633 nvlist_free(l2cache[i]); in spa_load_l2cache()
1635 kmem_free(l2cache, sav->sav_count * sizeof (void *)); in spa_load_l2cache()
3340 nvlist_t **l2cache; in spa_add_l2cache() local
[all …]
H A Dzfs_ioctl.c1924 nvlist_t *config, **l2cache, **spares; in zfs_ioc_vdev_add() local
1934 &l2cache, &nl2cache); in zfs_ioc_vdev_add()
/netbsd-src/sys/dev/
H A Dsmbiosvar.h234 uint8_t l2cache; member
/netbsd-src/sys/stand/efiboot/
H A Dsmbios.h229 uint8_t l2cache; member
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c730 u_int l2cache = ci->ci_cinfo[CAI_L2CACHE].cai_totalsize; in intel_family6_name() local
733 switch (l2cache) { in intel_family6_name()
750 switch (l2cache) { in intel_family6_name()
757 switch (l2cache) { in intel_family6_name()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h837 boolean_t l2cache);