Home
last modified time | relevance | path

Searched refs:is_phys (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/
H A Dkmemleak.c402 bool is_phys) in __lookup_object() argument
404 struct rb_node *rb = is_phys ? object_phys_tree_root.rb_node : in __lookup_object()
547 bool is_phys) in __find_and_get_object() argument
554 object = __lookup_object(ptr, alias, is_phys); in __find_and_get_object()
593 bool is_phys) in find_and_remove_object() argument
599 object = __lookup_object(ptr, alias, is_phys); in find_and_remove_object()
632 int min_count, gfp_t gfp, bool is_phys) in __create_object() argument
652 object->flags = OBJECT_ALLOCATED | (is_phys ? OBJECT_PHYS : 0); in __create_object()
690 if (!is_phys) { in __create_object()
694 link = is_phys ? &object_phys_tree_root.rb_node : in __create_object()
[all …]
/openbmc/qemu/target/hppa/
H A Dtranslate.c1556 unsigned sp, int modify, bool is_phys) in form_gva() argument
1581 if (!is_phys) { in form_gva()