Home
last modified time | relevance | path

Searched refs:dm (Results 1 – 13 of 13) sorted by relevance

/arch/arm/vfp/
Dvfpdouble.c250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs() argument
252 vfp_put_double(vfp_double_packed_abs(vfp_get_double(dm)), dd); in vfp_double_fabs()
256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy() argument
258 vfp_put_double(vfp_get_double(dm), dd); in vfp_double_fcpy()
262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg() argument
264 vfp_put_double(vfp_double_packed_negate(vfp_get_double(dm)), dd); in vfp_double_fneg()
268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt() argument
273 vfp_double_unpack(&vdm, vfp_get_double(dm)); in vfp_double_fsqrt()
358 static u32 vfp_compare(int dd, int signal_on_qnan, int dm, u32 fpscr) in vfp_compare() argument
363 m = vfp_get_double(dm); in vfp_compare()
[all …]
Dvfp.h376 u32 (* const fn)(int dd, int dn, int dm, u32 fpscr);
/arch/ia64/include/asm/uv/
Duv_mmrs.h43 unsigned long dm : 3; /* RW */ member
271 unsigned long dm : 3; /* RW */ member
309 unsigned long dm : 3; /* RW */ member
347 unsigned long dm : 3; /* RW */ member
385 unsigned long dm : 3; /* RW */ member
625 unsigned long dm : 3; /* RW */ member
663 unsigned long dm : 3; /* RW */ member
701 unsigned long dm : 3; /* RW */ member
/arch/powerpc/kernel/
Dprom.c442 __be32 *dm, *ls, *usm; in early_init_dt_scan_drconf_memory() local
452 dm = of_get_flat_dt_prop(node, "ibm,dynamic-memory", &l); in early_init_dt_scan_drconf_memory()
453 if (dm == NULL || l < sizeof(__be32)) in early_init_dt_scan_drconf_memory()
456 n = *dm++; /* number of entries */ in early_init_dt_scan_drconf_memory()
467 base = dt_mem_next_cell(dt_root_addr_cells, &dm); in early_init_dt_scan_drconf_memory()
468 flags = dm[3]; in early_init_dt_scan_drconf_memory()
470 dm += 4; in early_init_dt_scan_drconf_memory()
/arch/powerpc/mm/
Dnuma.c438 static int of_get_drconf_memory(struct device_node *memory, const u32 **dm) in of_get_drconf_memory() argument
455 *dm = prop; in of_get_drconf_memory()
638 const u32 *uninitialized_var(dm), *usm; in parse_drconf_memory()
644 n = of_get_drconf_memory(memory, &dm); in parse_drconf_memory()
664 read_drconf_cell(&drmem, &dm); in parse_drconf_memory()
1132 const u32 *dm; in hot_add_drconf_scn_to_nid() local
1138 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_scn_to_nid()
1153 read_drconf_cell(&drmem, &dm); in hot_add_drconf_scn_to_nid()
1258 const u32 *dm = 0; in hot_add_drconf_memory_max() local
1262 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_memory_max()
/arch/mips/txx9/generic/
Dirq_tx4939.c132 crp = &tx4939_ircptr->dm[(irq_nr & 8) >> 3].r; in tx4939_irq_set_type()
189 __raw_writel(0, &tx4939_ircptr->dm[i].r); in tx4939_irq_init()
/arch/x86/kvm/
Dtrace.h494 TP_PROTO(__u32 apicid, __u16 dm, __u8 tm, __u8 vec, bool coalesced),
495 TP_ARGS(apicid, dm, tm, vec, coalesced),
499 __field( __u16, dm )
507 __entry->dm = dm;
515 __print_symbolic((__entry->dm >> 8 & 0x7), kvm_deliver_mode),
/arch/x86/pci/
Dcommon.c186 static void __devinit read_dmi_type_b1(const struct dmi_header *dm, in read_dmi_type_b1() argument
189 u8 *d = (u8 *)dm + 4; in read_dmi_type_b1()
191 if (dm->type != 0xB1) in read_dmi_type_b1()
/arch/x86/include/asm/uv/
Duv_mmrs.h109 unsigned long dm:3; /* RW */ member
519 unsigned long dm:3; /* RW */ member
557 unsigned long dm:3; /* RW */ member
768 unsigned long dm:3; /* RW */ member
806 unsigned long dm:3; /* RW */ member
1899 unsigned long dm:3; /* RW */ member
/arch/ia64/include/asm/
Dkvm_host.h299 unsigned long dm : 3; member
/arch/mips/include/asm/txx9/
Dtx4939.h86 struct tx4939_le_reg dm[2]; member
/arch/powerpc/include/asm/
Dps3av.h503 u8 dm:1; member
/arch/ia64/kvm/
Dkvm-ia64.c306 static void vcpu_deliver_ipi(struct kvm_vcpu *vcpu, uint64_t dm, in vcpu_deliver_ipi() argument
309 switch (dm) { in vcpu_deliver_ipi()
365 vcpu_deliver_ipi(target_vcpu, data.dm, data.vector); in handle_ipi()