Searched refs:relocated (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.10/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-v5.10/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 | 64 static int isofs_read_inode(struct inode *, int relocated); 1301 static int isofs_read_inode(struct inode *inode, int relocated)  in isofs_read_inode()  argument 1445 		parse_rock_ridge_inode(de, inode, relocated);  in isofs_read_inode() 1528 			   int relocated)  in __isofs_iget()  argument 1550 		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-v5.10/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_vm.h | 262 	struct list_head	relocated;  member
  | 
| D | amdgpu_vm.c | 287 		list_move(&vm_bo->vm_status, &vm_bo->vm->relocated);  in amdgpu_vm_bo_relocated() 1294 	if (list_empty(&vm->relocated))  in amdgpu_vm_update_pdes() 1306 	while (!list_empty(&vm->relocated)) {  in amdgpu_vm_update_pdes() 1309 		entry = list_first_entry(&vm->relocated, struct amdgpu_vm_pt,  in amdgpu_vm_update_pdes() 2820 	INIT_LIST_HEAD(&vm->relocated);  in amdgpu_vm_init()
  | 
| /Linux-v5.10/arch/powerpc/kvm/ | 
| D | book3s.c | 429 	int relocated = (kvmppc_get_msr(vcpu) & (data ? MSR_DR : MSR_IR));  in kvmppc_xlate()  local 432 	if (relocated) {  in kvmppc_xlate()
  | 
| D | book3s_pr.c | 709 	int relocated;  in kvmppc_handle_pagefault()  local 716 	relocated = data ? dr : ir;  in kvmppc_handle_pagefault() 721 	if (relocated) {  in kvmppc_handle_pagefault()
  | 
| /Linux-v5.10/Documentation/vm/ | 
| D | page_migration.rst | 21 a new memory policy via mbind(). The pages of a process can also be relocated 33 Manual migration is useful if for example the scheduler has relocated
  | 
| D | transhuge.rst | 26   backed by regular pages should be relocated on hugepages
  | 
| /Linux-v5.10/arch/arm/boot/compressed/ | 
| D | head.S | 514 		mov	r0, r9			@ start of relocated zImage 515 		add	r1, sp, r6		@ end of relocated zImage
  | 
| /Linux-v5.10/Documentation/x86/ | 
| D | boot.rst | 120 When using bzImage, the protected-mode kernel was relocated to 1093      relocated to 0x90000.  For the "old" protocol, the 1322 	(relocated, if appropriate.)
  | 
| /Linux-v5.10/Documentation/filesystems/ | 
| D | vfs.rst | 764 	the page will be relocated, relocked and if that all succeeds,
  | 
| /Linux-v5.10/arch/mips/ | 
| D | Kconfig | 2794 	  and parsed at boot to fix up the relocated kernel.
  | 
| /Linux-v5.10/Documentation/admin-guide/ | 
| D | devices.txt | 2178 		relocated to major 183 due to an unfortunate conflict.
  |