Searched defs:rmap (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/lib/ |
D | cpu_rmap.c | 30 struct cpu_rmap *rmap; in alloc_cpu_rmap() local 71 struct cpu_rmap *rmap = container_of(ref, struct cpu_rmap, refcount); in cpu_rmap_release() local 79 static inline void cpu_rmap_get(struct cpu_rmap *rmap) in cpu_rmap_get() 88 int cpu_rmap_put(struct cpu_rmap *rmap) in cpu_rmap_put() 97 static bool cpu_rmap_copy_neigh(struct cpu_rmap *rmap, unsigned int cpu, in cpu_rmap_copy_neigh() 114 static void debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() 129 debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() 141 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add() 158 int cpu_rmap_update(struct cpu_rmap *rmap, u16 index, in cpu_rmap_update() 218 struct cpu_rmap *rmap; member [all …]
|
/linux-4.1.27/include/linux/ |
D | cpu_rmap.h | 45 static inline u16 cpu_rmap_lookup_index(struct cpu_rmap *rmap, unsigned int cpu) in cpu_rmap_lookup_index() 50 static inline void *cpu_rmap_lookup_obj(struct cpu_rmap *rmap, unsigned int cpu) in cpu_rmap_lookup_obj()
|
/linux-4.1.27/drivers/power/ |
D | max14577_charger.c | 59 struct regmap *rmap = chg->max14577->regmap; in max14577_get_charger_state() local 133 struct regmap *rmap = chg->max14577->regmap; in max14577_get_online() local 172 struct regmap *rmap = chg->max14577->regmap; in max14577_get_battery_health() local 338 struct regmap *rmap = chg->max14577->regmap; in max14577_charger_reg_init() local
|
/linux-4.1.27/drivers/regulator/ |
D | max14577.c | 28 struct regmap *rmap = rdev->regmap; in max14577_reg_is_enabled() local 49 struct regmap *rmap = rdev->regmap; in max14577_reg_get_current_limit() local
|
D | hi6421-regulator.c | 555 struct regmap *rmap, in hi6421_regulator_register()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 368 static inline void lock_rmap(unsigned long *rmap) in lock_rmap() 376 static inline void unlock_rmap(unsigned long *rmap) in unlock_rmap()
|
D | kvm_host.h | 215 unsigned long *rmap; member
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 74 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain() 108 unsigned long *rmap; in remove_revmap_chain() local 149 unsigned long *rmap; in kvmppc_do_h_enter() local
|
D | book3s_64_mmu_hv.c | 445 unsigned long *rmap; in kvmppc_book3s_hv_page_fault() local 1092 unsigned long *rmap; in kvmppc_unpin_guest_page() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_cq.c | 104 struct cpu_rmap *rmap = in mlx4_en_activate_cq() local
|
D | eq.c | 1363 int mlx4_assign_eq(struct mlx4_dev *dev, char *name, struct cpu_rmap *rmap, in mlx4_assign_eq()
|
/linux-4.1.27/include/linux/mfd/ |
D | tps65090.h | 83 struct regmap *rmap; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 550 unsigned long *rmap[KVM_NR_PAGE_SIZES]; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 1078 static u64 *rmap_get_first(unsigned long rmap, struct rmap_iterator *iter) in rmap_get_first()
|