/arch/x86/um/os-Linux/ |
D | task_size.c | 71 unsigned long bottom = 0; in os_get_top_address() local 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 102 if (page_ok(bottom)) in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 117 original = bottom; in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() 126 bottom = test; in os_get_top_address() 129 } while (top - bottom > 1); in os_get_top_address()
|
/arch/sh/kernel/ |
D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument 25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top); in dump_mem() 27 for (p = bottom & ~31; p < top; ) { in dump_mem() 33 if (p < bottom || p >= top) in dump_mem()
|
/arch/sh/include/asm/ |
D | kdebug.h | 17 unsigned long bottom, unsigned long top);
|
/arch/arm/include/asm/ |
D | stacktrace.h | 48 extern void dump_mem(const char *lvl, const char *str, unsigned long bottom,
|
/arch/arm/kernel/ |
D | entry-v7m.S | 49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
|
D | traps.c | 137 void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument 143 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top); in dump_mem() 145 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 153 if (p >= bottom && p < top) { in dump_mem()
|
D | head.S | 216 str r3, [r0], #4 @ set bottom PGD entry bits 218 str r3, [r0], #4 @ set bottom PGD entry bits 227 add r4, r4, #4 @ we only write the bottom word
|
D | entry-armv.S | 43 subs r3, r2, r1 @ SP above bottom of IRQ stack?
|
/arch/arc/kernel/ |
D | unwind.c | 1091 unsigned long top, bottom; in arc_unwind() local 1094 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind() 1097 && bottom < UNW_FP(frame) in arc_unwind() 1100 && bottom > UNW_FP(frame) in arc_unwind() 1109 && link > bottom && link < UNW_FP(frame) in arc_unwind() 1111 && link > UNW_FP(frame) && link < bottom in arc_unwind()
|
D | head.S | 148 ; tsk->thread_info is really a PAGE, whose bottom hoists stack
|
/arch/arm/boot/dts/marvell/ |
D | orion5x-maxtor-shared-storage-2.dts | 61 * as a bottom-type device. This could cause risks of
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 80 * as a bottom-type device. This could cause risks of
|
D | orion5x-lacie-d2-network.dts | 101 * as a bottom-type device. This could cause risks of
|
D | orion5x-lswsgl.dts | 122 label = "lswsgl:power:blue:bottom";
|
/arch/arm/boot/compressed/ |
D | ll_char_wr.S | 56 add r0, r0, r5, lsl #3 @ Move to bottom of character
|
/arch/arm/boot/dts/ti/omap/ |
D | omap3-n950.dts | 246 * - top + bottom 5px are not visible
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3328-a1.dts | 17 * UART pins, as viewed with bottom of case removed:
|
/arch/arm/boot/dts/renesas/ |
D | r8a7742-iwg21d-q7.dts | 302 /* Disable xhci to enable USB2.0 host mode support on J23 bottom port */
|
/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-minipack.dts | 115 * connecting to bottom FCM (Fan Control Module). 634 * I2C Switch 8-0070 channel #3: connecting to bottom
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 78 (bottom of module)
|
D | isp.doc | 86 (bottom of module)
|
D | TEST.DOC | 72 (bottom of module)
|
/arch/arm64/boot/dts/qcom/ |
D | sm8350.dtsi | 3975 cpu4-bottom-thermal { 4019 cpu5-bottom-thermal { 4063 cpu6-bottom-thermal { 4107 cpu7-bottom-thermal { 4236 gpu-bottom-thermal { 4401 cam-bottom-thermal {
|
D | sc8180x.dtsi | 3777 cpu4-bottom-thermal { 3792 cpu5-bottom-thermal { 3807 cpu6-bottom-thermal { 3822 cpu7-bottom-thermal { 4032 gpu-bottom-thermal {
|
/arch/powerpc/ |
D | Kconfig | 38 # between bottom-up and top-down allocations for applications that 772 # This is roughly half way between the top of user space and the bottom 1294 # This value must have zeroes in the bottom 60 bits otherwise lots will break
|