Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 15 of 15) 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.c83 unsigned int, origin) in COMPAT_SYSCALL_DEFINE5() argument
85 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()
529 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add()
/arch/s390/mm/
Dhugetlbpage.c97 unsigned long origin; in huge_ptep_get() local
102 origin = pmd_val(pmd) & _SEGMENT_ENTRY_ORIGIN; in huge_ptep_get()
104 pmd_val(pmd) |= *(unsigned long *) origin; in huge_ptep_get()
/arch/arm/include/asm/
Dunwind.h40 const struct unwind_idx *origin; member
/arch/mips/kernel/
Dlinux32.c101 unsigned int, origin)
103 return sys_llseek(fd, offset_high, offset_low, result, origin);
/arch/s390/include/asm/
Dsysinfo.h131 unsigned short origin; member
/arch/cris/boot/compressed/
DREADME11 burned into a flash or executed directly at the DRAM origin.
/arch/s390/kernel/
Dhead31.S51 .long .Lduct # cr5: primary-aste origin
Dhead64.S52 .quad .Lduct # cr5: primary-aste origin
Dtopology.c73 rcpu = TOPOLOGY_CPU_BITS - 1 - cpu + tl_cpu->origin; in add_cpus_to_mask()
/arch/powerpc/kernel/
Dnvram_64.c57 static loff_t dev_nvram_llseek(struct file *file, loff_t offset, int origin) in dev_nvram_llseek() argument
65 switch (origin) { in dev_nvram_llseek()
/arch/tile/include/asm/
Dcompat.h291 unsigned int origin);
/arch/s390/kvm/
Dgaccess.c17 unsigned long origin : 52; /* Region- or Segment-Table Origin */ member
373 ptr = asce.origin * 4096; in guest_translate()