/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 31 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300() argument 40 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs) in tlbiel_radix_set_isa300() 97 unsigned long rb,rs,prs,r; in __tlbiel_pid() local 102 prs = 1; /* process scoped */ in __tlbiel_pid() 106 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbiel_pid() 107 trace_tlbie(0, 1, rb, rs, ric, prs, r); in __tlbiel_pid() 112 unsigned long rb,rs,prs,r; in __tlbie_pid() local 116 prs = 1; /* process scoped */ in __tlbie_pid() 120 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbie_pid() 121 trace_tlbie(0, 0, rb, rs, ric, prs, r); in __tlbie_pid() [all …]
|
D | hash_native.c | 61 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() argument 71 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) in tlbiel_hash_set_isa300() 213 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local 217 prs = 0; /* partition scoped */ in fixup_tlbie_vpn() 227 : : "r"(rb), "i"(r), "i"(prs), in fixup_tlbie_vpn()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | trace.h | 191 unsigned long rs, unsigned long ric, unsigned long prs, 193 TP_ARGS(lpid, local, rb, rs, ric, prs, r), 200 __field(unsigned long, prs) 210 __entry->prs = prs; 216 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
|
D | ppc-opcode.h | 287 #define ___PPC_PRS(prs) (((prs) & 0x1) << 17) argument 362 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument 363 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 364 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument 365 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r)) 544 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument 545 stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r)) 546 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument 547 stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))
|
D | kvm_book3s_64.h | 117 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 101 struct mlxsw_sp_sb_pr *prs; member 113 const struct mlxsw_sp_sb_pr *prs; member 151 return &mlxsw_sp->sb->prs[pool_index]; in mlxsw_sp_sb_pr_get() 628 struct mlxsw_sp_sb_pr *prs; in mlxsw_sp_sb_ports_init() local 638 prs = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*prs), in mlxsw_sp_sb_ports_init() 640 if (!prs) { in mlxsw_sp_sb_ports_init() 644 mlxsw_sp->sb->prs = prs; in mlxsw_sp_sb_ports_init() 657 kfree(mlxsw_sp->sb->prs); in mlxsw_sp_sb_ports_init() 670 kfree(mlxsw_sp->sb->prs); in mlxsw_sp_sb_ports_fini() 731 const struct mlxsw_sp_sb_pr *prs, in mlxsw_sp_sb_prs_init() argument [all …]
|
/Linux-v5.10/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 | 21 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 22 .p_reset_shift = prs }
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 432 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local 436 prs = 0; /* partition scoped */ in fixup_tlbie_lpid() 446 : : "r"(rb), "i"(r), "i"(prs), in fixup_tlbie_lpid()
|
D | book3s_hv_nested.c | 1083 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local 1089 prs = get_prs(instr); in kvmhv_emulate_priv_tlbie() 1102 if ((!r) || (prs) || (ric == 3) || (is == 1) || in kvmhv_emulate_priv_tlbie()
|