/arch/um/drivers/ |
D | mconsole_user.c | 48 msg.msg_name = &(req->origin); in mconsole_reply_v0() 83 req->originlen = sizeof(req->origin); in mconsole_get_request() 85 (struct sockaddr *) req->origin, &req->originlen); in mconsole_get_request() 157 (struct sockaddr *) req->origin, req->originlen); in mconsole_reply_len()
|
D | mconsole.h | 62 unsigned char origin[128]; /* sockaddr_un */ member
|
/arch/tile/kernel/ |
D | compat.c | 92 unsigned int, origin) in COMPAT_SYSCALL_DEFINE5() argument 94 return sys_llseek(fd, offset_high, offset_low, result, origin); in COMPAT_SYSCALL_DEFINE5()
|
/arch/arm/kernel/ |
D | unwind.c | 117 const struct unwind_idx *origin, in search_index() argument 123 __func__, addr, start, origin, stop); in search_index() 131 stop = origin; in search_index() 134 start = origin; in search_index() 209 table->origin, in unwind_find_idx() 528 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add()
|
/arch/arm/include/asm/ |
D | unwind.h | 40 const struct unwind_idx *origin; member
|
/arch/mips/kernel/ |
D | linux32.c | 100 unsigned int, origin) 102 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
/arch/s390/include/asm/ |
D | sysinfo.h | 149 unsigned short origin; member
|
/arch/s390/mm/ |
D | gmap.c | 1571 unsigned long raddr, origin, offset, len; in gmap_shadow_r2t() local 1615 origin = r2t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r2t() 1618 rc = gmap_protect_rmap(sg, raddr, origin + offset, len, PROT_READ); in gmap_shadow_r2t() 1655 unsigned long raddr, origin, offset, len; in gmap_shadow_r3t() local 1698 origin = r3t & _REGION_ENTRY_ORIGIN; in gmap_shadow_r3t() 1701 rc = gmap_protect_rmap(sg, raddr, origin + offset, len, PROT_READ); in gmap_shadow_r3t() 1738 unsigned long raddr, origin, offset, len; in gmap_shadow_sgt() local 1782 origin = sgt & _REGION_ENTRY_ORIGIN; in gmap_shadow_sgt() 1785 rc = gmap_protect_rmap(sg, raddr, origin + offset, len, PROT_READ); in gmap_shadow_sgt() 1862 unsigned long raddr, origin; in gmap_shadow_pgt() local [all …]
|
/arch/cris/boot/compressed/ |
D | README | 11 burned into a flash or executed directly at the DRAM origin.
|
/arch/s390/kernel/ |
D | head64.S | 57 .quad .Lduct # cr5: primary-aste origin
|
D | topology.c | 94 rcore = TOPOLOGY_CORE_BITS - 1 - core + tl_core->origin; in add_cpus_to_mask()
|
/arch/tile/include/asm/ |
D | compat.h | 291 unsigned int origin);
|
/arch/s390/kvm/ |
D | gaccess.c | 19 unsigned long origin : 52; /* Region- or Segment-Table Origin */ member 617 ptr = asce.origin * 4096; in guest_translate() 972 ptr = asce.origin * 4096; in kvm_s390_shadow_tables()
|
/arch/powerpc/kernel/ |
D | nvram_64.c | 736 static loff_t dev_nvram_llseek(struct file *file, loff_t offset, int origin) in dev_nvram_llseek() argument 740 return generic_file_llseek_size(file, offset, origin, MAX_LFS_FILESIZE, in dev_nvram_llseek()
|