Searched refs:pswid (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | vas-fault.c | 107 if ((entry->stamp.nx.pswid == cpu_to_be32(FIFO_INVALID_ENTRY)) in vas_fault_thread_fn() 120 entry->stamp.nx.pswid = cpu_to_be32(FIFO_INVALID_ENTRY); in vas_fault_thread_fn() 133 be32_to_cpu(crb->stamp.nx.pswid)); in vas_fault_thread_fn() 147 be32_to_cpu(crb->stamp.nx.pswid), in vas_fault_thread_fn()
|
D | vas.h | 407 u32 pswid; member 432 uint32_t pswid); 493 static inline void decode_pswid(u32 pswid, int *vasid, int *winid) in decode_pswid() argument 496 *vasid = pswid >> (31 - 7) & 0xFF; in decode_pswid() 499 *winid = pswid & 0xFFFF; in decode_pswid()
|
D | vas-window.c | 391 val = SET_FIELD(VAS_PSWID_EA_HANDLE, val, winctx->pswid); in init_winctx_regs() 583 u32 pswid) in get_user_rxwin() argument 588 decode_pswid(pswid, &vasid, &winid); in get_user_rxwin() 608 enum vas_cop_type cop, u32 pswid) in get_vinst_rxwin() argument 615 rxwin = get_user_rxwin(vinst, pswid); in get_vinst_rxwin() 748 winctx->pswid = rxattr->pswid; in init_winctx_for_rxwin() 966 winctx->pswid = txattr->pswid ? txattr->pswid : in init_winctx_for_txwin() 1014 if (vasid == -1 && attr->pswid) in vas_tx_win_open() 1015 decode_pswid(attr->pswid, &vasid, NULL); in vas_tx_win_open() 1023 rxwin = get_vinst_rxwin(vinst, cop, attr->pswid); in vas_tx_win_open() [all …]
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | vas.h | 150 u32 pswid; member 163 int pswid; member
|
D | icswx.h | 122 __be32 pswid; member
|
/linux-6.1.9/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | crb.h | 139 #define crb_nx_pswid(c) c->stamp.nx.pswid
|
D | nxu.h | 202 uint32_t pswid; member
|
/linux-6.1.9/arch/powerpc/platforms/book3s/ |
D | vas-api.c | 259 be32_to_cpu(nx->pswid), in vas_dump_crb()
|