Home
last modified time | relevance | path

Searched refs:relocated (Results 1 – 16 of 16) sorted by relevance

/linux/arch/s390/boot/
A Dhead_kdump.S17 # 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/
A Disofs.h113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated);
127 int relocated);
A Dinode.c64 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
1447 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode()
1530 int relocated) in __isofs_iget() argument
1552 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
A Drock.c672 int relocated) in parse_rock_ridge_inode() argument
674 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
/linux/Documentation/bpf/
A Dllvm_reloc.rst116 The actual to-be-relocated data (0 or section offset)
124 The actual to-be-relocated data is stored at ``r_offset`` and the read/write data
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c331 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated()
1395 if (list_empty(&vm->relocated)) in amdgpu_vm_update_pdes()
1410 while (!list_empty(&vm->relocated)) { in amdgpu_vm_update_pdes()
1413 entry = list_first_entry(&vm->relocated, in amdgpu_vm_update_pdes()
1838 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) { in amdgpu_vm_get_memory()
2935 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init()
3500 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
A Damdgpu_vm.h261 struct list_head relocated; member
/linux/arch/powerpc/kvm/
A Dbook3s.c459 int relocated = (kvmppc_get_msr(vcpu) & (data ? MSR_DR : MSR_IR)); in kvmppc_xlate() local
462 if (relocated) { in kvmppc_xlate()
A Dbook3s_pr.c688 int relocated; in kvmppc_handle_pagefault() local
695 relocated = data ? dr : ir; in kvmppc_handle_pagefault()
700 if (relocated) { in kvmppc_handle_pagefault()
/linux/Documentation/vm/
A Dpage_migration.rst21 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
A Dtranshuge.rst26 backed by regular pages should be relocated on hugepages
/linux/arch/arm/boot/compressed/
A Dhead.S536 mov r0, r9 @ start of relocated zImage
537 add r1, sp, r6 @ end of relocated zImage
/linux/Documentation/x86/
A Dboot.rst120 When using bzImage, the protected-mode kernel was relocated to
1093 relocated to 0x90000. For the "old" protocol, the
1322 (relocated, if appropriate.)
/linux/Documentation/filesystems/
A Dvfs.rst783 the page will be relocated, relocked and if that all succeeds,
/linux/arch/mips/
A DKconfig2709 and parsed at boot to fix up the relocated kernel.
/linux/Documentation/admin-guide/
A Ddevices.txt2168 relocated to major 183 due to an unfortunate conflict.

Completed in 49 milliseconds