Searched refs:ld (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsiglongjmp.S16 ld ra, 0*8(a0)
17 ld s0, 1*8(a0)
18 ld s1, 2*8(a0)
19 ld s2, 3*8(a0)
20 ld s3, 4*8(a0)
21 ld s4, 5*8(a0)
22 ld s5, 6*8(a0)
23 ld s6, 7*8(a0)
24 ld s7, 8*8(a0)
25 ld s
[all...]
/haiku/src/system/glue/arch/riscv64/
H A Dcrtn.S12 ld ra, 8(sp)
18 ld ra, 8(sp)
/haiku/src/bin/
H A Dbt_dev_info.cpp46 LocalDevice* ld = LocalDevice::GetLocalDevice(atoi(argv[0])); local
47 if (ld == NULL)
50 DumpInfo(ld);
54 LocalDevice* ld = NULL; local
56 printf("Listing %ld Bluetooth Local Devices ...\n",
60 ld = LocalDevice::GetLocalDevice();
61 if (ld == NULL)
63 DumpInfo(ld);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S38 ld ra, 0*8(a1)
39 ld s0, 1*8(a1)
40 ld s1, 2*8(a1)
41 ld s2, 3*8(a1)
42 ld s3, 4*8(a1)
43 ld s4, 5*8(a1)
44 ld s5, 6*8(a1)
45 ld s6, 7*8(a1)
46 ld s7, 8*8(a1)
47 ld s
[all...]
H A Darch_traps.S30 ld t0, IFRAME_status(sp)
33 ld t0, IFRAME_epc(sp)
58 ld tp, ARCH_STACK_thread(fp)
67 ld t0, IFRAME_status(sp)
75 ld tp, IFRAME_tp(sp)
76 ld t0, IFRAME_epc(sp)
/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S20 ld a4, %pcrel_lo(1b)(a4)
28 ld a4, %pcrel_lo(1b)(a4)
47 ld a4, %pcrel_lo(1b)(a4)
55 ld a4, %pcrel_lo(1b)(a4)
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps_asm.S22 ld t0, 31*8(sp)
H A Dcrt0-efi-riscv64.S161 ld a1, 8(sp)
162 ld a0, 0(sp)
165 ld ra, 16(sp)
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp135 DiscoveryAgent::SetLocalDeviceOwner(LocalDevice* ld) argument
138 fLocalDevice = ld;
142 DiscoveryAgent::DiscoveryAgent(LocalDevice* ld) argument
145 fLocalDevice = ld;
H A DDiscoveryListener.cpp52 DiscoveryListener::SetLocalDeviceOwner(LocalDevice* ld) argument
55 fLocalDevice = ld;
H A DRemoteDevice.cpp289 RemoteDevice::SetLocalDeviceOwner(LocalDevice* ld) argument
292 fDiscovererLocalDevice = ld;
/haiku/headers/os/bluetooth/
H A DDiscoveryAgent.h56 DiscoveryAgent(LocalDevice* ld);
58 void SetLocalDeviceOwner(LocalDevice* ld);
H A DDiscoveryListener.h63 void SetLocalDeviceOwner(LocalDevice* ld);
H A DRemoteDevice.h58 void SetLocalDeviceOwner(LocalDevice* ld);
/haiku/src/system/boot/platform/riscv/
H A Dtraps_asm.S22 ld t0, 31*8(sp)
53 ld t0, 31*8(sp)
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c756 struct sge_list_data *ld; local
762 ld = &sc->sge_ldata;
799 error = bus_dmamem_alloc(cd->sge_rx_tag, (void **)&ld->sge_rx_ring,
808 ld->sge_rx_ring, SGE_RX_RING_SZ, sge_dma_map_addr,
809 &ld->sge_rx_paddr, BUS_DMA_NOWAIT);
833 error = bus_dmamem_alloc(cd->sge_tx_tag, (void **)&ld->sge_tx_ring,
842 ld->sge_tx_ring, SGE_TX_RING_SZ, sge_dma_map_addr,
843 &ld->sge_tx_paddr, BUS_DMA_NOWAIT);
912 struct sge_list_data *ld; local
918 ld
985 struct sge_list_data *ld; local
1236 struct sge_list_data *ld; local
[all...]
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h162 #define PTR_L ld
220 #define LONG_L ld
244 #define REG_L ld
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c282 asyreq->pkt.mode.ld[0] = 0;
283 asyreq->pkt.mode.ld[1] = 0;
286 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
288 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16));
289 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1];
310 asyreq->pkt.mode.ld[1] |= (1 << 30) | ((node & 0x3f) << 24);
311 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1];
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_reg.S35 ld [%o0], %f\reg
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c1648 struct xl_list_data *ld; local
1654 ld = &sc->xl_ldata;
1656 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i];
1661 cd->xl_tx_chain[i].xl_phys = ld->xl_tx_dmaaddr +
1672 bus_dmamap_sync(ld->xl_tx_tag, ld->xl_tx_dmamap, BUS_DMASYNC_PREWRITE);
1683 struct xl_list_data *ld; local
1689 ld = &sc->xl_ldata;
1691 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i];
1696 cd->xl_tx_chain[i].xl_phys = ld
1730 struct xl_list_data *ld; local
[all...]
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp41 ld(size_t value) function
101 fFreeListCount = ld(size) - PAGE_SHIFT + 1;
523 range->size, range->type, size, ld(size) - PAGE_SHIFT);
525 fFreeLists[ld(size) - PAGE_SHIFT].Add(range);
534 range->size, range->type, size, ld(size) - PAGE_SHIFT);
536 fFreeLists[ld(size) - PAGE_SHIFT].Remove(range);
739 int freeListIndex = ld((size * 2 - 1) >> PAGE_SHIFT);
956 if (ld(range->size) - PAGE_SHIFT != i) {
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp885 uint32_t *ld; local
925 ld = &ohcifp->mode.ld[0];
926 ld[0] = ld[1] = ld[2] = ld[3] = 0;
928 ld[i/4] = fp->mode.ld[i/4];
936 ld[
2744 uint8_t *ld; local
[all...]
H A Dfirewire.cpp1322 fp->mode.ld[1] = 0;
1324 fp->mode.ld[1] |= (root_node & 0x3f) << 24 | 1 << 23;
1326 fp->mode.ld[1] |= 1 << 22 | (gap_count & 0x3f) << 16;
1327 fp->mode.ld[2] = ~fp->mode.ld[1];
2303 uint32_t *ld = (uint32_t *)xfer->recv.buf; local
2306 xfer->spd, xfer->recv.len, ntohl(ld[0]), ntohl(ld[1]), ntohl(ld[2]), ntohl(ld[
[all...]
/haiku/
H A Dconfigure106 HAIKU_LD_<arch> The <arch> linker. Defaults to "ld".
653 HOST_GCC_LD=`$CC -print-prog-name=ld`
937 set_default_value HAIKU_LD_$targetArch ld
949 set_default_value HAIKU_LD_$targetArch ld-$targetArch
1064 get_build_tool_path LD_$targetArch ld.lld
1067 get_build_tool_path LD_$targetArch ${crossToolsPrefix}ld
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/pcn/
H A Dif_pcn.c749 struct pcn_list_data *ld; local
754 ld = sc->pcn_ldata;
758 ld->pcn_tx_list[i].pcn_tbaddr = 0;
759 ld->pcn_tx_list[i].pcn_txctl = 0;
760 ld->pcn_tx_list[i].pcn_txstat = 0;

Completed in 163 milliseconds

12