Home
last modified time | relevance | path

Searched refs:window_shift (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/pseries/
Diommu.c324 __be32 window_shift; /* ilog2(tce_window_size) */ member
779 1ULL << (be32_to_cpu(dwp->window_shift) - PAGE_SHIFT), dwp); in remove_ddw()
888 int window_shift) in create_ddw() argument
911 page_shift, window_shift); in create_ddw()
917 window_shift, ret, create->liobn, create->addr_hi, create->addr_lo); in create_ddw()
1077 ddwprop->window_shift = cpu_to_be32(len); in enable_ddw()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c270 const unsigned int window_shift = ilog2(window_size); in pnv_pci_ioda2_table_alloc_pages() local
271 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages()
Dpci-ioda.c2493 const unsigned window_shift = ilog2(window_size); in pnv_pci_ioda2_get_table_size() local
2494 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size()