Home
last modified time | relevance | path

Searched refs:prs (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dradix_tlb.c30 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300() argument
39 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs) in tlbiel_radix_set_isa300()
103 unsigned long rb,rs,prs,r; in __tlbiel_pid() local
108 prs = 1; /* process scoped */ in __tlbiel_pid()
112 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbiel_pid()
113 trace_tlbie(0, 1, rb, rs, ric, prs, r); in __tlbiel_pid()
118 unsigned long rb,rs,prs,r; in __tlbie_pid() local
122 prs = 1; /* process scoped */ in __tlbie_pid()
126 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbie_pid()
127 trace_tlbie(0, 0, rb, rs, ric, prs, r); in __tlbie_pid()
[all …]
Dhash_native.c132 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
136 prs = 0; /* partition scoped */ in fixup_tlbie_vpn()
146 : : "r"(rb), "i"(r), "i"(prs), in fixup_tlbie_vpn()
Dhash_utils.c187 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() argument
197 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) in tlbiel_hash_set_isa300()
/linux-6.1.9/arch/powerpc/include/asm/
Dtrace.h191 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,
Dppc-opcode.h319 #define ___PPC_PRS(prs) (((prs) & 0x1) << 17) argument
395 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument
396 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
397 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument
398 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
614 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument
615 stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r))
616 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument
617 stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))
Dkvm_book3s_64.h104 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c101 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()
643 struct mlxsw_sp_sb_pr *prs; in mlxsw_sp_sb_ports_init() local
653 prs = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*prs), in mlxsw_sp_sb_ports_init()
655 if (!prs) { in mlxsw_sp_sb_ports_init()
659 mlxsw_sp->sb->prs = prs; in mlxsw_sp_sb_ports_init()
672 kfree(mlxsw_sp->sb->prs); in mlxsw_sp_sb_ports_init()
685 kfree(mlxsw_sp->sb->prs); in mlxsw_sp_sb_ports_fini()
746 const struct mlxsw_sp_sb_pr *prs, in mlxsw_sp_sb_prs_init() argument
[all …]
/linux-6.1.9/drivers/clk/bcm/
Dclk-nsp.c19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
20 .p_reset_shift = prs }
Dclk-ns2.c19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
20 .p_reset_shift = prs }
Dclk-cygnus.c27 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
28 .p_reset_shift = prs }
Dclk-sr.c21 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
22 .p_reset_shift = prs }
/linux-6.1.9/drivers/iommu/intel/
Dcap_audit.c65 CHECK_FEATURE_MISMATCH(a, b, ecap, prs, ECAP_PRS_MASK); in check_dmar_capabilities()
112 CHECK_FEATURE_MISMATCH_HOTPLUG(iommu, ecap, prs, ECAP_PRS_MASK); in cap_audit_hotplug()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c429 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
433 prs = 0; /* partition scoped */ in fixup_tlbie_lpid()
443 : : "r"(rb), "i"(r), "i"(prs), in fixup_tlbie_lpid()
Dbook3s_hv_nested.c1181 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local
1187 prs = get_prs(instr); in kvmhv_emulate_priv_tlbie()
1200 if ((!r) || (prs) || (ric == 3) || (is == 1) || in kvmhv_emulate_priv_tlbie()