Home
last modified time | relevance | path

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

12

/arch/sh/kernel/
A 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/
A Dkdebug.h17 unsigned long bottom, unsigned long top);
/arch/arm/include/asm/
A Dstacktrace.h55 extern void dump_mem(const char *lvl, const char *str, unsigned long bottom,
/arch/arc/kernel/
A Dhead.S148 ; tsk->thread_info is really a PAGE, whose bottom hoists stack
168 ; set its stack base to tsk->thread_info bottom
A Dunwind.c1082 unsigned long top, bottom; in arc_unwind() local
1085 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind()
1088 && bottom < UNW_FP(frame) in arc_unwind()
1091 && bottom > UNW_FP(frame) in arc_unwind()
1100 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1102 && link > UNW_FP(frame) && link < bottom in arc_unwind()
/arch/arm/kernel/
A Dentry-v7m.S49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
A Dtraps.c138 void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument
144 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top); in dump_mem()
146 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
154 if (p >= bottom && p < top) { in dump_mem()
A 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
A Dentry-armv.S50 subs r3, r2, r1 @ SP above bottom of IRQ stack?
/arch/arm/boot/dts/marvell/
A Dorion5x-lacie-ethernet-disk-mini-v2.dts79 * as a bottom-type device. This could cause risks of
A Dorion5x-maxtor-shared-storage-2.dts60 * as a bottom-type device. This could cause risks of
A Dorion5x-lacie-d2-network.dts100 * as a bottom-type device. This could cause risks of
A Dorion5x-lswsgl.dts121 label = "lswsgl:power:blue:bottom";
/arch/arm/boot/compressed/
A Dll_char_wr.S56 add r0, r0, r5, lsl #3 @ Move to bottom of character
/arch/arm64/boot/dts/rockchip/
A Drk3566-anbernic-rg-arc.dtsi131 * Y, and Z on the top row of buttons and A, B, and C under the bottom
A Drk3328-a1.dts18 * UART pins, as viewed with bottom of case removed:
/arch/arm/boot/dts/ti/omap/
A Domap3-n950.dts246 * - top + bottom 5px are not visible
/arch/arm/boot/dts/renesas/
A Dr8a7742-iwg21d-q7.dts301 /* Disable xhci to enable USB2.0 host mode support on J23 bottom port */
/arch/arm64/boot/dts/freescale/
A Dfsl-ls1088a-ten64.dts403 /* LS1088A USB Port 0 - direct to bottom USB-A port */
/arch/arm64/boot/dts/qcom/
A Dmsm8916-alcatel-idol347.dts454 speaker_bottom_default: speaker-bottom-default-state {
A Dsm8350.dtsi4060 cpu4-bottom-thermal {
4103 cpu5-bottom-thermal {
4146 cpu6-bottom-thermal {
4189 cpu7-bottom-thermal {
4331 gpu-bottom-thermal {
4504 cam-bottom-thermal {
/arch/arm/boot/dts/aspeed/
A 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/
A DTEST.DOC72 (bottom of module)
A Dfpsp.doc78 (bottom of module)
A Disp.doc86 (bottom of module)

Completed in 39 milliseconds

12