Lines Matching full:addr
46 unsigned long addr, unsigned len);
195 void (*flush_tlb_single)(unsigned long addr);
208 void (*set_pte_at)(struct mm_struct *mm, unsigned long addr,
211 void (*pte_update)(struct mm_struct *mm, unsigned long addr, pte_t *ptep);
213 unsigned long addr, pte_t *ptep);
217 void (*set_pte_present)(struct mm_struct *mm, unsigned long addr,
220 void (*pte_clear)(struct mm_struct *mm, unsigned long addr, pte_t *ptep);
296 unsigned long addr, u16 site_clobbers,
299 unsigned long addr, unsigned len);
301 unsigned long addr, unsigned len);
641 static inline void set_ldt(const void *addr, unsigned entries)
643 PVOP_VCALL2(pv_cpu_ops.set_ldt, addr, entries);
769 static inline void __flush_tlb_single(unsigned long addr)
771 PVOP_VCALL1(pv_mmu_ops.flush_tlb_single, addr);
813 static inline void pte_update(struct mm_struct *mm, unsigned long addr,
816 PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep);
819 static inline void pte_update_defer(struct mm_struct *mm, unsigned long addr,
822 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep);
869 static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
873 pv_mmu_ops.set_pte_at(mm, addr, ptep, pteval);
882 static inline void set_pte_present(struct mm_struct *mm, unsigned long addr,
886 pv_mmu_ops.set_pte_present(mm, addr, ptep, pte);
901 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
903 PVOP_VCALL3(pv_mmu_ops.pte_clear, mm, addr, ptep);
938 static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
941 PVOP_VCALL4(pv_mmu_ops.set_pte_at, mm, addr, ptep, pteval.pte_low);