/openbmc/linux/include/linux/sched/ |
H A D | task_stack.h | 49 * When the stack grows down, this is just above the thread 52 * When the stack grows up, this is the highest address.
|
/openbmc/u-boot/include/configs/ |
H A D | socfpga_common.h | 238 * 0xFFFF_xxxx ...... Top of stack (grows down) 245 * 0xFFEx_xxxx ...... Top of stack (grows down to bottom) 247 * 0xFFEz_zzzz ...... Malloc area (grows up to top)
|
H A D | 3c120_devboard.h | 46 * -The stack is placed below the heap (&grows down).
|
H A D | 10m50_devboard.h | 46 * -The stack is placed below the heap (&grows down).
|
H A D | iot_devkit.h | 38 * - Stack starts from CONFIG_SYS_INIT_SP_ADDR and grows down,
|
H A D | socfpga_stratix10_socdk.h | 185 * 0xFFEx_xxxx ...... Top of stack (grows down)
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/ |
H A D | common | 2 # On all known supported architectures the stack grows down
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | mman.h | 18 * The stack on parisc grows upwards, so if userspace requests memory in arch_calc_vm_flag_bits()
|
/openbmc/linux/include/net/ |
H A D | sock_reuseport.h | 24 /* ID stays the same even after the size of socks[] grows. */
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | entry.h | 163 * which grows upwards towards thread_info 171 /* Go to end of page where stack begins (grows upwards) */
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start.S | 107 * Stack grows down from top of CAR. We have: 184 /* Stack grows down from top of SDRAM */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | faraday,ftgmac100.yaml | 54 rmii (100bT) but kept as a separate property in case NC-SI grows support
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 314 * One type grows from USB 1.1 host controllers (OHCI, UHCI etc). 315 * The other type grows from high speed hubs when they connect to
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.omap3 | 26 starts at the top of SRAM (which is configurable) and grows downward. The
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 479 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%, 481 # the size-dependent part now grows so fast. 485 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_car.S | 56 /* stack grows down from top of CAR */
|
/openbmc/linux/mm/ |
H A D | mprotect.c | 696 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey() local 705 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey() 738 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey() 748 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
|
/openbmc/linux/include/linux/ |
H A D | rhashtable.h | 51 * The maximum (not average) chain length grows with the size of the hash 826 * table grows beyond 70%. 855 * table grows beyond 70%. 878 * table grows beyond 70%. 903 * table grows beyond 70%. 955 * table grows beyond 70%.
|
/openbmc/linux/security/ |
H A D | Kconfig.hardening | 277 be evaluated for suitability. For example, x86_64 grows by less 278 than 1%, and arm64 grows by about 5%.
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | Yama.rst | 13 As Linux grows in popularity, it will become a larger target for
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | spl.c | 69 * The stack grows down from ptr. Put the global data at ptr. This in x86_spl_init()
|
/openbmc/linux/net/dccp/ |
H A D | ackvec.c | 209 * The reason is that the vector grows in O(burst_length); when in dccp_ackvec_add_new() 210 * it grows too large there will no room left for the payload. in dccp_ackvec_add_new()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | porting.rst | 73 process can access+1. The user space stack grows down from this
|
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | 1170 /* Shared branch grows from the inode */ in ext4_ind_truncate() 1179 /* Shared branch grows from an indirect block */ in ext4_ind_truncate() 1288 /* Shared branch grows from the inode */ in ext4_ind_remove_space() 1293 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space() 1368 /* Shared branch grows from the inode */ in ext4_ind_remove_space() 1374 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vof.c | 70 /* Stack grows downwards plus reserve space for the minimum stack frame */ in spapr_vof_reset()
|