/arch/m68k/ifpsp060/ |
D | README | 32 fpsp.sa Full FP Kernel Module - hex image 36 pfpsp.sa Partial FP Kernel Module - hex image 39 fplsp.sa FP Library Module - hex image 43 isp.sa Integer Unimplemented Kernel Module - hex image 47 ilsp.sa Integer Unimplemented Library Module - hex image 58 was connected properly; hex image 62 connected properly; hex image
|
D | isp.doc | 53 The hex image was created by assembling the source code and 101 to access the functions within the ISP. Since the isp.sa hex file contains
|
/arch/arm/ |
D | Kconfig-nommu | 14 hex '(S)DRAM Base Address' if SET_MEM_PARAM 18 hex '(S)DRAM SIZE' if SET_MEM_PARAM 22 hex 'FLASH Base Address' if SET_MEM_PARAM 27 hex 'FLASH Size' if SET_MEM_PARAM 32 hex 'Hard wire the processor ID'
|
/arch/nios2/platform/ |
D | Kconfig.platform | 7 hex "Memory base address" 32 hex "DTB Address" 127 hex "D-Cache size" if CUSTOM_CACHE_SETTINGS 134 hex "D-Cache line size" if CUSTOM_CACHE_SETTINGS 141 hex "I-Cache size" if CUSTOM_CACHE_SETTINGS
|
/arch/powerpc/platforms/cell/ |
D | setup.c | 76 static void cell_progress(char *s, unsigned short hex) in cell_progress() argument 78 printk("*** %04x : %s\n", hex, s ? s : ""); in cell_progress()
|
/arch/powerpc/include/asm/ |
D | setup.h | 8 extern void ppc_printk_progress(char *s, unsigned short hex);
|
D | udbg.h | 24 extern void udbg_progress(char *s, unsigned short hex);
|
D | rtas.h | 368 extern void rtas_progress(char *s, unsigned short hex);
|
/arch/nios2/ |
D | Kconfig | 130 hex "Link address offset for booting" 156 hex "Virtual base address of the kernel MMU region " if NIOS2_KERNEL_MMU_REGION_BASE_BOOL 170 hex "Virtual base address of the kernel region " if NIOS2_KERNEL_REGION_BASE_BOOL 182 hex "Virtual base address of the I/O region" if NIOS2_IO_REGION_BASE_BOOL
|
/arch/powerpc/platforms/ps3/ |
D | setup.c | 216 static void __init ps3_progress(char *s, unsigned short hex) in ps3_progress() argument 218 printk("*** %04x : %s\n", hex, s ? s : ""); in ps3_progress()
|
/arch/m68k/ |
D | Kconfig.machine | 335 hex "Address of the base of RAM" 344 hex "Size of RAM (in bytes), or 0 for automatic" 352 hex "Address of the base of system vectors" 361 hex "Address of the MBAR (internal peripherals)" 372 hex "Address of the IPSBAR (internal peripherals)" 383 hex "Address of the base of kernel code" 405 hex "Address of the base of ROM device" 414 hex "Address of the base of the ROM vectors" 423 hex "Address of the base of system image in ROM" 431 hex "Size of the ROM device"
|
/arch/powerpc/platforms/maple/ |
D | setup.c | 275 static void __init maple_progress(char *s, unsigned short hex) in maple_progress() argument 277 printk("*** %04x : %s\n", hex, s ? s : ""); in maple_progress()
|
/arch/parisc/boot/compressed/ |
D | misc.c | 156 const char hex[] = "0123456789abcdef"; in print_num() local 162 str[i--] = hex[num % base]; in print_num()
|
/arch/powerpc/ |
D | Kconfig.debug | 304 hex "vterm number to use with early debug HVSI" 312 hex "vterm number to use with OPAL early debug" 323 hex "Low 32 bits of early debug UART physical address" 331 hex "EPRN of early debug UART physical address" 336 hex "Early debug UART physical address" 341 hex "CPM UART early debug transmit descriptor address" 398 hex
|
D | Kconfig | 654 hex 1059 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 1108 hex "Virtual address of memory base" if PAGE_OFFSET_BOOL 1123 hex "Virtual address of kernel base" if KERNEL_START_BOOL 1137 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL 1142 hex 1160 hex "Size of user task space" if TASK_SIZE_BOOL 1188 hex 1191 hex 1194 hex
|
/arch/powerpc/kernel/ |
D | udbg.c | 132 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() argument
|
D | rtas-proc.c | 319 unsigned long hex; in ppc_rtas_progress_write() local 329 hex = simple_strtoul(progress_led, NULL, 10); in ppc_rtas_progress_write() 331 rtas_progress ((char *)progress_led, hex); in ppc_rtas_progress_write()
|
/arch/microblaze/ |
D | Kconfig | 196 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL 200 hex "Microblaze reset vector address setup" 222 hex "Virtual address of kernel base" if KERNEL_START_BOOL 237 hex "Size of user task space" if TASK_SIZE_BOOL
|
D | Kconfig.platform | 34 hex "Physical address where Linux Kernel is"
|
/arch/xtensa/ |
D | Kconfig | 82 hex 248 hex "Cache attributes for the memory address space" 252 These cache attributes are set up for noMMU systems. Each hex digit 279 hex "Physical address of the KSEG mapping" 292 hex "Kernel load address" 304 hex "Kernel vectors offset" 583 hex 605 hex "XTFPGA LCD base address"
|
/arch/powerpc/platforms/pasemi/ |
D | setup.c | 311 static void __init pas_progress(char *s, unsigned short hex) in pas_progress() argument 313 printk("[%04x] : %s\n", hex, s ? s : ""); in pas_progress()
|
/arch/h8300/ |
D | Kconfig.cpu | 97 hex "Load offset"
|
/arch/sh/mm/ |
D | Kconfig | 17 hex 46 hex "Physical memory start address" 62 hex "Physical memory size"
|
/arch/c6x/ |
D | Kconfig | 104 hex "Virtual address of memory base"
|
/arch/powerpc/platforms/powernv/ |
D | setup.c | 288 static void pnv_progress(char *s, unsigned short hex) in pnv_progress() argument
|