Searched refs:rs (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | mmu.h | 11 static inline void tlbie(unsigned long rb, unsigned long rs, int ric, int prs, int r) in tlbie() argument 23 :: "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) : "memory"); in tlbie() 26 static inline void tlbiel(unsigned long rb, unsigned long rs, int ric, int prs, int r) in tlbiel() argument 35 :: "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) : "memory"); in tlbiel() 41 unsigned long rs = (1ULL << 32); /* pid */ in flush_tlb_page() local 59 tlbie(rb, rs, 0, 1, 1); in flush_tlb_page() 65 unsigned long rs = (1ULL << 32); /* pid */ in flush_tlb_page_local() local 83 tlbiel(rb, rs, 0, 1, 1); in flush_tlb_page_local()
|