Searched refs:vm_special_mapping (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 44 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap() 57 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap() 62 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap() 67 static void vdso_close(const struct vm_special_mapping *sm, struct vm_area_struct *vma) in vdso_close() 82 static struct vm_special_mapping vdso32_spec __ro_after_init = { 88 static struct vm_special_mapping vdso64_spec __ro_after_init = { 101 struct vm_special_mapping *vdso_spec; in __arch_setup_additional_pages()
|
| /linux/arch/parisc/kernel/ |
| H A D | vdso.c | 29 static int vdso_mremap(const struct vm_special_mapping *sm, in vdso_mremap() 37 static struct vm_special_mapping vdso64_mapping = { 43 static struct vm_special_mapping vdso32_mapping = { 57 struct vm_special_mapping *vdso_mapping; in arch_setup_additional_pages()
|
| /linux/arch/riscv/kernel/ |
| H A D | vdso.c | 28 struct vm_special_mapping *cm; 36 static int vdso_mremap(const struct vm_special_mapping *sm, in vdso_mremap() 71 static struct vm_special_mapping rv_vdso_map __ro_after_init = { 84 static struct vm_special_mapping rv_compat_vdso_map __ro_after_init = {
|
| /linux/arch/arm64/kernel/ |
| H A D | vdso.c | 42 struct vm_special_mapping *cm; 60 static int vdso_mremap(const struct vm_special_mapping *sm, in vdso_mremap() 157 static int aarch32_sigpage_mremap(const struct vm_special_mapping *sm, in aarch32_sigpage_mremap() 165 static struct vm_special_mapping aarch32_vdso_maps[] = { 320 static struct vm_special_mapping aarch64_vdso_map __ro_after_init = {
|
| /linux/arch/s390/kernel/ |
| H A D | vdso.c | 27 static int vdso_mremap(const struct vm_special_mapping *sm, in vdso_mremap() 34 static struct vm_special_mapping vdso_mapping = {
|
| /linux/arch/arm/kernel/ |
| H A D | vdso.c | 37 static int vdso_mremap(const struct vm_special_mapping *sm, in vdso_mremap() 45 static struct vm_special_mapping vdso_text_mapping __ro_after_init = {
|
| H A D | process.c | 382 static int sigpage_mremap(const struct vm_special_mapping *sm, in sigpage_mremap() 389 static const struct vm_special_mapping sigpage_mapping = {
|
| /linux/arch/mips/include/asm/ |
| H A D | vdso.h | 35 struct vm_special_mapping mapping;
|
| /linux/arch/x86/um/vdso/ |
| H A D | vma.c | 39 static struct vm_special_mapping vdso_mapping = { in arch_setup_additional_pages()
|
| /linux/arch/hexagon/kernel/ |
| H A D | vdso.c | 56 static struct vm_special_mapping vdso_mapping = { in arch_setup_additional_pages()
|
| /linux/arch/csky/kernel/ |
| H A D | vdso.c | 47 static struct vm_special_mapping vdso_mapping = { in arch_setup_additional_pages()
|
| /linux/arch/sh/kernel/vsyscall/ |
| H A D | vsyscall.c | 52 static struct vm_special_mapping vdso_mapping = {
|
| /linux/include/linux/ |
| H A D | mm_types.h | 1736 struct vm_special_mapping { struct 1751 vm_fault_t (*fault)(const struct vm_special_mapping *sm, argument 1755 int (*mremap)(const struct vm_special_mapping *sm, argument 1758 void (*close)(const struct vm_special_mapping *sm, argument
|
| H A D | mm.h | 4246 const struct vm_special_mapping *sm); 4250 const struct vm_special_mapping *spec);
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 615 static int tramp_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in tramp_mremap() 622 static struct vm_special_mapping tramp_mapping = {
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 1679 static vm_fault_t xol_fault(const struct vm_special_mapping *sm, in xol_fault() 1689 static int xol_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in xol_mremap() 1694 static const struct vm_special_mapping xol_mapping = {
|