Home
last modified time | relevance | path

Searched refs:create_table (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/arch/mips/entry/syscalls/
H A Dmksyscalltbl
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dmksyscalltbl
/linux/tools/perf/arch/loongarch/entry/syscalls/
H A Dmksyscalltbl
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dmksyscalltbl
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dmksyscalltbl
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c625 ret = table_group->ops->create_table(table_group, num, in tce_iommu_create_table()
668 !table_group->ops->create_table) in tce_iommu_create_window()
1283 if (table_group_tmp->ops->create_table != in tce_iommu_attach_group()
1284 table_group->ops->create_table) { in tce_iommu_attach_group()
/linux/arch/powerpc/include/asm/
H A Diommu.h174 long (*create_table)(struct iommu_table_group *table_group, member
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1582 .create_table = pnv_pci_ioda2_create_table_userspace,