HomeSort by: relevance | last modified time | path
    Searched defs:baseptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_thmap.c 175 #define THMAP_GETPTR(th, p) ((void *)((th)->baseptr + (uintptr_t)(p)))
176 #define THMAP_GETOFF(th, p) ((thmap_ptr_t)((uintptr_t)(p) - (th)->baseptr))
230 uintptr_t baseptr; member in struct:thmap
1006 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags)
1014 if (!THMAP_ALIGNED_P(baseptr)) {
1018 thmap->baseptr = baseptr;
subr_thmap.c 175 #define THMAP_GETPTR(th, p) ((void *)((th)->baseptr + (uintptr_t)(p)))
176 #define THMAP_GETOFF(th, p) ((thmap_ptr_t)((uintptr_t)(p) - (th)->baseptr))
230 uintptr_t baseptr; member in struct:thmap
1006 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags)
1014 if (!THMAP_ALIGNED_P(baseptr)) {
1018 thmap->baseptr = baseptr;

Completed in 23 milliseconds