/Linux-v4.19/arch/powerpc/mm/ |
D | tlb-radix.c | 34 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300() argument 43 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs) in tlbiel_radix_set_isa300() 96 unsigned long rb,rs,prs,r; in __tlbiel_pid() local 101 prs = 1; /* process scoped */ in __tlbiel_pid() 105 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbiel_pid() 106 trace_tlbie(0, 1, rb, rs, ric, prs, r); in __tlbiel_pid() 111 unsigned long rb,rs,prs,r; in __tlbie_pid() local 115 prs = 1; /* process scoped */ in __tlbie_pid() 119 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbie_pid() 120 trace_tlbie(0, 0, rb, rs, ric, prs, r); in __tlbie_pid() [all …]
|
D | hash_native_64.c | 65 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() argument 75 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs), "r"(r) in tlbiel_hash_set_isa300()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | trace.h | 175 unsigned long rs, unsigned long ric, unsigned long prs, 177 TP_ARGS(lpid, local, rb, rs, ric, prs, r), 184 __field(unsigned long, prs) 194 __entry->prs = prs; 200 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
|
D | ppc-opcode.h | 378 #define ___PPC_PRS(prs) (((prs) & 0x1) << 17) argument 465 #define PPC_TLBIE_5(rb,rs,ric,prs,r) \ argument 468 ___PPC_RIC(ric) | ___PPC_PRS(prs) | \ 470 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument 473 ___PPC_RIC(ric) | ___PPC_PRS(prs) | \
|
/Linux-v4.19/drivers/clk/bcm/ |
D | clk-nsp.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 30 .p_reset_shift = prs }
|
D | clk-ns2.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 30 .p_reset_shift = prs }
|
D | clk-cygnus.c | 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 38 .p_reset_shift = prs }
|
D | clk-sr.c | 32 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 33 .p_reset_shift = prs }
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 47 struct mlxsw_sp_sb_pr prs[2][MLXSW_SP_SB_POOL_COUNT]; member 66 return &mlxsw_sp->sb->prs[dir][pool]; in mlxsw_sp_sb_pr_get() 279 const struct mlxsw_sp_sb_pr *prs, in __mlxsw_sp_sb_prs_init() argument 286 u32 size = mlxsw_sp_bytes_cells(mlxsw_sp, prs[i].size); in __mlxsw_sp_sb_prs_init() 288 err = mlxsw_sp_sb_pr_write(mlxsw_sp, i, dir, prs[i].mode, size); in __mlxsw_sp_sb_prs_init()
|