Home
last modified time | relevance | path

Searched refs:target_cache (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/gdb/linux/
H A Dslab.py187 target_cache = None
192 target_cache = cache
195 obj_map = [False] * oo_objects(target_cache['oo'])
197 if target_cache['flags'] & SLAB_STORE_USER:
199 cache_node = target_cache['node'][i]
202 process_slab(loc_track, cache_node['partial'], alloc, target_cache)
203 process_slab(loc_track, cache_node['full'], alloc, target_cache)
205 raise gdb.GdbError("SLAB_STORE_USER is not set in %s" % target_cache['name'].string())
/openbmc/qemu/scripts/simplebench/
H A Dbench-backup.py70 if args.target_cache == 'both':
73 target_caches = [args.target_cache]
85 if args.target_cache == 'both':
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c55 struct target_cache { struct
361 struct target_cache *tcache; in hmat_parse_cache()
695 struct target_cache *tcache; in hmat_register_target_cache()
788 struct target_cache *tcache, *cnext; in hmat_free_structures()