/arch/m68k/lib/ |
D | memset.c | 34 long *ls = s; in memset() local 37 *ls++ = c; in memset() 58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset() 59 : "d" (c), "0" (ls), "1" (temp)); in memset() 61 s = ls; in memset()
|
/arch/powerpc/platforms/cell/spufs/ |
D | lscsa_alloc.c | 45 for (p = lscsa->ls; p < lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_alloc_lscsa_std() 59 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_free_lscsa_std() 132 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_alloc_lscsa() 158 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE) in spu_free_lscsa()
|
D | spu_save.c | 63 unsigned int ls = 16384; in save_upper_240kb() local 73 spu_writech(MFC_LSA, ls); in save_upper_240kb() 120 unsigned int ls = (unsigned int)®s_spill[0]; in spill_regs_to_mem() local 129 spu_writech(MFC_LSA, ls); in spill_regs_to_mem()
|
D | spu_utils.h | 102 ea_low += LSCSA_BYTE_OFFSET(ls[16384]); in build_dma_list() 112 unsigned int ls = 0; in enqueue_putllc() local 123 spu_writech(MFC_LSA, ls); in enqueue_putllc()
|
D | spu_restore.c | 48 unsigned int ls = (unsigned int)®s_spill[0]; in fetch_regs_from_mem() local 53 spu_writech(MFC_LSA, ls); in fetch_regs_from_mem() 63 unsigned int ls = 16384; in restore_upper_240kb() local 73 spu_writech(MFC_LSA, ls); in restore_upper_240kb()
|
D | run.c | 312 void __iomem *ls; in spu_process_callback() local 318 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback() 319 ls_pointer = in_be32(ls + npc); in spu_process_callback() 322 memcpy_fromio(&s, ls + ls_pointer, sizeof(s)); in spu_process_callback() 343 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback() 346 memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret)); in spu_process_callback()
|
D | backing_ops.c | 272 return ctx->csa.lscsa->ls; in spu_backing_get_ls()
|
/arch/mips/lasat/ |
D | lasat_board.c | 61 unsigned long *ls = lasat_board_info.li_flashpart_size; in init_flash_sizes() local 64 ls[LASAT_MTD_BOOTLOADER] = 0x40000; in init_flash_sizes() 65 ls[LASAT_MTD_SERVICE] = 0xC0000; in init_flash_sizes() 66 ls[LASAT_MTD_NORMAL] = 0x100000; in init_flash_sizes() 74 ls[LASAT_MTD_CONFIG] = 0x100000; in init_flash_sizes() 75 ls[LASAT_MTD_FS] = 0x500000; in init_flash_sizes() 82 ls[LASAT_MTD_CONFIG] = 0x100000; in init_flash_sizes() 84 ls[LASAT_MTD_FS] = in init_flash_sizes() 90 lb[i] = lb[i-1] + ls[i-1]; in init_flash_sizes()
|
/arch/m68k/fpsp040/ |
D | sgetem.S | 95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1 98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack 107 | ls mantissa part in d1 114 tstl %d1 |test if any bits set in ls mant 119 exg %d0,%d1 |shift ls mant to ms mant 120 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0 127 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0 129 movel %d1,%d6 |save ls mant in d6 130 lsll %d3,%d1 |shift ls mant by count 132 subl %d3,%d5 |sub 32 from shift for ls mant [all …]
|
D | round.S | 299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part 325 movel %d2,%d6 |save ls mant in d6 326 lsll %d0,%d2 |shift ls mant by count 332 orl %d6,%d1 |shift the ls mant bits into the ms mant 341 bfffo %d2{#0:#32},%d3 |check if any bits set in ls mant 366 movel LOCAL_LO(%a0),%d1 |d1 has ls mant 369 movel %d1,%d6 |copy ls mant into d6 370 lsll %d7,%d6 |shift ls mant by count 371 movel %d6,LOCAL_LO(%a0) |store ls mant into memory 376 orl %d1,%d0 |shift the ls mant bits into the ms mant [all …]
|
D | x_store.S | 118 | extended -> |s| exp | |1| ms mant | | ls mant | 162 movel LOCAL_LO(%a1),%d1 |get ls mantissa 163 bfextu %d1{#0:#21},%d0 |get ls 21 bits of double
|
D | binstr.S | 39 | zero, it is the ls digit. Put the digit in its place in the 40 | upper word of d0. If it is the ls digit, write the word 118 addw %d1,%d7 |add in ls digit to d7b
|
D | x_operr.S | 161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special 188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special
|
D | get_op.S | 505 tstl ETEMP_LO(%a6) |check ls mantissa 557 tstl ETEMP_LO(%a6) |check ls mantissa
|
/arch/arm64/lib/ |
D | memmove.S | 33 b.ls memcpy
|
/arch/ia64/kernel/ |
D | unwind.c | 1034 struct unw_labeled_state *ls; in desc_copy_state() local 1036 for (ls = sr->labeled_states; ls; ls = ls->next) { in desc_copy_state() 1037 if (ls->label == label) { in desc_copy_state() 1039 memcpy(&sr->curr, &ls->saved_state, sizeof(sr->curr)); in desc_copy_state() 1040 sr->curr.next = dup_state_stack(ls->saved_state.next); in desc_copy_state() 1050 struct unw_labeled_state *ls; in desc_label_state() local 1052 ls = alloc_labeled_state(); in desc_label_state() 1053 if (!ls) { in desc_label_state() 1057 ls->label = label; in desc_label_state() 1058 memcpy(&ls->saved_state, &sr->curr, sizeof(ls->saved_state)); in desc_label_state() [all …]
|
/arch/arm64/kernel/ |
D | setup.c | 138 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local 158 ls = fls(affinity); in smp_build_mpidr_hash() 160 bits[i] = ls - fs[i]; in smp_build_mpidr_hash()
|
D | head.S | 370 b.ls 9999b
|
/arch/arm/mach-orion5x/ |
D | Makefile | 23 obj-$(CONFIG_MACH_LINKSTATION_LSCHL) += ls-chl-setup.o
|
/arch/powerpc/kernel/ |
D | prom.c | 443 __be32 *dm, *ls, *usm; in early_init_dt_scan_drconf_memory() local 448 ls = of_get_flat_dt_prop(node, "ibm,lmb-size", &l); in early_init_dt_scan_drconf_memory() 449 if (ls == NULL || l < dt_root_size_cells * sizeof(__be32)) in early_init_dt_scan_drconf_memory() 451 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls); in early_init_dt_scan_drconf_memory()
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-xaui.c | 270 if ((gmxx_tx_xaui_ctl.s.ls == 0) && (gmxx_rx_xaui_ctl.s.status == 0) && in __cvmx_helper_xaui_link_get() 310 if ((gmxx_tx_xaui_ctl.s.ls == 0) && (gmxx_rx_xaui_ctl.s.status == 0)) in __cvmx_helper_xaui_link_set()
|
/arch/powerpc/include/asm/ |
D | spu_csa.h | 103 unsigned char ls[LS_SIZE] __attribute__((aligned(65536))); member
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 136 unsigned long problem, unsigned long ls, unsigned long shadow, in _dump_areas() argument 142 pr_debug("%s:%d: ls: %lxh\n", func, line, ls); in _dump_areas()
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 160 (cd $(OFFICIAL_INCDIR); ls -l *.h )
|
/arch/arm/boot/dts/ |
D | tegra20-trimslice.dts | 234 nvidia,pins = "lc", "ls";
|