Searched refs:num_pts (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libsel4utils/include/sel4utils/
H A Dmapping.h79 vka_object_t *pts, int *num_pts);
/seL4-refos-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dmapping.h79 vka_object_t *pts, int *num_pts);
/seL4-refos-master/libs/libsel4utils/src/
H A Dmapping.c89 vka_object_t *pts, int *num_pts)
92 cacheable, pts, num_pts);
87 sel4utils_map_iospace_page(vka_t *vka, seL4_CPtr iospace, seL4_CPtr frame, seL4_Word vaddr, seL4_CapRights_t rights, int cacheable, seL4_Word size_bits, vka_object_t *pts, int *num_pts) argument
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dmapping.c89 vka_object_t *pts, int *num_pts)
92 cacheable, pts, num_pts);
87 sel4utils_map_iospace_page(vka_t *vka, seL4_CPtr iospace, seL4_CPtr frame, seL4_Word vaddr, seL4_CapRights_t rights, int cacheable, seL4_Word size_bits, vka_object_t *pts, int *num_pts) argument
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/vspace/
H A Dvspace.c210 int num_pts = 0; local
215 (seL4_Word) vaddr, rights, cacheable, size_bits, pts, &num_pts);
221 for (int i = 0; i < num_pts; i++) {
/seL4-refos-master/libs/libsel4utils/src/vspace/
H A Dvspace.c210 int num_pts = 0; local
215 (seL4_Word) vaddr, rights, cacheable, size_bits, pts, &num_pts);
221 for (int i = 0; i < num_pts; i++) {

Completed in 92 milliseconds