Searched refs:undstack (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/arm/include/
H A Dmachdep.h10 extern struct pv_addr undstack;
/freebsd-10-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c101 struct pv_addr undstack; variable in typeref:struct:pv_addr
222 valloc_pages(undstack, UND_STACK_SIZE);
258 pmap_map_chunk(l1pagetable, undstack.pv_va, undstack.pv_pa,
/freebsd-10-stable/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_machdep.c116 struct pv_addr undstack; variable in typeref:struct:pv_addr
272 valloc_pages(undstack, UND_STACK_SIZE);
306 pmap_map_chunk(l1pagetable, undstack.pv_va, undstack.pv_pa,
/freebsd-10-stable/sys/arm/at91/
H A Dat91_machdep.c202 struct pv_addr undstack; variable in typeref:struct:pv_addr
508 valloc_pages(undstack, UND_STACK_SIZE * MAXCPU);
547 pmap_map_chunk(l1pagetable, undstack.pv_va, undstack.pv_pa,
/freebsd-10-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c116 struct pv_addr undstack; variable in typeref:struct:pv_addr
225 valloc_pages(undstack, UND_STACK_SIZE);
/freebsd-10-stable/sys/arm/xscale/i80321/
H A Dep80219_machdep.c113 struct pv_addr undstack; variable in typeref:struct:pv_addr
225 valloc_pages(undstack, UND_STACK_SIZE);
H A Diq31244_machdep.c113 struct pv_addr undstack; variable in typeref:struct:pv_addr
226 valloc_pages(undstack, UND_STACK_SIZE);
/freebsd-10-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c113 struct pv_addr undstack; variable in typeref:struct:pv_addr
207 valloc_pages(undstack, UND_STACK_SIZE);
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c112 struct pv_addr undstack; variable in typeref:struct:pv_addr
295 valloc_pages(undstack, UND_STACK_SIZE);
/freebsd-10-stable/sys/arm/arm/
H A Dmachdep.c153 struct pv_addr undstack; variable in typeref:struct:pv_addr
1008 undstack.pv_va + ((UND_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
1164 valloc_pages(undstack, UND_STACK_SIZE * MAXCPU);

Completed in 100 milliseconds