Lines Matching refs:u64

60 		u64	val;
221 u64 node; in mdesc_register_notifier()
233 static const u64 *parent_cfg_handle(struct mdesc_handle *hp, u64 node) in parent_cfg_handle()
235 const u64 *id; in parent_cfg_handle()
236 u64 a; in parent_cfg_handle()
240 u64 target; in parent_cfg_handle()
256 void (*func)(struct mdesc_handle *, u64)) in invoke_on_missing() argument
258 u64 node; in invoke_on_missing()
263 const u64 *id; in invoke_on_missing()
264 u64 fnode; in invoke_on_missing()
280 const u64 *fid; in invoke_on_missing()
385 u64 mdesc_node_by_name(struct mdesc_handle *hp, in mdesc_node_by_name()
386 u64 from_node, const char *name) in mdesc_node_by_name()
390 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_node_by_name()
391 u64 ret; in mdesc_node_by_name()
414 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property()
418 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_get_property()
460 u64 mdesc_next_arc(struct mdesc_handle *hp, u64 from, const char *arc_type) in mdesc_next_arc()
464 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_next_arc()
486 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc) in mdesc_arc_target()
496 const char *mdesc_node_name(struct mdesc_handle *hp, u64 node) in mdesc_node_name()
500 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_node_name()
513 static u64 max_cpus = 64;
518 u64 pn = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); in report_platform_properties()
520 const u64 *v; in report_platform_properties()
574 static void fill_in_one_cache(cpuinfo_sparc *c, struct mdesc_handle *hp, u64 mp) in fill_in_one_cache()
576 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
577 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
578 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
605 u64 a; in fill_in_one_cache()
608 u64 target = mdesc_arc_target(hp, a); in fill_in_one_cache()
617 static void find_back_node_value(struct mdesc_handle *hp, u64 node, in find_back_node_value() argument
619 void (*func)(struct mdesc_handle *, u64, int), in find_back_node_value()
620 u64 val, int depth) in find_back_node_value()
622 u64 arc; in find_back_node_value()
629 u64 n = mdesc_arc_target(hp, arc); in find_back_node_value()
639 static void __mark_core_id(struct mdesc_handle *hp, u64 node, in __mark_core_id()
642 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_core_id()
648 static void __mark_sock_id(struct mdesc_handle *hp, u64 node, in __mark_sock_id()
651 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_sock_id()
657 static void mark_core_ids(struct mdesc_handle *hp, u64 mp, in mark_core_ids()
663 static void mark_sock_ids(struct mdesc_handle *hp, u64 mp, in mark_sock_ids()
672 u64 mp; in set_core_ids()
680 const u64 *level; in set_core_ids()
699 u64 mp; in set_sock_ids_by_cache()
707 const u64 *cur_lvl; in set_sock_ids_by_cache()
720 static void set_sock_ids_by_socket(struct mdesc_handle *hp, u64 mp) in set_sock_ids_by_socket()
725 u64 a; in set_sock_ids_by_socket()
728 u64 t = mdesc_arc_target(hp, a); in set_sock_ids_by_socket()
730 const u64 *id; in set_sock_ids_by_socket()
746 u64 mp; in set_sock_ids()
759 static void mark_proc_ids(struct mdesc_handle *hp, u64 mp, int proc_id) in mark_proc_ids()
761 u64 a; in mark_proc_ids()
764 u64 t = mdesc_arc_target(hp, a); in mark_proc_ids()
766 const u64 *id; in mark_proc_ids()
781 u64 mp; in __set_proc_ids()
804 static void get_one_mondo_bits(const u64 *p, unsigned int *mask, in get_one_mondo_bits()
807 u64 val; in get_one_mondo_bits()
826 static void get_mondo_data(struct mdesc_handle *hp, u64 mp, in get_mondo_data()
830 const u64 *val; in get_mondo_data()
853 static void *mdesc_iterate_over_cpus(void *(*func)(struct mdesc_handle *, u64, int, void *), void *… in mdesc_iterate_over_cpus() argument
857 u64 mp; in mdesc_iterate_over_cpus()
860 const u64 *id = mdesc_get_property(hp, mp, "id", NULL); in mdesc_iterate_over_cpus()
883 static void *record_one_cpu(struct mdesc_handle *hp, u64 mp, int cpuid, in record_one_cpu()
902 static void * __init check_one_pgsz(struct mdesc_handle *hp, u64 mp, int cpuid, void *arg) in check_one_pgsz()
904 const u64 *pgsz_prop = mdesc_get_property(hp, mp, "mmu-page-size-list", NULL); in check_one_pgsz()
906 u64 val; in check_one_pgsz()
926 static void *fill_in_one_cpu(struct mdesc_handle *hp, u64 mp, int cpuid, in fill_in_one_cpu()
929 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL); in fill_in_one_cpu()
932 u64 a; in fill_in_one_cpu()
951 u64 j, t = mdesc_arc_target(hp, a); in fill_in_one_cpu()
961 u64 n = mdesc_arc_target(hp, j); in fill_in_one_cpu()