Searched refs:MTE_GRANULES_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
1059 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()1062 num_tags = MTE_GRANULES_PER_PAGE - in kvm_vm_ioctl_mte_copy_tags()1063 clear_user(tags, MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()1067 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()1073 if (num_tags == MTE_GRANULES_PER_PAGE) in kvm_vm_ioctl_mte_copy_tags()1079 if (num_tags != MTE_GRANULES_PER_PAGE) { in kvm_vm_ioctl_mte_copy_tags()
10 #define MTE_GRANULES_PER_PAGE (PAGE_SIZE / MTE_GRANULE_SIZE) macro
Completed in 5 milliseconds