Home
last modified time | relevance | path

Searched defs:space (Results 1 – 4 of 4) sorted by relevance

/sys/amd64/
Dpmap.c116 PMap_DestroyAS(AS *space) in PMap_DestroyAS()
182 PMap_LoadAS(AS *space) in PMap_LoadAS()
220 PMap_Translate(AS *space, uintptr_t va) in PMap_Translate()
278 PMapLookupEntry(AS *space, uint64_t va, PageEntry **entry, int size) in PMapLookupEntry()
552 PMap_DumpFull(AS *space) in PMap_DumpFull()
616 PMap_Dump(AS *space) in PMap_Dump()
/sys/include/
Dthread.h33 AS *space; member
67 AS *space; member
/lib/liblwip/src/include/lwip/
Dtcp_impl.h197 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
/lib/liblwip/src/core/
Dtcp_out.c423 u16_t space; in tcp_write() local