Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/
Dmksyscalltbl17 create_table()
32 |create_table
/linux-6.6.21/tools/perf/arch/s390/entry/syscalls/
Dmksyscalltbl17 create_table() function
32 |create_table
/linux-6.6.21/tools/perf/arch/loongarch/entry/syscalls/
Dmksyscalltbl33 create_table() function
45 |create_table
/linux-6.6.21/tools/perf/arch/arm64/entry/syscalls/
Dmksyscalltbl34 create_table() function
46 |create_table
/linux-6.6.21/tools/perf/arch/powerpc/entry/syscalls/
Dmksyscalltbl19 create_table() function
39 |create_table ${wordsize}
/linux-6.6.21/drivers/vfio/
Dvfio_iommu_spapr_tce.c626 ret = table_group->ops->create_table(table_group, num, in tce_iommu_create_table()
669 !table_group->ops->create_table) in tce_iommu_create_window()
1278 if (table_group_tmp->ops->create_table != in tce_iommu_attach_group()
1279 table_group->ops->create_table) { in tce_iommu_attach_group()
/linux-6.6.21/arch/powerpc/include/asm/
Diommu.h169 long (*create_table)(struct iommu_table_group *table_group, member
/linux-6.6.21/arch/powerpc/kernel/
Diommu.c1273 .create_table = spapr_tce_create_table,
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dpci-ioda.c1580 .create_table = pnv_pci_ioda2_create_table_userspace,