| /arch/s390/mm/ |
| A D | pgalloc.c | 246 static int base_page_walk(unsigned long *origin, unsigned long addr, in base_page_walk() argument 253 pte = origin; in base_page_walk() 262 static int base_segment_walk(unsigned long *origin, unsigned long addr, in base_segment_walk() argument 268 ste = origin; in base_segment_walk() 291 static int base_region3_walk(unsigned long *origin, unsigned long addr, in base_region3_walk() argument 297 rtte = origin; in base_region3_walk() 319 static int base_region2_walk(unsigned long *origin, unsigned long addr, in base_region2_walk() argument 325 rste = origin; in base_region2_walk() 347 static int base_region1_walk(unsigned long *origin, unsigned long addr, in base_region1_walk() argument 353 rfte = origin; in base_region1_walk()
|
| A D | gmap.c | 1472 unsigned long raddr, origin, offset, len; in gmap_shadow_r2t() local 1513 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t() 1552 unsigned long raddr, origin, offset, len; in gmap_shadow_r3t() local 1593 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t() 1632 unsigned long raddr, origin, offset, len; in gmap_shadow_sgt() local 1673 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt() 1729 unsigned long raddr, origin; in gmap_shadow_pgt() local 1740 origin = pgt & _SEGMENT_ENTRY_ORIGIN; in gmap_shadow_pgt() 1742 origin |= GMAP_SHADOW_FAKE_TABLE; in gmap_shadow_pgt() 1743 gmap_pgste_set_pgt_addr(ptdesc, origin); in gmap_shadow_pgt() [all …]
|
| /arch/um/drivers/ |
| A D | mconsole_user.c | 48 msg.msg_name = &(req->origin); in mconsole_reply_v0() 85 req->originlen = sizeof(req->origin); in mconsole_get_request() 87 (struct sockaddr *) req->origin, &req->originlen); in mconsole_get_request() 159 (struct sockaddr *) req->origin, req->originlen); in mconsole_reply_len()
|
| A D | mconsole.h | 62 unsigned char origin[128]; /* sockaddr_un */ member
|
| /arch/s390/kvm/ |
| A D | interrupt.c | 329 if (gi->origin) in pending_irqs() 1201 if (gi->origin && gisa_tac_ipm_gisc(gi->origin, isc)) { in __deliver_io() 1747 if (!gi->origin) in get_top_gisa_isc() 2268 if (gi->origin && gisa_get_ipm(gi->origin)) { in get_all_floating_irqs() 3162 if (!gi->origin) in kvm_s390_gisa_clear() 3180 gi->origin->next_alert = (u32)virt_to_phys(gi->origin); in kvm_s390_gisa_init() 3191 if (gi->origin) in kvm_s390_gisa_enable() 3212 if (!gi->origin) in kvm_s390_gisa_destroy() 3231 if (!gi->origin) in kvm_s390_gisa_disable() 3264 if (!gi->origin) in kvm_s390_gisc_register() [all …]
|
| A D | kvm-s390.h | 274 if (!kvm->arch.gisa_int.origin) in kvm_s390_get_gisa_desc() 277 gd = virt_to_phys(kvm->arch.gisa_int.origin); in kvm_s390_get_gisa_desc()
|
| A D | kvm-s390.c | 2763 if (!copy_from_user(hdr, (void __user *)parms.origin, in kvm_s390_handle_pv()
|
| /arch/s390/kernel/ |
| A D | nmi.c | 72 void *origin; in nmi_alloc_mcesa() local 78 origin = kmalloc(size, GFP_KERNEL); in nmi_alloc_mcesa() 79 if (!origin) in nmi_alloc_mcesa() 82 kmemleak_not_leak(origin); in nmi_alloc_mcesa() 83 *mcesad = __pa(origin); in nmi_alloc_mcesa()
|
| A D | topology.c | 134 rcore = TOPOLOGY_CORE_BITS - 1 - core + tl_core->origin; in add_cpus_to_mask()
|
| /arch/arm/kernel/ |
| A D | unwind.c | 105 const struct unwind_idx *origin, in search_index() argument 111 __func__, addr, start, origin, stop); in search_index() 119 stop = origin; in search_index() 122 start = origin; in search_index() 197 table->origin, in unwind_find_idx() 587 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add()
|
| /arch/mips/kernel/ |
| A D | linux32.c | 68 unsigned int, origin) 70 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
| /arch/arm/include/asm/ |
| A D | unwind.h | 29 const struct unwind_idx *origin; member
|
| /arch/s390/include/asm/ |
| A D | sysinfo.h | 191 unsigned short origin; member
|
| A D | cio.h | 378 int chsc_sgib(u32 origin);
|
| A D | kvm_host.h | 616 struct kvm_s390_gisa *origin; member
|
| /arch/s390/include/uapi/asm/ |
| A D | kvm.h | 221 __u64 origin; member
|
| /arch/mips/net/ |
| A D | bpf_jit_comp.c | 581 int origin = ctx->bpf_index + 1; in setup_jmp() local 584 INDEX(ctx->descriptors[origin]) + 1) * sizeof(u32); in setup_jmp()
|
| /arch/arm/mach-bcm/ |
| A D | Kconfig | 203 bool "Broadcom Broadband Carrier Access (BCA) origin SoC"
|
| /arch/s390/boot/ |
| A D | head.S | 282 .quad 0 # cr5: primary-aste origin
|
| /arch/arm64/ |
| A D | Kconfig.platforms | 77 bool "Broadcom Broadband Carrier Access (BCA) origin SoC"
|