Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dmte-def.h10 #define MTE_GRANULES_PER_PAGE (PAGE_SIZE / MTE_GRANULE_SIZE) macro
14 #define MTE_PAGE_TAG_STORAGE (MTE_GRANULES_PER_PAGE * MTE_TAG_SIZE / 8)
/linux-6.3-rc2/arch/arm64/kvm/
A Dguest.c1070 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1073 num_tags = MTE_GRANULES_PER_PAGE - in kvm_vm_ioctl_mte_copy_tags()
1074 clear_user(tags, MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1084 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1087 if (num_tags != MTE_GRANULES_PER_PAGE) in kvm_vm_ioctl_mte_copy_tags()
1094 if (num_tags != MTE_GRANULES_PER_PAGE) { in kvm_vm_ioctl_mte_copy_tags()

Completed in 9 milliseconds