Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c314 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED); in kfence_guarded_alloc()
358 if (meta->state != KFENCE_OBJECT_ALLOCATED || meta->addr != (unsigned long)addr) { in kfence_guarded_free()
695 READ_ONCE(meta->state) != KFENCE_OBJECT_ALLOCATED) in kfence_shutdown_cache()
699 in_use = meta->cache == s && meta->state == KFENCE_OBJECT_ALLOCATED; in kfence_shutdown_cache()
839 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
846 if (meta && READ_ONCE(meta->state) == KFENCE_OBJECT_ALLOCATED) { in kfence_handle_page_fault()
H A Dkfence.h32 KFENCE_OBJECT_ALLOCATED, /* Object is currently allocated. */ enumerator