Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dmem2node.c11 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()
Dmem2node.h8 struct phys_entry;
12 struct phys_entry *entries;
/linux-6.6.21/arch/ia64/include/asm/
Dsal.h781 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()