Home
last modified time | relevance | path

Searched refs:start (Results 1 – 12 of 12) sorted by relevance

/sys/amd64/
Dmbentry.c26 extern void PAlloc_AddRegion(uintptr_t start, uintptr_t len);
199 uintptr_t start = memRegionStart[i]; in MachineBoot_AddMem() local
202 if (start + len < initRamEnd) in MachineBoot_AddMem()
205 if (start < initRamEnd) { in MachineBoot_AddMem()
206 len = initRamEnd - start; in MachineBoot_AddMem()
207 start = initRamEnd; in MachineBoot_AddMem()
210 kprintf("AddRegion: %08llx %08llx\n", start, len); in MachineBoot_AddMem()
211 PAlloc_AddRegion(start + MEM_DIRECTMAP_BASE, len); in MachineBoot_AddMem()
Dkernel.lds108 /* gcc uses crtbegin.o to find the start of
/sys/kern/
Dpalloc.c92 PAlloc_AddRegion(uintptr_t start, uintptr_t len) in PAlloc_AddRegion() argument
97 if ((start % PGSIZE) != 0) in PAlloc_AddRegion()
112 uintptr_t base = (uintptr_t)DMVA2PA(start); in PAlloc_AddRegion()
116 pageInfoTable = (PageInfo *)start; in PAlloc_AddRegion()
118 start += pageInfoLength; in PAlloc_AddRegion()
138 uintptr_t base = (uintptr_t)DMVA2PA(start); in PAlloc_AddRegion()
155 pg = (void *)(start + i); in PAlloc_AddRegion()
Dvfs.c66 const char *start = path + 1; in VFS_Lookup() local
84 len = (size_t)(end - start); in VFS_Lookup()
94 memcpy(curName, start, len); in VFS_Lookup()
112 start = end + 1; in VFS_Lookup()
/lib/liblwip/src/core/ipv4/
Dip_frag.c94 PACK_STRUCT_FIELD(u16_t start);
173 if (iprh->start == 0) { in ip_reass_free_complete_datagram()
351 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()
358 if (iprh->start < iprh_tmp->start) { in ip_reass_chain_frag_into_datagram_and_validate()
364 if ((iprh->start < iprh_prev->end) || (iprh->end > iprh_tmp->start)) { in ip_reass_chain_frag_into_datagram_and_validate()
375 } else if(iprh->start == iprh_tmp->start) { in ip_reass_chain_frag_into_datagram_and_validate()
379 } else if(iprh->start < iprh_tmp->end) { in ip_reass_chain_frag_into_datagram_and_validate()
386 if (iprh_prev->end != iprh_tmp->start) { in ip_reass_chain_frag_into_datagram_and_validate()
403 LWIP_ASSERT("check fragments don't overlap", iprh_prev->end <= iprh->start); in ip_reass_chain_frag_into_datagram_and_validate()
406 if (iprh_prev->end != iprh->start) { in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
/sys/include/
Dkmem.h19 void PAlloc_AddRegion(uintptr_t start, uintptr_t len);
/lib/liblwip/src/core/
Dpbuf.c1106 u16_t start = offset; in pbuf_memcmp() local
1110 while ((q != NULL) && (q->len <= start)) { in pbuf_memcmp()
1111 start -= q->len; in pbuf_memcmp()
1115 if ((q != NULL) && (q->len > start)) { in pbuf_memcmp()
1118 u8_t a = pbuf_get_at(q, start + i); in pbuf_memcmp()
/
DSConstruct159 # Program start/end
/lib/liblwip/doc/
Dsys_arch.txt255 PERF_START - start measuring something.
Drawapi.txt122 Commands a pcb to start listening for incoming connections. When an
/docs/
DDoxyfile1281 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1970 # is highly recommended to start with a default header using
2149 # man pages. In case the manual section does not start with a number, the number
/lib/liblwip/
DCHANGELOG1847 * tcp_in.c: Fix bug #20506: Slow start / initial congestion window starts with
1993 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
2110 * tcp_out.c: BUG20511. Modify persist timer to start when we are