Searched refs:phys_entry (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | mem2node.c | 11 struct phys_entry { struct 18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() argument 22 struct phys_entry *e; in phys_entry__insert() 26 e = rb_entry(parent, struct phys_entry, rb_node); in phys_entry__insert() 39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 50 struct phys_entry *entries, *tmp_entries; in mem2node__init() 84 struct phys_entry *prev = &entries[j - 1]; in mem2node__init() 122 struct phys_entry *entry; in mem2node__node() 127 entry = rb_entry(parent, struct phys_entry, rb_node); in mem2node__node()
|
D | mem2node.h | 8 struct phys_entry; 12 struct phys_entry *entries;
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | sal.h | 781 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) in ia64_sal_register_physical_addr() argument 784 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr, in ia64_sal_register_physical_addr()
|