Searched refs:backchain (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_txnmgr.c | 1161 lrd->backchain = 0; in txCommit() 1450 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1487 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1521 lrd->backchain = in diLog() 1571 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1621 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1650 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1672 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1740 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1830 lrd->backchain = in xtLog() [all …]
|
| H A D | jfs_logmgr.h | 193 __le32 backchain; /* 4: ptr to prev record of same transaction */ member
|
| H A D | jfs_logmgr.c | 973 lrd.backchain = 0; in lmLogSync() 1371 lrd.backchain = 0; in lmLogInit() 1658 lrd.backchain = 0; in lmLogShutdown() 2447 lrd_ptr->backchain = 0; in lmLogFormat()
|
| H A D | jfs_mount.c | 491 lrd.backchain = 0; in logMOUNT()
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Kconfig | 651 This option enables the compiler option -mkernel-backchain if it 656 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
|
| /OK3568_Linux_fs/kernel/tools/objtool/Documentation/ |
| H A D | stack-validation.txt | 42 required by the ABI (sometimes referred to as "backchain pointers").
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 1553 -mbackchain -mno-backchain -mpacked-stack -mno-packed-stack 24629 '-mno-backchain' 24630 Store (do not store) the address of the caller's frame as backchain 24631 pointer into the callee's stack frame. A backchain may be needed 24634 backchain pointer is stored at the bottom of the stack frame; when 24635 '-mpacked-stack' is in effect, the backchain is placed into the 24639 with code compiled with '-mmo-backchain'; however, use of the 24640 backchain for debugging purposes usually requires that the whole 24645 The default is to not maintain the backchain. 24657 is always used to store the backchain, and the return address [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 1553 -mbackchain -mno-backchain -mpacked-stack -mno-packed-stack 24629 '-mno-backchain' 24630 Store (do not store) the address of the caller's frame as backchain 24631 pointer into the callee's stack frame. A backchain may be needed 24634 backchain pointer is stored at the bottom of the stack frame; when 24635 '-mpacked-stack' is in effect, the backchain is placed into the 24639 with code compiled with '-mmo-backchain'; however, use of the 24640 backchain for debugging purposes usually requires that the whole 24645 The default is to not maintain the backchain. 24657 is always used to store the backchain, and the return address [all …]
|