/openbmc/linux/arch/um/include/asm/ |
H A D | uaccess.h | 13 #define __under_task_size(addr, size) \ argument 17 #define __access_ok_vsyscall(addr, size) \ argument 22 #define __addr_range_nowrap(addr, size) \ argument 39 static inline int __access_ok(const void __user *ptr, unsigned long size) in __access_ok()
|
/openbmc/linux/drivers/video/ |
H A D | screen_info_generic.c | 9 resource_size_t start, resource_size_t size, in resource_init_named() 21 resource_size_t start, resource_size_t size, in resource_init_io_named() 28 resource_size_t start, resource_size_t size, in resource_init_mem_named() 78 u64 base, size; in screen_info_resources() local
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-sysfs.c | 67 const char *buf, size_t size) in reset_store() 109 const char *buf, size_t size) in mode_store() 194 const char *buf, size_t size) in trigger_event_store() 224 const char *buf, size_t size) in enable_event_store() 334 const char *buf, size_t size) in addr_single_store() 455 const char *buf, size_t size) in addr_start_store() 555 const char *buf, size_t size) in addr_acctype_store() 628 const char *buf, size_t size) in cntr_rld_val_store() 663 const char *buf, size_t size) in cntr_event_store() 997 const char *buf, size_t size) in ctxid_idx_store() [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb3_pbcq.c | 28 unsigned size) in pnv_pbcq_nest_xscom_read() 37 unsigned size) in pnv_pbcq_pci_xscom_read() 46 unsigned size) in pnv_pbcq_spci_xscom_read() 61 uint64_t bar, mask, size; in pnv_pbcq_update_map() local 122 uint64_t val, unsigned size) in pnv_pbcq_nest_xscom_write() 166 uint64_t val, unsigned size) in pnv_pbcq_pci_xscom_write() 183 uint64_t val, unsigned size) in pnv_pbcq_spci_xscom_write()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 176 static void set_mtrr(unsigned int reg, unsigned long base, unsigned long size, in set_mtrr() 225 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page() 331 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check() 377 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() 402 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page() 466 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() 490 int arch_phys_wc_add(unsigned long base, unsigned long size) in arch_phys_wc_add()
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | 11.json | 14 "size": 1, number 33 "size": 1, number 52 "size": 1, number 71 "size": 1, number 90 "size": 1, number 109 "size": 1, number 128 "size": 1, number 147 "size": 1, number 166 "size": 1, number 185 "size": 1, number [all …]
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | 4.json | 14 "size": 1, number 39 "size": 1, number 58 "size": 1, number 77 "size": 1, number 96 "size": 1, number 115 "size": 1, number 134 "size": 1, number 153 "size": 1, number 172 "size": 1, number 191 "size": 1, number [all …]
|
H A D | 11.json | 14 "size": 1, number 33 "size": 1, number 52 "size": 1, number 71 "size": 1, number 90 "size": 1, number 109 "size": 1, number 128 "size": 1, number 147 "size": 1, number 166 "size": 1, number 185 "size": 1, number [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | malloc.h | 28 static inline void *__ntfs_malloc(unsigned long size, gfp_t gfp_mask) in __ntfs_malloc() 50 static inline void *ntfs_malloc_nofs(unsigned long size) in ntfs_malloc_nofs() 67 static inline void *ntfs_malloc_nofs_nofail(unsigned long size) in ntfs_malloc_nofs_nofail()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 128 static bool is_fixup_addr_valid(void *dest, size_t size) in is_fixup_addr_valid() 723 int size = 4 * (end_ftr_fixup_test1 - ftr_fixup_test1); in test_basic_patching() local 755 int size = 4 * (end_ftr_fixup_test2 - ftr_fixup_test2); in test_alternative_patching() local 787 int size = 4 * (end_ftr_fixup_test3 - ftr_fixup_test3); in test_alternative_case_too_big() local 814 int size = 4 * (end_ftr_fixup_test4 - ftr_fixup_test4); in test_alternative_case_too_small() local 848 int size = 4 * (end_ftr_fixup_test5 - ftr_fixup_test5); in test_alternative_case_with_branch() local 858 int size = 4 * (end_ftr_fixup_test6 - ftr_fixup_test6); in test_alternative_case_with_external_branch() local 868 int size = 4 * (end_ftr_fixup_test7 - ftr_fixup_test7); in test_alternative_case_with_branch_to_end() local 877 unsigned long size = ftr_fixup_test_FTR_macros_expected - in test_cpu_macros() local 890 unsigned long size = ftr_fixup_test_FW_FTR_macros_expected - in test_fw_macros() local [all …]
|
/openbmc/linux/lib/xz/ |
H A D | xz_dec_bcj.c | 60 size_t size; member 88 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 160 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 181 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 265 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 288 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 316 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | bios_uv.c | 175 extern s64 uv_bios_get_master_nasid(u64 size, u64 *master_nasid) in uv_bios_get_master_nasid() 182 extern s64 uv_bios_get_heapsize(u64 nasid, u64 size, u64 *heap_size) in uv_bios_get_heapsize() 196 extern s64 uv_bios_obj_count(u64 nasid, u64 size, u64 *objcnt) in uv_bios_obj_count() 203 extern s64 uv_bios_enum_objs(u64 nasid, u64 size, u64 *objbuf) in uv_bios_enum_objs() 210 extern s64 uv_bios_enum_ports(u64 nasid, u64 obj_id, u64 size, u64 *portbuf) in uv_bios_enum_ports() 217 extern s64 uv_bios_get_geoinfo(u64 nasid, u64 size, u64 *buf) in uv_bios_get_geoinfo() 223 extern s64 uv_bios_get_pci_topology(u64 size, u64 *buf) in uv_bios_get_pci_topology() 258 int size = uv_systab->size; in uv_bios_init() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | ctrl.c | 35 nvkm_control_mthd_pstate_info(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_info() 68 nvkm_control_mthd_pstate_attr(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_attr() 141 nvkm_control_mthd_pstate_user(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_user() 170 nvkm_control_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_control_mthd() 193 void *data, u32 size, struct nvkm_object **pobject) in nvkm_control_new()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | read_write.c | 28 loff_t offset, size_t size) in ecryptfs_write_lower() 59 size_t offset_in_page, size_t size) in ecryptfs_write_lower_page_segment() 94 size_t size) in ecryptfs_write() 219 int ecryptfs_read_lower(char *data, loff_t offset, size_t size, in ecryptfs_read_lower() 248 size_t offset_in_page, size_t size, in ecryptfs_read_lower_page_segment()
|
/openbmc/linux/mm/ |
H A D | slab_common.c | 114 unsigned int align, unsigned int size) in calculate_alignment() 279 unsigned int size, unsigned int align, in kmem_cache_create_usercopy() 611 unsigned int size, slab_flags_t flags, in create_boot_cache() 643 unsigned int size, in create_kmalloc_cache() 727 size_t kmalloc_size_roundup(size_t size) in kmalloc_size_roundup() 1012 void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 1018 void *__kmalloc(size_t size, gfp_t flags) in __kmalloc() 1024 void *__kmalloc_node_track_caller(size_t size, gfp_t flags, in __kmalloc_node_track_caller() 1109 int node, size_t size) in kmalloc_node_trace() 1163 void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() [all …]
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 40 size_t size; member 164 uint64_t offset, uint64_t size, int prot, in qemu_vfio_pci_map_bar() 186 uint64_t offset, uint64_t size) in qemu_vfio_pci_unmap_bar() 237 int size, int ofs) in qemu_vfio_pci_read_config() 465 size_t size, size_t max_size) in qemu_vfio_ram_block_added() 481 size_t size, size_t max_size) in qemu_vfio_ram_block_removed() 589 void *host, size_t size, in qemu_vfio_add_mapping() 682 static bool qemu_vfio_find_fixed_iova(QEMUVFIOState *s, size_t size, in qemu_vfio_find_fixed_iova() 706 static bool qemu_vfio_find_temp_iova(QEMUVFIOState *s, size_t size, in qemu_vfio_find_temp_iova() 735 static bool qemu_vfio_water_mark_reached(QEMUVFIOState *s, size_t size, in qemu_vfio_water_mark_reached() [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | i2c_eeprom.c | 12 int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_read() 22 int i2c_eeprom_write(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_write() 33 int size) in i2c_eeprom_std_read() 39 const uint8_t *buf, int size) in i2c_eeprom_std_write()
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_muram.c | 15 size_t size; member 38 struct muram_info *fman_muram_init(phys_addr_t base, size_t size) in fman_muram_init() 105 unsigned long fman_muram_alloc(struct muram_info *muram, size_t size) in fman_muram_alloc() 127 size_t size) in fman_muram_free_mem()
|
/openbmc/u-boot/board/cavium/thunderx/ |
H A D | atf.c | 18 ssize_t atf_read_mmc(uintptr_t offset, void *buffer, size_t size) in atf_read_mmc() 31 ssize_t atf_read_nor(uintptr_t offset, void *buffer, size_t size) in atf_read_nor() 66 ssize_t atf_erase_nor(uintptr_t offset, size_t size) in atf_erase_nor() 78 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size) in atf_write_nor() 92 ssize_t atf_write_mmc(uintptr_t offset, const void *buffer, size_t size) in atf_write_mmc() 229 size_t size, offset; in do_atf() local
|
/openbmc/estoraged/src/test/erase/ |
H A D | pattern_test.cpp | 32 uint64_t size = 4096; in TEST() local 57 uint64_t size = 4097; in TEST() local 77 uint64_t size = 4096; in TEST() local 102 uint64_t size = 4096; in TEST() local 165 uint64_t size = 4096; in TEST() local 200 uint64_t size = 4096; in TEST() local
|
/openbmc/linux/lib/ |
H A D | test_user_copy.c | 42 static bool is_zeroed(void *from, size_t size) in is_zeroed() 47 static int test_check_nonzero_user(char *kmem, char __user *umem, size_t size) in test_check_nonzero_user() 106 size_t size) in test_copy_struct_from_user() 222 #define test_legit(size, check) \ in test_user_copy_init() argument 287 #define test_illegal(size, check) \ in test_user_copy_init() argument
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 35 int size; member 114 static s32 cpm_muram_alloc_common(unsigned long size, in cpm_muram_alloc_common() 147 s32 cpm_muram_alloc(unsigned long size, unsigned long align) in cpm_muram_alloc() 169 int size; in cpm_muram_free() local 199 s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size) in cpm_muram_alloc_fixed()
|
/openbmc/qemu/hw/ipack/ |
H A D | tpci200.c | 88 static void adjust_addr(bool big_endian, hwaddr *addr, unsigned size) in adjust_addr() 97 static uint64_t adjust_value(bool big_endian, uint64_t *val, unsigned size) in adjust_value() 169 static uint64_t tpci200_read_cfg(void *opaque, hwaddr addr, unsigned size) in tpci200_read_cfg() 187 unsigned size) in tpci200_write_cfg() 200 static uint64_t tpci200_read_las0(void *opaque, hwaddr addr, unsigned size) in tpci200_read_las0() 241 unsigned size) in tpci200_write_las0() 307 static uint64_t tpci200_read_las1(void *opaque, hwaddr addr, unsigned size) in tpci200_read_las1() 369 unsigned size) in tpci200_write_las1() 417 static uint64_t tpci200_read_las2(void *opaque, hwaddr addr, unsigned size) in tpci200_read_las2() 448 unsigned size) in tpci200_write_las2() [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack_test.c | 187 size_t size; in policy_unpack_test_unpack_blob_with_null_name() local 201 size_t size; in policy_unpack_test_unpack_blob_with_name() local 216 int size; in policy_unpack_test_unpack_blob_out_of_bounds() local 233 size_t size; in policy_unpack_test_unpack_str_with_null_name() local 246 size_t size; in policy_unpack_test_unpack_str_with_name() local 259 int size; in policy_unpack_test_unpack_str_out_of_bounds() local 274 size_t size; in policy_unpack_test_unpack_strdup_with_null_name() local 290 size_t size; in policy_unpack_test_unpack_strdup_with_name() local 306 int size; in policy_unpack_test_unpack_strdup_out_of_bounds() local 380 size_t size; in policy_unpack_test_unpack_u16_chunk_basic() local [all …]
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | dma.c | 17 static void __dma_sync(phys_addr_t paddr, size_t size, in __dma_sync() 33 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 39 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
|