Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 14 of 14) sorted by relevance

/arch/um/drivers/
Dmconsole_user.c48 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()
Dmconsole.h62 unsigned char origin[128]; /* sockaddr_un */ member
/arch/tile/kernel/
Dcompat.c92 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/
Dunwind.c117 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/
Dunwind.h40 const struct unwind_idx *origin; member
/arch/mips/kernel/
Dlinux32.c100 unsigned int, origin)
102 return sys_llseek(fd, offset_high, offset_low, result, origin);
/arch/s390/include/asm/
Dsysinfo.h149 unsigned short origin; member
/arch/s390/mm/
Dgmap.c1571 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/
DREADME11 burned into a flash or executed directly at the DRAM origin.
/arch/s390/kernel/
Dhead64.S57 .quad .Lduct # cr5: primary-aste origin
Dtopology.c94 rcore = TOPOLOGY_CORE_BITS - 1 - core + tl_core->origin; in add_cpus_to_mask()
/arch/tile/include/asm/
Dcompat.h291 unsigned int origin);
/arch/s390/kvm/
Dgaccess.c19 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/
Dnvram_64.c736 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()