/linux-6.6.21/arch/s390/boot/ |
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-6.6.21/fs/isofs/ |
D | isofs.h | 113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); 127 int relocated);
|
D | inode.c | 64 static int isofs_read_inode(struct inode *, int relocated); 1299 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument 1440 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode() 1522 int relocated) in __isofs_iget() argument 1544 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
|
D | rock.c | 670 int relocated) in parse_rock_ridge_inode() argument 672 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 248 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() 774 LIST_HEAD(relocated); in amdgpu_vm_update_pdes() 778 list_splice_init(&vm->relocated, &relocated); in amdgpu_vm_update_pdes() 781 if (list_empty(&relocated)) in amdgpu_vm_update_pdes() 796 list_for_each_entry(entry, &relocated, vm_status) { in amdgpu_vm_update_pdes() 812 while (!list_empty(&relocated)) { in amdgpu_vm_update_pdes() 813 entry = list_first_entry(&relocated, struct amdgpu_vm_bo_base, in amdgpu_vm_update_pdes() 1041 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) in amdgpu_vm_get_memory() 2140 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init() [all …]
|
D | amdgpu_vm.h | 273 struct list_head relocated; member
|
/linux-6.6.21/Documentation/mm/ |
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
|
D | transhuge.rst | 24 backed by regular pages should be relocated on hugepages
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | book3s.c | 459 int relocated = (kvmppc_get_msr(vcpu) & (data ? MSR_DR : MSR_IR)); in kvmppc_xlate() local 462 if (relocated) { in kvmppc_xlate()
|
D | book3s_pr.c | 693 int relocated; in kvmppc_handle_pagefault() local 700 relocated = data ? dr : ir; in kvmppc_handle_pagefault() 705 if (relocated) { in kvmppc_handle_pagefault()
|
/linux-6.6.21/Documentation/riscv/ |
D | boot.rst | 161 is only relocated virtually.
|
/linux-6.6.21/Documentation/bpf/ |
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-6.6.21/Documentation/bpf/libbpf/ |
D | libbpf_overview.rst | 196 about the field that should be relocated on the target kernel. i.e, if the
|
/linux-6.6.21/arch/arm/boot/compressed/ |
D | head.S | 533 mov r0, r9 @ start of relocated zImage 534 add r1, sp, r6 @ end of relocated zImage
|
/linux-6.6.21/Documentation/arch/x86/ |
D | boot.rst | 120 When using bzImage, the protected-mode kernel was relocated to 1094 relocated to 0x90000. For the "old" protocol, the 1323 (relocated, if appropriate.)
|
/linux-6.6.21/arch/mips/ |
D | Kconfig | 2646 and parsed at boot to fix up the relocated kernel.
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 288 attached to the transaction chain being rolled are always relocated to the
|
/linux-6.6.21/Documentation/admin-guide/ |
D | devices.txt | 2168 relocated to major 183 due to an unfortunate conflict.
|