Searched refs:relocated (Results 1 – 13 of 13) 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/fs/isofs/ |
| H A D | isofs.h | 115 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); 129 int relocated);
|
| H A D | rock.c | 683 int relocated) in parse_rock_ridge_inode() argument 685 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm.c | 254 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated() 302 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_reset_state_machine() 990 LIST_HEAD(relocated); in amdgpu_vm_update_pdes() 996 list_splice_init(&vm->relocated, &relocated); in amdgpu_vm_update_pdes() 999 if (list_empty(&relocated)) in amdgpu_vm_update_pdes() 1015 list_for_each_entry(entry, &relocated, vm_status) { in amdgpu_vm_update_pdes() 1031 while (!list_empty(&relocated)) { in amdgpu_vm_update_pdes() 1032 entry = list_first_entry(&relocated, struct amdgpu_vm_bo_base, in amdgpu_vm_update_pdes() 2605 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init() 3136 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 | 365 struct list_head relocated; member
|
| /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()
|
| H A D | book3s_pr.c | 686 int relocated; in kvmppc_handle_pagefault() local 693 relocated = data ? dr : ir; in kvmppc_handle_pagefault() 698 if (relocated) { in kvmppc_handle_pagefault()
|
| /linux/Documentation/arch/riscv/ |
| H A D | boot.rst | 161 is only relocated virtually.
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | indirect-target-selection.rst | 158 relocated to safe thunks.
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 118 The actual to-be-relocated data (0 or section offset) 126 The actual to-be-relocated data is stored at ``r_offset`` and the read/write data
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head.S | 533 mov r0, r9 @ start of relocated zImage 534 add r1, sp, r6 @ end of relocated zImage
|
| /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.)
|