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

/freebsd-11-stable/sys/arm/include/
H A Dmachdep.h11 extern vm_offset_t abtstack;
16 extern struct pv_addr abtstack;
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c104 struct pv_addr abtstack; variable in typeref:struct:pv_addr
213 valloc_pages(abtstack, ABT_STACK_SIZE);
248 pmap_map_chunk(l1pagetable, abtstack.pv_va, abtstack.pv_pa,
/freebsd-11-stable/sys/arm/at91/
H A Dat91_machdep.c435 struct pv_addr abtstack; variable in typeref:struct:pv_addr
498 valloc_pages(abtstack, ABT_STACK_SIZE * MAXCPU);
536 pmap_map_chunk(l1pagetable, abtstack.pv_va, abtstack.pv_pa,
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c119 struct pv_addr abtstack; variable in typeref:struct:pv_addr
218 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c115 struct pv_addr abtstack; variable in typeref:struct:pv_addr
280 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c115 struct pv_addr abtstack; variable in typeref:struct:pv_addr
205 valloc_pages(abtstack, ABT_STACK_SIZE);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c128 vm_offset_t abtstack; variable
141 struct pv_addr abtstack; variable in typeref:struct:pv_addr
758 abtstack + ((ABT_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
770 abtstack.pv_va + ((ABT_STACK_SIZE * PAGE_SIZE) * (cpu + 1)));
909 valloc_pages(abtstack, ABT_STACK_SIZE * MAXCPU);
1174 abtstack = pmap_preboot_get_vpages(ABT_STACK_SIZE * MAXCPU);

Completed in 266 milliseconds