Home
last modified time | relevance | path

Searched refs:shm_segsz (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/bsd-user/
H A Dbsd-mem.c58 __get_user(host_sd->shm_segsz, &target_sd->shm_segsz); in target_to_host_shmid_ds()
94 __put_user(host_sd->shm_segsz, &target_sd->shm_segsz); in host_to_target_shmid_ds()
H A Dbsd-mem.h361 if (!guest_range_valid_untagged(shmaddr, shm_info.shm_segsz)) { in do_bsd_shmat()
373 mmap_start = mmap_find_vma(0, shm_info.shm_segsz); in do_bsd_shmat()
387 page_set_flags(raddr, raddr + shm_info.shm_segsz - 1, in do_bsd_shmat()
394 bsd_shm_regions[i].size = shm_info.shm_segsz; in do_bsd_shmat()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h22 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
35 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0004-linux-user-Rewrite-target_shmat.patch100 + t_len = TARGET_PAGE_ALIGN(shm_info.shm_segsz);
101 + h_len = ROUND_UP(shm_info.shm_segsz, h_pagesize);
113 - if (!guest_range_valid_untagged(shmaddr, shm_info.shm_segsz)) {
152 - mmap_start = mmap_find_vma(0, shm_info.shm_segsz,
199 - last = raddr + shm_info.shm_segsz - 1;
/openbmc/linux/ipc/
H A Dshm.c57 unsigned long shm_segsz; member
334 ns->shm_tot -= (shp->shm_segsz + PAGE_SIZE - 1) >> PAGE_SHIFT; in shm_destroy()
777 shp->shm_segsz = size; in newseg()
825 if (shp->shm_segsz < params->u.size) in shm_more_checks()
866 out.shm_segsz = in->shm_segsz; in copy_shmid_to_user()
1136 tbuf->shm_segsz = shp->shm_segsz; in shmctl_stat()
1322 int shm_segsz; member
1406 v.shm_segsz = in->shm_segsz; in copy_compat_shmid_to_user()
1419 v.shm_segsz = in->shm_segsz; in copy_compat_shmid_to_user()
1867 shp->shm_segsz, in sysvipc_shm_proc_show()
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h28 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/linux/include/uapi/asm-generic/
H A Dshmbuf.h29 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h31 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h33 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h40 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/qemu/linux-user/alpha/
H A Dtarget_structs.h37 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h22 __kernel_size_t shm_segsz; /* size of segment (bytes) */ member
/openbmc/qemu/linux-user/sparc/
H A Dtarget_structs.h47 abi_ulong shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h38 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h37 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h43 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h52 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h46 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h37 abi_long shm_segsz; /* size of segment in bytes */ member
/openbmc/linux/include/uapi/linux/
H A Dshm.h30 int shm_segsz; /* size of segment (bytes) */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h100 compat_size_t shm_segsz; member
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h138 compat_size_t shm_segsz; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h117 compat_size_t shm_segsz; member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h132 compat_size_t shm_segsz; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h153 compat_size_t shm_segsz; member

12