Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H 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)
/openbmc/linux/arch/arm64/kvm/
H A Dguest.c1067 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1070 num_tags = MTE_GRANULES_PER_PAGE - in kvm_vm_ioctl_mte_copy_tags()
1071 clear_user(tags, MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1081 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1084 if (num_tags != MTE_GRANULES_PER_PAGE) in kvm_vm_ioctl_mte_copy_tags()
1091 if (num_tags != MTE_GRANULES_PER_PAGE) { in kvm_vm_ioctl_mte_copy_tags()