/linux/arch/powerpc/mm/book3s64/ |
A D | radix_tlb.c | 30 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300() 103 unsigned long rb,rs,prs,r; in __tlbiel_pid() local 118 unsigned long rb,rs,prs,r; in __tlbie_pid() local 134 unsigned long rb, rs, prs, r; in __tlbie_pid_lpid() local 147 unsigned long rb,rs,prs,r; in __tlbie_lpid() local 161 unsigned long rb,rs,prs,r; in __tlbie_lpid_guest() local 176 unsigned long rb,rs,prs,r; in __tlbiel_va() local 192 unsigned long rb,rs,prs,r; in __tlbie_va() local 209 unsigned long rb, rs, prs, r; in __tlbie_va_lpid() local 225 unsigned long rb,rs,prs,r; in __tlbie_lpid_va() local [all …]
|
A D | hash_native.c | 61 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() 213 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
|
/linux/drivers/clk/bcm/ |
A D | clk-nsp.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
A D | clk-ns2.c | 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
A D | clk-cygnus.c | 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
A D | clk-sr.c | 21 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_buffers.c | 101 struct mlxsw_sp_sb_pr *prs; member 113 const struct mlxsw_sp_sb_pr *prs; member 628 struct mlxsw_sp_sb_pr *prs; in mlxsw_sp_sb_ports_init() local 731 const struct mlxsw_sp_sb_pr *prs, in mlxsw_sp_sb_prs_init()
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_book3s_64.h | 118 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
|
A D | ppc-opcode.h | 313 #define ___PPC_PRS(prs) (((prs) & 0x1) << 17) argument 392 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument 394 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument 601 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument 603 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_rm_mmu.c | 435 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
|
A D | book3s_hv_nested.c | 1176 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local
|