Searched refs:alias (Results 1 – 4 of 4) sorted by relevance
49 __attribute__((alias("__probe_kernel_read")));75 __attribute__((alias("__probe_user_read")));102 __attribute__((alias("__probe_kernel_write")));128 __attribute__((alias("__probe_user_write")));
379 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() argument390 else if (object->pointer == ptr || alias) in lookup_object()511 static struct kmemleak_object *find_and_get_object(unsigned long ptr, int alias) in find_and_get_object() argument518 object = lookup_object(ptr, alias); in find_and_get_object()544 static struct kmemleak_object *find_and_remove_object(unsigned long ptr, int alias) in find_and_remove_object() argument550 object = lookup_object(ptr, alias); in find_and_remove_object()
3308 struct dentry *alias = d_find_alias(inode); in shmem_find_alias() local3310 return alias ?: d_find_any_alias(inode); in shmem_find_alias()
2218 __attribute__ ((weak, alias("__alloc_bootmem_huge_page")));