Home
last modified time | relevance | path

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

/mm/
Dmaccess.c49 __attribute__((alias("__probe_kernel_read")));
75 __attribute__((alias("__probe_user_read")));
102 __attribute__((alias("__probe_kernel_write")));
128 __attribute__((alias("__probe_user_write")));
Dkmemleak.c379 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object() argument
390 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() argument
518 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() argument
550 object = lookup_object(ptr, alias); in find_and_remove_object()
Dshmem.c3308 struct dentry *alias = d_find_alias(inode); in shmem_find_alias() local
3310 return alias ?: d_find_any_alias(inode); in shmem_find_alias()
Dhugetlb.c2218 __attribute__ ((weak, alias("__alloc_bootmem_huge_page")));