arm64_mem_crypt_ops_register
int arm64_mem_crypt_ops_register(const struct arm64_mem_crypt_ops *ops);
return arm64_mem_crypt_ops_register(&realm_crypt_ops);
arm64_mem_crypt_ops_register(&pkvm_crypt_ops);