Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Diommu.c358 __be32 window_shift; /* ilog2(tce_window_size) */ member
817 1ULL << (be32_to_cpu(dwp->window_shift) - PAGE_SHIFT), dwp); in remove_ddw()
926 int window_shift) in create_ddw() argument
949 page_shift, window_shift); in create_ddw()
955 window_shift, ret, create->liobn, create->addr_hi, create->addr_lo); in create_ddw()
1087 ddwprop->window_shift = cpu_to_be32(len); in enable_ddw()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c258 const unsigned int window_shift = ilog2(window_size); in pnv_pci_ioda2_table_alloc_pages() local
259 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages()
Dpci-ioda.c2573 const unsigned window_shift = ilog2(window_size); in pnv_pci_ioda2_get_table_size() local
2574 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size()