Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 37) sorted by relevance

12

/arch/x86/um/os-Linux/
Dtask_size.c71 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/
Ddumpstack.c19 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/
Dkdebug.h17 unsigned long bottom, unsigned long top);
/arch/arm/include/asm/
Dstacktrace.h48 extern void dump_mem(const char *lvl, const char *str, unsigned long bottom,
/arch/arm/kernel/
Dentry-v7m.S49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
Dtraps.c137 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()
Dhead.S216 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
Dentry-armv.S43 subs r3, r2, r1 @ SP above bottom of IRQ stack?
/arch/arc/kernel/
Dunwind.c1091 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()
Dhead.S148 ; tsk->thread_info is really a PAGE, whose bottom hoists stack
/arch/arm/boot/dts/marvell/
Dorion5x-maxtor-shared-storage-2.dts61 * as a bottom-type device. This could cause risks of
Dorion5x-lacie-ethernet-disk-mini-v2.dts80 * as a bottom-type device. This could cause risks of
Dorion5x-lacie-d2-network.dts101 * as a bottom-type device. This could cause risks of
Dorion5x-lswsgl.dts122 label = "lswsgl:power:blue:bottom";
/arch/arm/boot/compressed/
Dll_char_wr.S56 add r0, r0, r5, lsl #3 @ Move to bottom of character
/arch/arm/boot/dts/ti/omap/
Domap3-n950.dts246 * - top + bottom 5px are not visible
/arch/arm64/boot/dts/rockchip/
Drk3328-a1.dts17 * UART pins, as viewed with bottom of case removed:
/arch/arm/boot/dts/renesas/
Dr8a7742-iwg21d-q7.dts302 /* Disable xhci to enable USB2.0 host mode support on J23 bottom port */
/arch/arm/boot/dts/aspeed/
Daspeed-bmc-facebook-minipack.dts115 * connecting to bottom FCM (Fan Control Module).
634 * I2C Switch 8-0070 channel #3: connecting to bottom
/arch/m68k/ifpsp060/
Dfpsp.doc78 (bottom of module)
Disp.doc86 (bottom of module)
DTEST.DOC72 (bottom of module)
/arch/arm64/boot/dts/qcom/
Dsm8350.dtsi3975 cpu4-bottom-thermal {
4019 cpu5-bottom-thermal {
4063 cpu6-bottom-thermal {
4107 cpu7-bottom-thermal {
4236 gpu-bottom-thermal {
4401 cam-bottom-thermal {
Dsc8180x.dtsi3777 cpu4-bottom-thermal {
3792 cpu5-bottom-thermal {
3807 cpu6-bottom-thermal {
3822 cpu7-bottom-thermal {
4032 gpu-bottom-thermal {
/arch/powerpc/
DKconfig38 # 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

12