kfence_unprotect
return kfence_unprotect(addr); /* ... unprotect and proceed. */
return kfence_unprotect(addr); /* Unprotect and let access proceed. */
kfence_unprotect(meta->addr);
kfence_unprotect((unsigned long)addr); /* To check canary bytes. */