/arch/powerpc/kvm/ |
D | 44x_tlb.c | 228 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[stlb_index]; in kvmppc_44x_shadow_release() local 230 if (!ref->page) in kvmppc_44x_shadow_release() 239 if (ref->writeable) in kvmppc_44x_shadow_release() 240 kvm_release_page_dirty(ref->page); in kvmppc_44x_shadow_release() 242 kvm_release_page_clean(ref->page); in kvmppc_44x_shadow_release() 244 ref->page = NULL; in kvmppc_44x_shadow_release() 277 struct kvmppc_44x_shadow_ref *ref; in kvmppc_mmu_map() local 337 ref = &vcpu_44x->shadow_refs[victim]; in kvmppc_mmu_map() 338 ref->page = new_page; in kvmppc_mmu_map() 339 ref->gtlb_index = gtlb_index; in kvmppc_mmu_map() [all …]
|
/arch/powerpc/boot/dtc-src/ |
D | treesource.c | 78 fprintf(f, "%s: ", m->ref); in write_propval_string() 130 fprintf(f, " %s:", m->ref); in write_propval_string() 145 fprintf(f, "%s: ", m->ref); in write_propval_cells() 159 fprintf(f, " %s:", m->ref); in write_propval_cells() 174 fprintf(f, "%s: ", m->ref); in write_propval_bytes() 187 fprintf(f, " %s:", m->ref); in write_propval_bytes()
|
D | livetree.c | 281 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() argument 283 if (ref[0] == '/') in get_node_by_ref() 284 return get_node_by_path(tree, ref); in get_node_by_ref() 286 return get_node_by_label(tree, ref); in get_node_by_ref()
|
D | data.c | 30 free(m->ref); in data_free() 292 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker() argument 299 m->ref = ref; in data_add_marker()
|
D | dtc.h | 95 char *ref; member 133 struct data data_add_marker(struct data d, enum markertype type, char *ref); 193 struct node *get_node_by_ref(struct node *tree, const char *ref);
|
D | checks.c | 360 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references() 363 m->ref); in fixup_phandle_references() 384 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references() 387 m->ref); in fixup_path_references()
|
/arch/arm/common/ |
D | icst525.c | 26 return p->ref * 2 * (vco.v + 8) / ((vco.r + 2) * s2div[vco.s]); in icst525_khz() 72 fref_div = (2 * p->ref) / rd; in icst525_khz_to_vco() 126 ps = 500000000UL / p->ref; in icst525_ps_to_vco()
|
D | icst307.c | 29 return p->ref * 2 * (vco.v + 8) / ((vco.r + 2) * s2div[vco.s]); in icst307_khz() 74 fref_div = (2 * p->ref) / rd; in icst307_khz_to_vco() 127 ps = 500000000UL / p->ref; in icst307_ps_to_vco()
|
/arch/arm/include/asm/hardware/ |
D | icst307.h | 20 unsigned long ref; member
|
D | icst525.h | 18 unsigned long ref; member
|
/arch/arm/mach-integrator/ |
D | cpu.c | 34 .ref = 24000, 43 .ref = 24000,
|
D | impd1.c | 44 .ref = 24000, /* 24 MHz */
|
D | integrator_cp.c | 273 .ref = 24000,
|
/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 160 struct kref *ref; in get_cached_info() local 171 ref = spu_get_profile_private_kref(the_spu->ctx); in get_cached_info() 172 if (ref) { in get_cached_info() 173 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref); in get_cached_info()
|
/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 543 struct kref ref; member 552 struct pmf_device *dev = container_of(kref, struct pmf_device, ref); in pmf_release_device() 558 kref_put(&dev->ref, pmf_release_device); in pmf_put_device() 563 kref_get(&dev->ref); in pmf_get_device() 649 kref_init(&func->ref); in pmf_add_function_prop() 727 kref_init(&dev->ref); in pmf_register_driver() 752 kref_get(&func->ref); in pmf_get_function() 760 container_of(kref, struct pmf_function, ref); in pmf_release_function() 767 kref_put(&func->ref, pmf_release_function); in __pmf_put_function()
|
/arch/arm/kernel/ |
D | fiq.c | 55 static int fiq_def_op(void *ref, int relinquish) in fiq_def_op() argument
|
/arch/powerpc/include/asm/ |
D | pmac_pfunc.h | 155 struct kref ref; member
|
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_core_defs.h | 199 unsigned int ref : 2; member
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | bif_core_defs.h | 199 unsigned int ref : 2; member
|
/arch/cris/arch-v10/lib/ |
D | dram_init.S | 92 or.d 0x0000c000, $r1 ; ref = disable
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 379 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location() argument 385 list_for_each_entry(spu, ref->aff_list.prev, aff_list) { in ctx_location() 393 list_for_each_entry_reverse(spu, ref->aff_list.next, aff_list) { in ctx_location()
|
/arch/ia64/kvm/ |
D | vtlb.c | 91 int vhpt_enabled(struct kvm_vcpu *vcpu, u64 vadr, enum vhpt_ref ref) in vhpt_enabled() argument 102 switch (ref) { in vhpt_enabled()
|
D | vcpu.h | 723 extern int vhpt_enabled(struct kvm_vcpu *vcpu, u64 vadr, enum vhpt_ref ref);
|
/arch/arm/mach-realview/ |
D | core.c | 195 .ref = 24000,
|
/arch/arm/mach-versatile/ |
D | core.c | 367 .ref = 24000,
|