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

/freebsd-10.2-release/sys/arm/include/
H A Dmachdep.h11 extern struct pv_addr abtstack;
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Decona_machdep.c102 struct pv_addr abtstack; variable in typeref:struct:pv_addr
221 valloc_pages(abtstack, ABT_STACK_SIZE);
256 pmap_map_chunk(l1pagetable, abtstack.pv_va, abtstack.pv_pa,
/freebsd-10.2-release/sys/arm/samsung/s3c2xx0/
H A Ds3c24x0_machdep.c117 struct pv_addr abtstack; variable in typeref:struct:pv_addr
271 valloc_pages(abtstack, ABT_STACK_SIZE);
304 pmap_map_chunk(l1pagetable, abtstack.pv_va, abtstack.pv_pa,
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_machdep.c203 struct pv_addr abtstack; variable in typeref:struct:pv_addr
507 valloc_pages(abtstack, ABT_STACK_SIZE * MAXCPU);
545 pmap_map_chunk(l1pagetable, abtstack.pv_va, abtstack.pv_pa,
/freebsd-10.2-release/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c117 struct pv_addr abtstack; variable in typeref:struct:pv_addr
224 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-10.2-release/sys/arm/xscale/i80321/
H A Dep80219_machdep.c114 struct pv_addr abtstack; variable in typeref:struct:pv_addr
224 valloc_pages(abtstack, ABT_STACK_SIZE);
H A Diq31244_machdep.c114 struct pv_addr abtstack; variable in typeref:struct:pv_addr
225 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-10.2-release/sys/arm/xscale/ixp425/
H A Davila_machdep.c113 struct pv_addr abtstack; variable in typeref:struct:pv_addr
294 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-10.2-release/sys/arm/xscale/pxa/
H A Dpxa_machdep.c114 struct pv_addr abtstack; variable in typeref:struct:pv_addr
206 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-10.2-release/sys/arm/arm/
H A Dmachdep.c154 struct pv_addr abtstack; variable in typeref:struct:pv_addr
1006 abtstack.pv_va + ((ABT_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
1163 valloc_pages(abtstack, ABT_STACK_SIZE * MAXCPU);

Completed in 123 milliseconds