Searched refs:relocated (Results 1 – 15 of 15) sorted by relevance
/linux/arch/s390/boot/ |
H A D | head_kdump.S | 17 # 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)
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 265 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated() 309 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_reset_state_machine() 962 LIST_HEAD(relocated); in amdgpu_vm_update_pdes() 966 list_splice_init(&vm->relocated, &relocated); in amdgpu_vm_update_pdes() 969 if (list_empty(&relocated)) in amdgpu_vm_update_pdes() 984 list_for_each_entry(entry, &relocated, vm_status) { in amdgpu_vm_update_pdes() 1000 while (!list_empty(&relocated)) { in amdgpu_vm_update_pdes() 1001 entry = list_first_entry(&relocated, struct amdgpu_vm_bo_base, in amdgpu_vm_update_pdes() 2558 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init() 3050 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
H A D | amdgpu_vm.h | 358 /* PT BOs which relocated and their parent need an update */ 359 struct list_head relocated; member
|
/linux/fs/isofs/ |
H A D | inode.c | 65 static int isofs_read_inode(struct inode *, int relocated); 1264 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument 1408 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode() 1497 int relocated) in __isofs_iget() argument 1519 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
|
H A D | rock.c | 508 "relocated directory\n"); in parse_rock_ridge_inode_internal() 674 int relocated) in parse_rock_ridge_inode() argument 676 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
|
/linux/Documentation/mm/ |
H A D | page_migration.rst | 19 a new memory policy via mbind(). The pages of a process can also be relocated 31 Manual migration is useful if for example the scheduler has relocated
|
H A D | transhuge.rst | 24 backed by regular pages should be relocated on hugepages
|
/linux/arch/powerpc/kvm/ |
H A D | book3s.c | 456 int relocated = (kvmppc_get_msr(vcpu) & (data ? MSR_DR : MSR_IR)); in kvmppc_xlate() local 459 if (relocated) { in kvmppc_xlate()
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | indirect-target-selection.rst | 158 relocated to safe thunks.
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 161 is only relocated virtually.
|
/linux/arch/arm/boot/compressed/ |
H A D | head.S | 340 /* malloc space is above the relocated stack (64k max) */ 364 * dtb data will get relocated along with the kernel if necessary. 426 * than the relocated code. 530 /* Preserve offset to relocated code. */ 533 mov r0, r9 @ start of relocated zImage 534 add r1, sp, r6 @ end of relocated zImage 595 * the entries that are outside the (relocated) BSS region.
|
/linux/Documentation/bpf/libbpf/ |
H A D | libbpf_overview.rst | 196 about the field that should be relocated on the target kernel. i.e, if the
|
/linux/Documentation/arch/x86/ |
H A D | boot.rst | 120 When using bzImage, the protected-mode kernel was relocated to 1094 relocated to 0x90000. For the "old" protocol, the 1321 (relocated, if appropriate.)
|
/linux/arch/mips/ |
H A D | Kconfig | 2664 and parsed at boot to fix up the relocated kernel.
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-delayed-logging-design.rst | 288 attached to the transaction chain being rolled are always relocated to the
|