Home
last modified time | relevance | path

Searched refs:relocated (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/u-boot/cmd/
H A Ddm.c51 static int relocated; in dm_reloc() local
53 if (!relocated) { in dm_reloc()
55 relocated = 1; in dm_reloc()
H A Dblkcache.c50 static int relocated; in blkc_reloc() local
52 if (!relocated) { in blkc_reloc()
54 relocated = 1; in blkc_reloc()
H A Dbootm.c94 static int relocated = 0; in do_bootm() local
96 if (!relocated) { in do_bootm()
103 relocated = 1; in do_bootm()
/openbmc/linux/arch/s390/boot/
H A Dhead_kdump.S17 # kdump entry (new kernel - not yet relocated)
29 lg %r2,0(%r2) # already relocated:
77 basr %r14,%r14 # Start relocated kernel
83 # Startup of kdump (relocated new kernel)
/openbmc/linux/fs/isofs/
H A Disofs.h113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated);
127 int relocated);
H A Dinode.c64 static int isofs_read_inode(struct inode *, int relocated);
1313 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument
1454 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode()
1536 int relocated) in __isofs_iget() argument
1558 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
H A Drock.c670 int relocated) in parse_rock_ridge_inode() argument
672 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch4 Subject: [PATCH] nativesdk-glibc: Fix buffer overrun with a relocated SDK
6 When ld-linux-*.so.2 is relocated to a path that is longer than the
/openbmc/u-boot/include/
H A Dcommand.h224 static int relocated; \
226 if (relocated) \
231 relocated = 1; \
/openbmc/u-boot/common/
H A Dbootm_os.c535 static bool relocated; in bootm_os_get_boot_func() local
537 if (!relocated) { in bootm_os_get_boot_func()
545 relocated = true; in bootm_os_get_boot_func()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c248 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated()
292 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_reset_state_machine()
775 LIST_HEAD(relocated); in amdgpu_vm_update_pdes()
779 list_splice_init(&vm->relocated, &relocated); in amdgpu_vm_update_pdes()
782 if (list_empty(&relocated)) in amdgpu_vm_update_pdes()
797 list_for_each_entry(entry, &relocated, vm_status) { in amdgpu_vm_update_pdes()
813 while (!list_empty(&relocated)) { in amdgpu_vm_update_pdes()
814 entry = list_first_entry(&relocated, struct amdgpu_vm_bo_base, in amdgpu_vm_update_pdes()
1042 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) in amdgpu_vm_get_memory()
2160 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init()
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/
H A Doptee.inc31 # right path until this is relocated automatically.
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross.inc15 # and mean the linker scripts have to be relocated.
/openbmc/u-boot/fs/
H A Dfs.c313 static int relocated; in fs_set_blk_dev() local
315 if (!relocated) { in fs_set_blk_dev()
325 relocated = 1; in fs_set_blk_dev()
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dtfm_sign_image.bbclass35 # right path until this is relocated automatically.
/openbmc/openbmc/poky/meta/recipes-support/libxslt/
H A Dlibxslt_1.1.42.bb46 # This is only needed until libxml can load the relocated catalog itself
/openbmc/u-boot/doc/
H A DREADME.mpc85xx-spin-table16 relocated to the top of mapped memory) into a variable __spin_table_addr so
H A DREADME.arm6423 the U-Boot will be relocated to destination again.
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch8 will be relocated, at SDK install time, the interpreter path can be easily
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch6 Currently, if the gcc toolchain is relocated and installed from sstate, then you try and compile
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0001-aspeed-Disable-unnecessary-features.patch94 /* AST_SCU_DEC_AREA1 0x188 - 1st relocated controller decode area location */
95 /* AST_SCU_DEC_AREA2 0x18C - 2nd relocated controller decode area location */
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/
H A Doptee-ftpm_git.bb51 # right path until this is relocated automatically.
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dcorstone1000-flash-firmware.wks.in5 # The entries with --offset parameter should not be relocated
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds31 * code also needs to be relocated along with the accompanying u-boot
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.4.0.bb48 # (native versions can be built with newer glibc, but then relocated onto a system with older glibc)
172 # invalid if native or nativesdk are relocated from sstate.

123