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

  /src/sys/kern/
subr_thmap.c 185 #define THMAP_GETPTR(th, p) ((void *)((th)->baseptr + (uintptr_t)(p)))
186 #define THMAP_GETOFF(th, p) ((thmap_ptr_t)((uintptr_t)(p) - (th)->baseptr))
240 uintptr_t baseptr; member in struct:thmap
1016 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags)
1024 if (!THMAP_ALIGNED_P(baseptr)) {
1028 thmap->baseptr = baseptr;
subr_thmap.c 185 #define THMAP_GETPTR(th, p) ((void *)((th)->baseptr + (uintptr_t)(p)))
186 #define THMAP_GETOFF(th, p) ((thmap_ptr_t)((uintptr_t)(p) - (th)->baseptr))
240 uintptr_t baseptr; member in struct:thmap
1016 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags)
1024 if (!THMAP_ALIGNED_P(baseptr)) {
1028 thmap->baseptr = baseptr;

Completed in 42 milliseconds