Searched refs:top (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.h34 void tc_scroll_down(int lines, unsigned int top, unsigned int bottom);
35 void tc_scroll_up(int lines, unsigned int top, unsigned int bottom);
36 void tc_clear_screen(unsigned int x, unsigned int y, unsigned int top,
H A Dtext_console.c218 tc_scroll_up(int lines, __unused unsigned int top, __unused unsigned int bottom) argument
242 tc_scroll_down(int lines, __unused unsigned int top, argument
255 /* clear top line */
346 tc_clear_screen(unsigned int x, unsigned int y, __unused unsigned int top, argument
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c206 struct tostruct *top, *prevtop; local
240 top = &p->tos[toindex];
241 top->selfpc = selfpc;
242 top->count = 1;
243 top->link = 0;
246 top = &p->tos[toindex];
247 if (top->selfpc == selfpc) {
251 top->count++;
256 * top points to what we are looking at,
257 * prevtop points to previous top
[all...]
H A Duipc_mbuf.c2539 mcache_obj_t *top = NULL; local
2540 mcache_obj_t **list = ⊤
2562 if (top != NULL)
2563 (void) cslab_free(class, top, 1);
3051 struct mbuf **np, *top; local
3070 top = NULL;
3071 np = ⊤
3140 if (top != NULL)
3141 m_freem_list(top);
3146 return (top);
3165 struct mbuf **np, *top, *first = NULL; local
3526 struct mbuf **np, *top; local
3805 struct mbuf *top; local
3897 struct mbuf *top = NULL; local
4280 struct mbuf *top = NULL, **mp = ⊤ local
4517 struct mbuf *top; local
4613 struct mbuf *top = NULL; local
4668 struct mbuf *top = NULL; local
[all...]
H A Duipc_socket.c1420 * otherwise by the mbuf chain "top" (which must be null
1473 struct mbuf *top, struct mbuf *control, int flags)
1479 int atomic = sosendallatonce(so) || top;
1487 resid = top->m_pkthdr.len;
1529 mp = ⊤
1540 * Data is prepackaged in "top".
1544 top->m_flags |= M_EOR;
1572 int hdrs_needed = (top == 0) ? 1 : 0;
1653 if (top == 0)
1670 if (atomic && top
1472 sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags) argument
[all...]
H A Dmcache.c424 mcache_obj_t **top = &(*list); local
542 mcache_obj_t **o = top;
565 (*cp->mc_slab_audit)(cp->mc_private, *top, TRUE); local
1157 mcache_obj_t *top = bkt->bkt_obj[nobjs - 1]; local
1160 mcache_obj_t *o = top;
1181 (*cp->mc_slab_free)(cp->mc_private, top,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c218 ppnum_t base, top; local
225 top = (ppnum_t) ((mptr->PhysicalStart) >> I386_PGSHIFT) + mptr->NumberOfPages - 1;
261 kprintf("EFI region: type = %u/%d, base = 0x%x, top = 0x%x\n", mptr->Type, pmap_type, base, top);
266 top = (top > maxpg) ? maxpg : top;
280 if (top < I386_LOWMEM_RESERVED) {
284 if (top < fap) {
298 pmptr->alloc = pmptr->end = top;
[all...]
H A Dtss.h103 * Its top points on to the PCB save area. It must contain space for
110 uint64_t top; /* Top and pointer to ISS in PCS */ member in struct:sysenter_stack
H A Dmp_desc.c90 extern uint32_t low_eintstack[]; /* top */
210 (vm_offset_t) &master_sstk.top -
234 * Also, a transient stack for the fast sysenter path. The top of
245 offsetof(cpu_desc_table_t, sstk.top);
338 cdi->cdi_sstk = (vm_offset_t) &master_sstk.top;
371 cdi->cdi_sstk = (vm_offset_t)&cdt->sstk.top;
424 /* Require that the top of the sysenter stack is 16-byte aligned */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcache.s76 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
104 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
131 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
201 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
288 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
346 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
H A Dmisc_asm.s100 lwz r9,PP_DEBSTACK_TOP_SS(r8) ; Get the top of the stack
276 srdi r3,r4,32 ; Move top down
277 rlwinm r4,r4,0,0,31 ; Clean top
284 rlwimi r3,r4,0,0,31 ; Inser the low part behind top
H A Dhibernate_restore.s105 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
107 rlwinm r4,r5,0,1,0 ; Duplicate high half of long long paddr into top of reg
H A Dhw_exception.s83 * and pcb.ksp is set to the top of stack
112 lwz r1,ACT_MACT_KSP(r13) ; Get the top of kernel stack
213 lwz r6,savedar(r4) ; Get the DAR (top)
271 lwz r3,PP_DEBSTACK_TOP_SS(r25) ; Pick up debug stack top
308 * and pcb.ksp is set to the top of stack.
422 rlwinm r10,r0,0,0,19 ; Keep only the top part
584 * r13 = pointer to top activation,
598 lis r8,hi16(EXT(kdebug_enable)) ; Get top of kdebug_enable
928 lwz r10,PP_INTSTACK_TOP_SS(r25) ; Get the top of the interrupt stack
935 lwz r5,PP_DEBSTACK_TOP_SS(r25) ; Pick up debug stack top
[all...]
H A Dcswtch.s144 lwz r6,umwRelo(r5) ; Get user memory window relocation top
155 stw r6,ppUMWmp+mpNestReloc(r12) ; Save top part of physical address
210 lwz r5,quickfret(r12) ; Get the first in quickfret list (top)
212 lwz r7,SACvrswap(r3) ; Get the virtual to real conversion (top)
214 stw r5,SAVprev(r10) ; Link the old in (top)
217 stw r7,quickfret(r12) ; Set the first in quickfret list (top)
257 lwz r5,quickfret(r12) ; Get the first in quickfret list (top)
259 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
261 stw r5,SAVprev(r10) ; Link the old in (top)
264 stw r2,quickfret(r12) ; Set the first in quickfret list (top)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c279 struct radix_node *saved_t, *top = t; local
284 * Open code rn_search(v, top) to avoid overhead of extra
328 /* Hit the top; have to give up */
387 } while (t != top);
425 struct radix_node *top = head->rnh_treetop; local
426 int head_off = top->rn_offset, vlen = (int)*((u_char *)v);
427 struct radix_node *t = rn_search(v_arg, top);
451 struct radix_node *p, *x = top;
601 struct radix_node *saved_tt, *top = head->rnh_treetop; local
615 if ((x = rn_addmask(netmask, 0, top
754 struct radix_node *dupedkey, *saved_tt, *top; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c136 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top,
138 void (*scroll_down)(int num, unsigned int top, unsigned int bottom);
139 void (*scroll_up)(int num, unsigned int top, unsigned int bottom);
255 static void gc_clear_screen(unsigned int xx, unsigned int yy, int top,
274 static void gc_scroll_down(int num, unsigned int top, unsigned int bottom);
275 static void gc_scroll_up(int num, unsigned int top, unsigned int bottom);
314 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, argument
329 start = (top * gc_buffer_columns);
333 start = (top * gc_buffer_columns);
347 gc_ops.clear_screen(xx, yy, top, botto
987 gc_scroll_down(int num, unsigned int top, unsigned int bottom) argument
1096 gc_scroll_up(int num, unsigned int top, unsigned int bottom) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h100 void vm_map_region_top_walk(vm_map_entry_t entry, vm_region_top_info_t top);
H A Dprotosw.h285 struct uio *uio, struct mbuf *top,
324 struct uio *uio, struct mbuf *top,
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y247 top:
260 goto top;
H A DOSUnserializeXML.cpp868 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
871 yy_stack_print (bottom, top)
873 yytype_int16 *top; variable
877 for (; bottom <= top; ++bottom)
2243 top:
2253 goto top;
2261 if (tagType == TAG_COMMENT) goto top;
2376 goto top;
H A DOSUnserializeXML.y631 top:
641 goto top;
649 if (tagType == TAG_COMMENT) goto top;
764 goto top;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dbsd_vm.c1060 vm_region_top_info_data_t top; local
1117 top.private_pages_resident = 0;
1118 top.shared_pages_resident = 0;
1119 vm_map_region_top_walk(entry, &top);
1130 pinfo->pri_private_pages_resident = top.private_pages_resident;
1131 pinfo->pri_shared_pages_resident = top.shared_pages_resident;
1132 pinfo->pri_obj_id = top.obj_id;
H A Dvm_map.c199 vm_region_top_info_t top);
361 * are now "top level" maps (either task map, kernel map or submap
1587 * Allow an insertion beyond the map's official top boundary.
6725 * top object:
6735 * were in the top-level object.
7286 * Start over with this top-level entry.
8075 /* ultimately be clipped in the top map will only need */
8640 * space (i.e. the top-level VM map).
8939 vm_region_top_info_t top; local
8944 top
8982 vm_map_region_top_walk( vm_map_entry_t entry, vm_region_top_info_t top) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Control.c152 top:
356 goto top;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s185 srwi r6,r2,16 ; top half of 32-bit checksum
195 rlwinm r6,r2,24,0x00FF ; move top byte to bottom
196 rlwinm r7,r2,8,0xFF00 ; bottom to top
203 srwi r6,r2,16 ; top half of 32-bit checksum

Completed in 185 milliseconds

12