Searched refs:CFG_STACK_SIZE (Results 1 - 25 of 27) sorted by relevance

12

/broadcom-cfe-1.4.2/cfe/arch/ppc/board/bcm98245cpci/include/
H A Dbsp_config.h64 #define CFG_STACK_SIZE 1024 /* stack size in bytes */ macro
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/mousse/include/
H A Dbsp_config.h63 #define CFG_STACK_SIZE 1024 /* stack size in bytes */ macro
/broadcom-cfe-1.4.2/build/broadcom/tiny/
H A Dbsp_config.h67 #define CFG_STACK_SIZE 1024 /* size of runtime stack */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm1250cpci/include/
H A Dbsp_config.h69 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125cpci/include/
H A Dbsp_config.h65 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125e/include/
H A Dbsp_config.h71 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125f/include/
H A Dbsp_config.h71 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125pcix/include/
H A Dbsp_config.h65 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm95836cpci/include/
H A Dbsp_config.h62 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/lausanne/include/
H A Dbsp_config.h70 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/sentosa/include/
H A Dbsp_config.h71 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/vcs/include/
H A Dbsp_config.h64 #define CFG_STACK_SIZE 1024 /* stack size in bytes */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/vcs1280/include/
H A Dbsp_config.h64 #define CFG_STACK_SIZE 1024 /* stack size in bytes */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/include/
H A Dbsp_config.h79 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91280e/include/
H A Dbsp_config.h91 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/include/
H A Dbsp_config.h88 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/include/
H A Dbsp_config.h87 #define CFG_STACK_SIZE 8192 /* stack size (bytes, rounded up to K) */ macro
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dzipstart_entry.S66 #ifndef CFG_STACK_SIZE
67 #error "CFG_STACK_SIZE not defined"
69 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
H A Dinit_ram.S112 #ifndef CFG_STACK_SIZE
113 #error "CFG_STACK_SIZE not defined"
115 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
H A Dapientry.S66 #ifndef CFG_STACK_SIZE
67 #error "CFG_STACK_SIZE not defined"
69 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
H A Dzipstart_init.S107 #ifndef CFG_STACK_SIZE
108 #error "CFG_STACK_SIZE not defined"
110 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
/broadcom-cfe-1.4.2/cfe/arch/ppc/common/src/
H A Dinit_ppc.S90 #ifndef CFG_STACK_SIZE
91 #error "CFG_STACK_SIZE not defined"
93 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
325 LDCONST(r6,(CFG_HEAP_SIZE*1024+CFG_STACK_SIZE))
519 LDCONST(r2,(CFG_HEAP_SIZE*1024)+CFG_STACK_SIZE)
567 LDCONST(r2,(CFG_HEAP_SIZE*1024)+CFG_STACK_SIZE)
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_main.c71 #ifndef CFG_STACK_SIZE
74 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023)
/broadcom-cfe-1.4.2/cfe/arch/x86/common/src/
H A Dinit_x86.S349 addl $(CFG_HEAP_SIZE*1024+CFG_STACK_SIZE),%esp
H A Dmisc_x86.S445 addl $(CFG_HEAP_SIZE*1024+CFG_STACK_SIZE),%esp

Completed in 157 milliseconds

12