/kernel/linux/linux-5.10/arch/s390/boot/ |
H A 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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | isofs.h | 113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); 127 int relocated);
|
H A D | inode.c | 64 static int isofs_read_inode(struct inode *, int relocated); 1300 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument 1446 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode() 1529 int relocated) in __isofs_iget() 1551 ret = isofs_read_inode(inode, relocated); in __isofs_iget() 1526 __isofs_iget(struct super_block *sb, unsigned long block, unsigned long offset, int relocated) __isofs_iget() argument
|
H A D | rock.c | 506 "relocated directory\n"); in parse_rock_ridge_inode_internal() 672 int relocated) in parse_rock_ridge_inode() 674 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode() 671 parse_rock_ridge_inode(struct iso_directory_record *de, struct inode *inode, int relocated) parse_rock_ridge_inode() argument
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | isofs.h | 113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated); 127 int relocated);
|
H A 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() 1544 ret = isofs_read_inode(inode, relocated); in __isofs_iget() 1519 __isofs_iget(struct super_block *sb, unsigned long block, unsigned long offset, int relocated) __isofs_iget() argument
|
H A D | rock.c | 504 "relocated directory\n"); in parse_rock_ridge_inode_internal() 670 int relocated) in parse_rock_ridge_inode() 672 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode() 669 parse_rock_ridge_inode(struct iso_directory_record *de, struct inode *inode, int relocated) parse_rock_ridge_inode() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 239 * @vm_bo: vm_bo which is relocated 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, struc in amdgpu_vm_update_pdes() [all...] |
H A D | amdgpu_vm.h | 272 /* PT BOs which relocated and their parent need an update */ 273 struct list_head relocated; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 261 /* PT BOs which relocated and their parent need an update */ 262 struct list_head relocated; member
|
H A D | amdgpu_vm.c | 279 * @vm_bo: vm_bo which is relocated 287 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated() 1300 if (list_empty(&vm->relocated)) in amdgpu_vm_update_pdes() 1312 while (!list_empty(&vm->relocated)) { in amdgpu_vm_update_pdes() 1315 entry = list_first_entry(&vm->relocated, struct amdgpu_vm_pt, in amdgpu_vm_update_pdes() 2846 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 321 /* malloc space is above the relocated stack (64k max) */ 345 * dtb data will get relocated along with the kernel if necessary. 417 * than the relocated code. 590 /* Preserve offset to relocated code. */ 593 mov r0, r9 @ start of relocated zImage 594 add r1, sp, r6 @ end of relocated zImage 655 * the entries that are outside the (relocated) BSS region.
|
/kernel/linux/linux-6.6/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.
|