Home
last modified time | relevance | path

Searched refs:max_levels (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dspapr.c243 unsigned entries, bits_total, bits_per_level, max_levels; in vfio_spapr_create_window() local
299 max_levels = (64 - create.page_shift) / ctz64(qemu_real_host_page_size()); in vfio_spapr_create_window()
300 for ( ; create.levels <= max_levels; ++create.levels) { in vfio_spapr_create_window()
/openbmc/linux/arch/powerpc/include/asm/
H A Diommu.h198 __u32 max_levels; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_processpptables.c1036 uint32_t max_levels) in get_vddc_lookup_table() argument
1044 table = kzalloc(struct_size(table, entries, max_levels), GFP_KERNEL); in get_vddc_lookup_table()
H A Dprocess_pptables_v1_0.c157 uint32_t max_levels in get_vddc_lookup_table() argument
168 table = kzalloc(struct_size(table, entries, max_levels), GFP_KERNEL); in get_vddc_lookup_table()
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c892 info.ddw.levels = table_group->max_levels; in tce_iommu_ioctl()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1605 pe->table_group.max_levels = POWERNV_IOMMU_MAX_LEVELS; in pnv_pci_ioda2_setup_dma_pe()