Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
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-v6.6/arch/arm64/kvm/
Dguest.c1066 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1069 num_tags = MTE_GRANULES_PER_PAGE - in kvm_vm_ioctl_mte_copy_tags()
1070 clear_user(tags, MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1080 MTE_GRANULES_PER_PAGE); in kvm_vm_ioctl_mte_copy_tags()
1083 if (num_tags != MTE_GRANULES_PER_PAGE) in kvm_vm_ioctl_mte_copy_tags()
1090 if (num_tags != MTE_GRANULES_PER_PAGE) { in kvm_vm_ioctl_mte_copy_tags()