/src/sys/arch/bebox/include/ |
bootinfo.h | 37 #define BTINFO_MEMORY 0 42 struct btinfo_memory { struct
|
bootinfo.h | 37 #define BTINFO_MEMORY 0 42 struct btinfo_memory { struct
|
/src/sys/arch/bebox/stand/boot/ |
boot.c | 61 struct btinfo_memory btinfo_memory; variable in typeref:struct:btinfo_memory 98 btinfo_memory.common.next = sizeof (btinfo_memory); 99 btinfo_memory.common.type = BTINFO_MEMORY; 100 btinfo_memory.memsize = *(int *)0x3010; 122 printf(">> Memory: %d k\n", btinfo_memory.memsize / 1024); 231 memcpy(p, (void *)&btinfo_memory, sizeof (btinfo_memory)); [all...] |
boot.c | 61 struct btinfo_memory btinfo_memory; variable in typeref:struct:btinfo_memory 98 btinfo_memory.common.next = sizeof (btinfo_memory); 99 btinfo_memory.common.type = BTINFO_MEMORY; 100 btinfo_memory.memsize = *(int *)0x3010; 122 printf(">> Memory: %d k\n", btinfo_memory.memsize / 1024); 231 memcpy(p, (void *)&btinfo_memory, sizeof (btinfo_memory)); [all...] |
/src/sys/arch/epoc32/epoc32/ |
epoc32_start.S | 81 cmp r2, #BTINFO_MEMORY 82 beq btinfo_memory 89 btinfo_memory: label 122 ldr r1, [r0] /* Load size of btinfo_memory */ 174 ldr r1, [r0] /* Load size of btinfo_memory */
|
epoc32_start.S | 81 cmp r2, #BTINFO_MEMORY 82 beq btinfo_memory 89 btinfo_memory: label 122 ldr r1, [r0] /* Load size of btinfo_memory */ 174 ldr r1, [r0] /* Load size of btinfo_memory */
|
/src/sys/arch/epoc32/include/ |
bootinfo.h | 41 #define BTINFO_MEMORY 2 53 struct btinfo_memory { struct
|
bootinfo.h | 41 #define BTINFO_MEMORY 2 53 struct btinfo_memory { struct
|
/src/sys/arch/sandpoint/include/ |
bootinfo.h | 40 #define BTINFO_MEMORY 2 55 struct btinfo_memory { struct
|
bootinfo.h | 40 #define BTINFO_MEMORY 2 55 struct btinfo_memory { struct
|