Searched refs:ptce (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/powerpc/platforms/powernv/ |
| D | pci-ioda-tce.c | 117 __be64 *ptce = NULL; in pnv_tce_xchg() local 122 ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_xchg() 123 if (!ptce) { in pnv_tce_xchg() 129 if (!ptce) { in pnv_tce_xchg() 130 ptce = pnv_tce(tbl, false, idx, alloc); in pnv_tce_xchg() 131 if (!ptce) in pnv_tce_xchg() 138 oldtce = be64_to_cpu(xchg(ptce, cpu_to_be64(newtce))); in pnv_tce_xchg() 160 __be64 *ptce = pnv_tce(tbl, false, idx, false); in pnv_tce_free() local 162 if (ptce) in pnv_tce_free() 163 *ptce = cpu_to_be64(0); in pnv_tce_free() [all …]
|
| /Linux-v4.19/arch/ia64/kernel/ |
| D | palinfo.c | 296 ia64_ptce_info_t ptce; in vm_info() local 359 if ((status = ia64_get_ptce(&ptce)) != 0) { in vm_info() 368 ptce.base, ptce.count[0], ptce.count[1], in vm_info() 369 ptce.stride[0], ptce.stride[1]); in vm_info()
|
| /Linux-v4.19/arch/ia64/include/asm/ |
| D | pal.h | 1449 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()
|