Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c126 __be64 *ptce = NULL; in pnv_tce_xchg() local
131 ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_xchg()
132 if (!ptce) { in pnv_tce_xchg()
138 if (!ptce) { in pnv_tce_xchg()
139 ptce = pnv_tce(tbl, false, idx, alloc); in pnv_tce_xchg()
140 if (!ptce) in pnv_tce_xchg()
147 oldtce = be64_to_cpu(xchg(ptce, cpu_to_be64(newtce))); in pnv_tce_xchg()
169 __be64 *ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_free() local
171 if (ptce) in pnv_tce_free()
172 *ptce = cpu_to_be64(0); in pnv_tce_free()
[all …]
/Linux-v5.4/arch/ia64/kernel/
Dpalinfo.c297 ia64_ptce_info_t ptce; in vm_info() local
360 if ((status = ia64_get_ptce(&ptce)) != 0) { in vm_info()
369 ptce.base, ptce.count[0], ptce.count[1], in vm_info()
370 ptce.stride[0], ptce.stride[1]); in vm_info()
/Linux-v5.4/arch/ia64/include/asm/
Dpal.h1449 ia64_get_ptce (ia64_ptce_info_t *ptce) in ia64_get_ptce() argument
1453 if (!ptce) in ia64_get_ptce()
1458 ptce->base = iprv.v0; in ia64_get_ptce()
1459 ptce->count[0] = iprv.v1 >> 32; in ia64_get_ptce()
1460 ptce->count[1] = iprv.v1 & 0xffffffff; in ia64_get_ptce()
1461 ptce->stride[0] = iprv.v2 >> 32; in ia64_get_ptce()
1462 ptce->stride[1] = iprv.v2 & 0xffffffff; in ia64_get_ptce()