Home
last modified time | relevance | path

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

/linux/mm/
H A Dkmemleak.c445 unsigned long untagged_ptr = (unsigned long)kasan_reset_tag((void *)ptr); in __lookup_object() local
454 if (untagged_ptr < untagged_objp) in __lookup_object()
456 else if (untagged_objp + object->size <= untagged_ptr) in __lookup_object()
458 else if (untagged_objp == untagged_ptr || alias) in __lookup_object()
734 unsigned long untagged_ptr; in __link_object() local
743 untagged_ptr = (unsigned long)kasan_reset_tag((void *)ptr); in __link_object()
750 min_percpu_addr = min(min_percpu_addr, untagged_ptr); in __link_object()
751 max_percpu_addr = max(max_percpu_addr, untagged_ptr + size); in __link_object()
753 min_addr = min(min_addr, untagged_ptr); in __link_object()
754 max_addr = max(max_addr, untagged_ptr + size); in __link_object()
[all …]