/Linux-v4.19/arch/s390/boot/ |
D | head_kdump.S | 17 # kdump entry (new kernel - not yet relocated) 30 lg %r2,0(%r2) # already relocated: 78 basr %r14,%r14 # Start relocated kernel 84 # Startup of kdump (relocated new kernel)
|
/Linux-v4.19/fs/isofs/ |
D | isofs.h | 114 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); 128 int relocated);
|
D | inode.c | 60 static int isofs_read_inode(struct inode *, int relocated); 1306 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument 1450 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode() 1533 int relocated) in __isofs_iget() argument 1555 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
|
D | rock.c | 672 int relocated) in parse_rock_ridge_inode() argument 674 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | head_32.S | 143 leal relocated(%ebx), %eax 212 relocated: label
|
D | head_64.S | 440 leaq relocated(%rbx), %rax 511 relocated: label
|
/Linux-v4.19/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 20 * GOTOFF relocations, which prevents it being relocated independently
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 160 list_move(&base->vm_status, &vm->relocated); in amdgpu_vm_bo_base_init() 312 list_move(&bo_base->vm_status, &vm->relocated); in amdgpu_vm_validate_pt_bos() 1025 list_move(&entry->base.vm_status, &vm->relocated); in amdgpu_vm_invalidate_level() 1049 if (list_empty(&vm->relocated)) in amdgpu_vm_update_directories() 1059 list_for_each_entry(bo_base, &vm->relocated, vm_status) { in amdgpu_vm_update_directories() 1080 while (!list_empty(&vm->relocated)) { in amdgpu_vm_update_directories() 1085 bo_base = list_first_entry(&vm->relocated, in amdgpu_vm_update_directories() 1135 if (!list_empty(&vm->relocated)) in amdgpu_vm_update_directories() 1208 list_move(&entry->base.vm_status, &p->vm->relocated); in amdgpu_vm_handle_huge_pages() 2453 list_move(&bo_base->vm_status, &vm->relocated); in amdgpu_vm_bo_invalidate() [all …]
|
D | amdgpu_vm.h | 183 struct list_head relocated; member
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s.c | 424 int relocated = (kvmppc_get_msr(vcpu) & (data ? MSR_DR : MSR_IR)); in kvmppc_xlate() local 427 if (relocated) { in kvmppc_xlate()
|
D | book3s_pr.c | 675 int relocated; in kvmppc_handle_pagefault() local 682 relocated = data ? dr : ir; in kvmppc_handle_pagefault() 687 if (relocated) { in kvmppc_handle_pagefault()
|
/Linux-v4.19/Documentation/vm/ |
D | page_migration.rst | 18 a new memory policy via mbind(). The pages of process can also be relocated 30 Manual migration is useful if for example the scheduler has relocated
|
D | transhuge.rst | 25 backed by regular pages should be relocated on hugepages
|
/Linux-v4.19/Documentation/x86/ |
D | boot.txt | 92 When using bzImage, the protected-mode kernel was relocated to 807 relocated to 0x90000. For the "old" protocol, the 1028 (relocated, if appropriate.)
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head.S | 1408 @ Branch to (possibly) relocated zImage that is in [sp]
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 682 In this case, the page will be relocated, relocked and if
|
/Linux-v4.19/arch/mips/ |
D | Kconfig | 2587 and parsed at boot to fix up the relocated kernel.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 2168 relocated to major 183 due to an unfortunate conflict.
|