/openbmc/linux/arch/sh/mm/ |
H A D | pmb.c | 40 unsigned long size; member 55 unsigned long size; member 138 unsigned long size) in pmb_mapping_exists() 191 static bool pmb_size_valid(unsigned long size) in pmb_size_valid() 202 static inline bool pmb_addr_valid(unsigned long addr, unsigned long size) in pmb_addr_valid() 212 static int pmb_size_to_flags(unsigned long size) in pmb_size_to_flags() 336 unsigned long size, pgprot_t prot) in pmb_bolt_mapping() 410 void __iomem *pmb_remap_caller(phys_addr_t phys, unsigned long size, in pmb_remap_caller() 581 unsigned int size; in pmb_synchronize() local 825 unsigned int size; in pmb_debugfs_show() local
|
/openbmc/linux/arch/s390/kernel/ |
H A D | crash_dump.c | 182 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_kdump() 210 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_zfcpdump() 230 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range() 282 size_t size; in nt_size_name() local 337 size_t size; in get_cpu_elf_notes_size() local 370 static void *get_vmcoreinfo_old(unsigned long *size) in get_vmcoreinfo_old() 403 unsigned long size; in nt_vmcoreinfo() local 421 unsigned long size; in nt_vmcoreinfo_size() local 546 size_t size; in get_elfcorehdr_size() local 568 int elfcorehdr_alloc(unsigned long long *addr, unsigned long long *size) in elfcorehdr_alloc()
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 26 static int get_avr(QEMUFile *f, void *pv, size_t size, in get_avr() 37 static int put_avr(QEMUFile *f, void *pv, size_t size, in put_avr() 59 static int get_fpr(QEMUFile *f, void *pv, size_t size, in get_fpr() 69 static int put_fpr(QEMUFile *f, void *pv, size_t size, in put_fpr() 90 static int get_vsr(QEMUFile *f, void *pv, size_t size, in get_vsr() 100 static int put_vsr(QEMUFile *f, void *pv, size_t size, in put_vsr() 368 static int get_vscr(QEMUFile *f, void *opaque, size_t size, in get_vscr() 376 static int put_vscr(QEMUFile *f, void *opaque, size_t size, in put_vscr() 489 static int get_slbe(QEMUFile *f, void *pv, size_t size, in get_slbe() 500 static int put_slbe(QEMUFile *f, void *pv, size_t size, in put_slbe()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 732 resource_size_t size = end - start; in memtype_reserve_io() local 770 int arch_io_reserve_memtype_wc(resource_size_t start, resource_size_t size) in arch_io_reserve_memtype_wc() 778 void arch_io_free_memtype_wc(resource_size_t start, resource_size_t size) in arch_io_free_memtype_wc() 786 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() 796 static inline int range_is_allowed(unsigned long pfn, unsigned long size) in range_is_allowed() 802 static inline int range_is_allowed(unsigned long pfn, unsigned long size) in range_is_allowed() 822 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() 841 int memtype_kernel_map_sync(u64 base, unsigned long size, in memtype_kernel_map_sync() 944 static void free_pfn_range(u64 paddr, unsigned long size) in free_pfn_range() 1015 unsigned long pfn, unsigned long addr, unsigned long size) in track_pfn_remap() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 672 unsigned size) in dwc2_glbreg_read() 701 unsigned size) in dwc2_glbreg_write() 800 unsigned size) in dwc2_fszreg_read() 818 unsigned size) in dwc2_fszreg_write() 846 unsigned size) in dwc2_hreg0_read() 873 unsigned size) in dwc2_hreg0_write() 969 unsigned size) in dwc2_hreg1_read() 987 unsigned size) in dwc2_hreg1_write() 1064 unsigned size) in dwc2_pcgreg_read() 1141 unsigned size) in dwc2_hsotg_write() [all …]
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctl.h | 40 #define _IOC(dir,type,nr,size) \ argument 49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 51 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/openbmc/u-boot/fs/sandbox/ |
H A D | sandboxfs.c | 22 loff_t size; in sandbox_fs_read_at() local 59 ssize_t size; in sandbox_fs_write_at() local 104 loff_t size; in sandbox_fs_exists() local 111 int sandbox_fs_size(const char *filename, loff_t *size) in sandbox_fs_size()
|
/openbmc/qemu/target/hppa/ |
H A D | machine.c | 25 static int get_psw(QEMUFile *f, void *opaque, size_t size, in get_psw() 33 static int put_psw(QEMUFile *f, void *opaque, size_t size, in put_psw() 47 static int get_tlb(QEMUFile *f, void *opaque, size_t size, in get_tlb() 74 static int put_tlb(QEMUFile *f, void *opaque, size_t size, in put_tlb()
|
/openbmc/linux/drivers/iommu/ |
H A D | dma-iommu.c | 524 static bool dev_use_swiotlb(struct device *dev, size_t size, in dev_use_swiotlb() 660 size_t size, u64 dma_limit, struct device *dev) in iommu_dma_alloc_iova() 723 size_t size) in __iommu_dma_unmap() 746 size_t size, int prot, u64 dma_mask) in __iommu_dma_map() 835 size_t size, struct sg_table *sgt, gfp_t gfp, pgprot_t prot, in __iommu_dma_alloc_noncontiguous() 936 size_t size, enum dma_data_direction dir, gfp_t gfp, in iommu_dma_alloc_noncontiguous() 1088 size_t size, enum dma_data_direction dir, unsigned long attrs) in iommu_dma_unmap_page() 1500 static void *iommu_dma_alloc(struct device *dev, size_t size, in iommu_dma_alloc() 1536 void *cpu_addr, dma_addr_t dma_addr, size_t size, in iommu_dma_mmap() 1567 void *cpu_addr, dma_addr_t dma_addr, size_t size, in iommu_dma_get_sgtable() [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | if.c | 38 mtrr_file_add(unsigned long base, unsigned long size, in mtrr_file_add() 64 mtrr_file_del(unsigned long base, unsigned long size, in mtrr_file_del() 98 unsigned long long base, size; in mtrr_write() local 160 unsigned long size; in mtrr_ioctl() local 362 unsigned long base, size; in mtrr_seq_show() local
|
/openbmc/linux/fs/hpfs/ |
H A D | ea.c | 51 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea() 67 const char *data, int size) in set_indirect_ea() 75 char *buf, int size) in hpfs_read_ea() 130 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) in hpfs_get_ea() 191 const char *data, int size) in hpfs_set_ea()
|
/openbmc/linux/kernel/module/ |
H A D | decompress.c | 63 static size_t module_gzip_header_len(const u8 *buf, size_t size) in module_gzip_header_len() 86 const void *buf, size_t size) in module_gzip_decompress() 150 const void *buf, size_t size) in module_xz_decompress() 208 const void *buf, size_t size) in module_zstd_decompress() 294 int module_decompress(struct load_info *info, const void *buf, size_t size) in module_decompress()
|
/openbmc/linux/drivers/of/ |
H A D | kexec.c | 40 static int fdt_find_and_del_mem_rsv(void *fdt, unsigned long start, unsigned long size) in fdt_find_and_del_mem_rsv() 102 size_t *size) in do_get_kexec_buffer() 127 int __init ima_get_kexec_buffer(void **addr, size_t *size) in ima_get_kexec_buffer() 172 size_t size; in ima_free_kexec_buffer() local 205 size_t size; in remove_ima_buffer() local
|
/openbmc/linux/drivers/md/bcache/ |
H A D | features.c | 56 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_compat() 63 int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_ro_compat() 70 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_incompat()
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 204 unsigned size) in omap_mpu_timer_read() 310 unsigned size) in omap_wd_timer_read() 433 unsigned size) in omap_os_timer_read() 534 unsigned size) in omap_ulpd_pm_read() 990 unsigned size) in omap_id_read() 1072 unsigned size) in omap_mpui_read() 1271 unsigned size) in omap_tcmi_read() 1386 unsigned size) in omap_dpll_read() 1466 unsigned size) in omap_clkm_read() 1949 unsigned size) in omap_mpuio_read() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | ubi.c | 148 static int ubi_create_vol(char *volume, int64_t size, int dynamic, int vol_id) in ubi_create_vol() 247 static int ubi_volume_continue_write(char *volume, void *buf, size_t size) in ubi_volume_continue_write() 282 int ubi_volume_begin_write(char *volume, void *buf, size_t size, in ubi_volume_begin_write() 308 int ubi_volume_write(char *volume, void *buf, size_t size) in ubi_volume_write() 313 int ubi_volume_read(char *volume, char *buf, size_t size) in ubi_volume_read() 469 int64_t size = 0; in do_ubi() local
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | resource.c | 265 u32 c4iw_pblpool_alloc(struct c4iw_rdev *rdev, int size) in c4iw_pblpool_alloc() 290 void c4iw_pblpool_free(struct c4iw_rdev *rdev, u32 addr, int size) in c4iw_pblpool_free() 344 u32 c4iw_rqtpool_alloc(struct c4iw_rdev *rdev, int size) in c4iw_rqtpool_alloc() 372 void c4iw_rqtpool_free(struct c4iw_rdev *rdev, u32 addr, int size) in c4iw_rqtpool_free() 458 u32 c4iw_ocqp_pool_alloc(struct c4iw_rdev *rdev, int size) in c4iw_ocqp_pool_alloc() 472 void c4iw_ocqp_pool_free(struct c4iw_rdev *rdev, u32 addr, int size) in c4iw_ocqp_pool_free()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_support.c | 266 int kdb_getarea_size(void *res, unsigned long addr, size_t size) in kdb_getarea_size() 291 int kdb_putarea_size(unsigned long addr, void *res, size_t size) in kdb_putarea_size() 317 static int kdb_getphys(void *res, unsigned long addr, size_t size) in kdb_getphys() 343 int kdb_getphysword(unsigned long *word, unsigned long addr, size_t size) in kdb_getphysword() 393 int kdb_getword(unsigned long *word, unsigned long addr, size_t size) in kdb_getword() 442 int kdb_putword(unsigned long addr, unsigned long word, size_t size) in kdb_putword()
|
/openbmc/linux/arch/s390/boot/ |
H A D | physmem_info.c | 186 static void die_oom(unsigned long size, unsigned long align, unsigned long min, unsigned long max) in die_oom() 217 void physmem_reserve(enum reserved_range_type type, unsigned long addr, unsigned long size) in physmem_reserve() 229 static bool __physmem_alloc_intersects(unsigned long addr, unsigned long size, in __physmem_alloc_intersects() 246 static unsigned long __physmem_alloc_range(unsigned long size, unsigned long align, in __physmem_alloc_range() 282 unsigned long physmem_alloc_range(enum reserved_range_type type, unsigned long size, in physmem_alloc_range() 295 unsigned long physmem_alloc_top_down(enum reserved_range_type type, unsigned long size, in physmem_alloc_top_down()
|
/openbmc/qemu/hw/dma/ |
H A D | bcm2835_dma.c | 148 unsigned size, unsigned c) in bcm2835_dma_read() 195 uint64_t value, unsigned size, unsigned c) in bcm2835_dma_write() 241 static uint64_t bcm2835_dma0_read(void *opaque, hwaddr offset, unsigned size) in bcm2835_dma0_read() 261 static uint64_t bcm2835_dma15_read(void *opaque, hwaddr offset, unsigned size) in bcm2835_dma15_read() 267 unsigned size) in bcm2835_dma0_write() 289 unsigned size) in bcm2835_dma15_write()
|
/openbmc/qemu/hw/misc/ |
H A D | tz-ppc.c | 106 unsigned size, MemTxAttrs attrs) in tz_ppc_read() 146 unsigned size, MemTxAttrs attrs) in tz_ppc_write() 189 unsigned size, bool is_write, in tz_ppc_dummy_accepts() 199 static uint64_t tz_ppc_dummy_read(void *opaque, hwaddr addr, unsigned size) in tz_ppc_dummy_read() 205 uint64_t data, unsigned size) in tz_ppc_dummy_write() 260 uint64_t size; in tz_ppc_realize() local
|
/openbmc/qemu/hw/m68k/ |
H A D | mcf5208.c | 63 uint64_t value, unsigned size) in m5208_timer_write() 130 unsigned size) in m5208_timer_read() 154 unsigned size) in m5208_sys_read() 178 uint64_t value, unsigned size) in m5208_sys_write() 191 unsigned size) in m5208_rcm_read() 197 uint64_t value, unsigned size) in m5208_rcm_write()
|
/openbmc/linux/tools/perf/bench/ |
H A D | mem-functions.c | 118 static void __bench_mem_function(struct bench_mem_info *info, int r_idx, size_t size, double size_t… in __bench_mem_function() 179 size_t size; in bench_mem_common() local 226 static void memcpy_prefault(memcpy_t fn, size_t size, void *src, void *dst) in memcpy_prefault() 238 static u64 do_memcpy_cycles(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_cycles() 254 static double do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_gettimeofday() 304 static u64 do_memset_cycles(const struct function *r, size_t size, void *src __maybe_unused, void *… in do_memset_cycles() 324 static double do_memset_gettimeofday(const struct function *r, size_t size, void *src __maybe_unuse… in do_memset_gettimeofday()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci_common.c | 55 int where, int size, u32 *value) in sun4u_read_pci_cfg_host() 110 int where, int size, u32 *value) in sun4u_read_pci_cfg() 168 int where, int size, u32 value) in sun4u_write_pci_cfg_host() 214 int where, int size, u32 value) in sun4u_write_pci_cfg() 259 int where, int size, u32 *value) in sun4v_read_pci_cfg() 292 int where, int size, u32 value) in sun4v_write_pci_cfg() 380 unsigned long a, size, region_a; in pci_determine_mem_io_space() local
|
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 102 static void tty_buffer_reset(struct tty_buffer *p, size_t size) in tty_buffer_reset() 159 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc() 261 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room() 294 int tty_buffer_request_room(struct tty_port *port, size_t size) in tty_buffer_request_room() 302 size_t size) in __tty_insert_flip_string_flags() 354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() 553 const u8 *chars, size_t size) in tty_insert_flip_string_and_push_buffer()
|