Searched refs:ABT_STACK_SIZE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sys/arm/econa/ |
| D | econa_machdep.c | 97 #define ABT_STACK_SIZE 1 macro 252 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 288 ABT_STACK_SIZE * PAGE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE); in initarm() 328 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/sa11x0/ |
| D | assabet_machdep.c | 110 #define ABT_STACK_SIZE 1 macro 279 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 326 ABT_STACK_SIZE * PAGE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE); in initarm() 370 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/at91/ |
| D | at91_machdep.c | 106 #define ABT_STACK_SIZE 1 macro 302 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 341 ABT_STACK_SIZE * PAGE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE); in initarm() 385 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/s3c2xx0/ |
| D | s3c24x0_machdep.c | 110 #define ABT_STACK_SIZE 1 macro 300 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 334 ABT_STACK_SIZE * PAGE_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE); in initarm() 372 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/xscale/i8134x/ |
| D | crb_machdep.c | 112 #define ABT_STACK_SIZE 1 macro 243 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 328 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/xscale/i80321/ |
| D | iq31244_machdep.c | 109 #define ABT_STACK_SIZE 1 macro 247 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 346 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| D | ep80219_machdep.c | 109 #define ABT_STACK_SIZE 1 macro 247 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 348 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/xscale/ixp425/ |
| D | avila_machdep.c | 113 #define ABT_STACK_SIZE 1 macro 316 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 415 set_stackptr(PSR_ABT32_MODE, abtstack.pv_va + ABT_STACK_SIZE*PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/xscale/pxa/ |
| D | pxa_machdep.c | 109 #define ABT_STACK_SIZE 1 macro 230 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 329 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|
| /freebsd-9-stable/sys/arm/mv/ |
| D | mv_machdep.c | 112 #define ABT_STACK_SIZE 1 macro 435 valloc_pages(abtstack, ABT_STACK_SIZE); in initarm() 544 abtstack.pv_va + ABT_STACK_SIZE * PAGE_SIZE); in initarm()
|