/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 39 #define be_bswap(v, size) (v) argument 40 #define le_bswap(v, size) glue(__builtin_bswap, size)(v) argument 43 #define be_bswaps(v, size) argument 44 #define le_bswaps(p, size) \ argument 47 #define le_bswap(v, size) (v) argument 50 #define be_bswap(v, size) glue(__builtin_bswap, size)(v) argument 51 #define le_bswaps(v, size) argument 52 #define be_bswaps(p, size) \ argument 114 #define CPU_CONVERT(endian, size, type)\ argument
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | manager-sysfs.c | 45 const char *buf, size_t size) in manager_display_store() 128 const char *buf, size_t size) in manager_default_color_store() 173 const char *buf, size_t size) in manager_trans_key_type_store() 208 const char *buf, size_t size) in manager_trans_key_value_store() 244 const char *buf, size_t size) in manager_trans_key_enabled_store() 285 const char *buf, size_t size) in manager_alpha_blending_enabled_store() 324 const char *buf, size_t size) in manager_cpr_enable_store() 376 const char *buf, size_t size) in manager_cpr_coef_store() 479 const char *buf, size_t size) in manager_attr_store()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-dbg.c | 23 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument 34 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument 47 unsigned *size) in ohci_dump_intr_mask() 69 unsigned *size) in maybe_print_eds() 101 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status() 168 #define dbg_port_sw(hc,num,value,next,size) \ argument 195 unsigned *size) in ohci_dump_roothub() 402 unsigned temp, size = count; in show_list() local 468 size_t temp, size; in fill_async_buffer() local 491 unsigned temp, size, seen_count; in fill_periodic_buffer() local [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.c | 50 u16 size; /* structure size in bytes (includes size field) */ member 57 u16 size; /* structure size in bytes (includes size field) */ member 64 u16 size; /* structure size in bytes (includes size field) */ member 81 u16 size; /* structure size in bytes (includes size field) */ member 89 u16 size; /* structure size in bytes (includes size field) */ member 98 u16 size; /* structure size in bytes (includes size field) */ member 214 size_t size; in radeon_atif_verify_interface() local 261 size_t size; in radeon_atif_get_notification_params() local 322 size_t size; in radeon_atif_get_sbios_requests() local 508 size_t size; in radeon_atcs_verify_interface() local [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | iommufd.h | 60 __u32 size; member 75 __u32 size; member 128 __u32 size; member 161 __u32 size; member 202 __u32 size; member 233 __u32 size; member 256 __u32 size; member 306 __u32 size; member 343 __u32 size; member 366 __u32 size; member [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()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_dram.c | 14 unsigned int address, unsigned int size) in snd_gus_dram_poke() 45 unsigned int address, unsigned int size) in snd_gus_dram_write() 51 unsigned int address, unsigned int size, in snd_gus_dram_peek() 83 unsigned int address, unsigned int size, in snd_gus_dram_read()
|
/openbmc/u-boot/cmd/ |
H A D | iotrace.c | 12 ulong start, size, needed_size, offset, count; in do_print_stats() local 30 ulong start, size, needed_size, offset, count; in do_print_trace() local 60 ulong addr = 0, size = 0; in do_set_buffer() local 76 ulong addr = 0, size = 0; in do_set_region() local
|
/openbmc/linux/arch/m68k/mm/ |
H A D | kmap.c | 37 static inline struct vm_struct *get_io_area(unsigned long size) in get_io_area() 59 static void __free_io_area(void *addr, unsigned long size) in __free_io_area() 108 static struct vm_struct *get_io_area(unsigned long size) in get_io_area() 158 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() 324 void kernel_set_cachemode(void *addr, unsigned long size, int cmode) in kernel_set_cachemode()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_nameval.c | 36 int size; in nval_find() local 60 int size; in nval_used() local 76 int size; in nval_del() local 133 int size; in nval_get() local 170 int size; in nval_list() local
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.h | 64 #define KVMPPC_BOOK3S_HV_VCPU_ACCESSOR_SET(reg, size) \ argument 70 #define KVMPPC_BOOK3S_HV_VCPU_ACCESSOR_GET(reg, size) \ argument 76 #define KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(reg, size) \ argument 80 #define KVMPPC_BOOK3S_HV_VCPU_ARRAY_ACCESSOR_SET(reg, size) \ argument 86 #define KVMPPC_BOOK3S_HV_VCPU_ARRAY_ACCESSOR_GET(reg, size) \ argument 92 #define KVMPPC_BOOK3S_HV_VCPU_ARRAY_ACCESSOR(reg, size) \ argument
|
/openbmc/qemu/hw/misc/ |
H A D | mchp_pfsoc_ioscb.c | 68 unsigned size) in mchp_pfsoc_dummy_read() 78 uint64_t value, unsigned size) in mchp_pfsoc_dummy_write() 97 unsigned size) in mchp_pfsoc_pll_read() 127 unsigned size) in mchp_pfsoc_io_calib_ddr_read() 157 unsigned size) in mchp_pfsoc_ctrl_read() 182 uint64_t value, unsigned size) in mchp_pfsoc_ctrl_write()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dpcd.c | 37 #define END_ADDRESS(start, size) (start + size - 1) argument 48 uint32_t size) in internal_link_read_dpcd() 63 uint32_t size) in internal_link_write_dpcd() 111 static uint32_t dpcd_get_next_partition_size(const uint32_t address, const uint32_t size) in dpcd_get_next_partition_size() 200 uint32_t size) in core_link_read_dpcd() 233 uint32_t size) in core_link_write_dpcd()
|
/openbmc/linux/sound/soc/ |
H A D | soc-topology-test.c | 387 int size; in snd_soc_tplg_test_load_empty_tplg() local 437 int size; in snd_soc_tplg_test_load_empty_tplg_bad_magic() local 492 int size; in snd_soc_tplg_test_load_empty_tplg_bad_abi() local 547 int size; in snd_soc_tplg_test_load_empty_tplg_bad_size() local 602 int size; in snd_soc_tplg_test_load_empty_tplg_bad_payload_size() local 656 int size; in snd_soc_tplg_test_load_pcm_tplg() local 705 int size; in snd_soc_tplg_test_load_pcm_tplg_reload_comp() local 757 int size; in snd_soc_tplg_test_load_pcm_tplg_reload_card() local
|
/openbmc/qemu/system/ |
H A D | memory.c | 61 Int128 size; member 64 static AddrRange addrrange_make(Int128 start, Int128 size) in addrrange_make() 438 unsigned size, in memory_region_read_accessor() 460 unsigned size, in memory_region_read_with_attrs_accessor() 483 unsigned size, in memory_region_write_accessor() 504 unsigned size, in memory_region_write_with_attrs_accessor() 523 unsigned size, in access_with_adjusted_size_aligned() 583 #define align_down(addr, size) ((addr) & ~((size) - 1)) argument 584 #define align_up(addr, size) \ argument 590 unsigned size, in access_with_adjusted_size_unaligned() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 72 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf() 115 size_t size, unsigned int width) in hist_entry__thread_snprintf() 164 size_t size, unsigned int width __maybe_unused) in hist_entry__simd_snprintf() 214 size_t size, unsigned int width) in hist_entry__comm_snprintf() 258 size_t size, unsigned int width) in _hist_entry__dso_snprintf() 270 size_t size, unsigned int width) in hist_entry__dso_snprintf() 354 u64 ip, char level, char *bf, size_t size, in _hist_entry__sym_snprintf() 396 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() 465 size_t size, unsigned int width) in hist_entry__srcline_snprintf() 518 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf() [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 143 struct aa_loaddata *aa_loaddata_alloc(size_t size) in aa_loaddata_alloc() 162 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() 177 size_t size = 0; in aa_unpack_u16_chunk() local 236 size_t size = aa_unpack_u16_chunk(e, &tag); in aa_unpack_nameX() local 331 VISIBLE_IF_KUNIT bool aa_unpack_array(struct aa_ext *e, const char *name, u16 *size) in aa_unpack_array() 354 u32 size; in aa_unpack_blob() local 375 size_t size = 0; in aa_unpack_str() local 427 size_t size; in unpack_dfa() local 466 u16 size; in unpack_trans_table() local 539 u16 size; in unpack_xattrs() local [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 126 target_ulong mask, size, va, offset; in replace_tlb_entry() local 243 uint64_t size = 8192ULL << 3 * TTE_PGSIZE(tlb[i].tte); in replace_tlb_1bit_lru() local 391 static void dump_asi(const char *txt, target_ulong addr, int asi, int size, in dump_asi() 419 unsigned size, uintptr_t retaddr) in sparc_raise_mmu_fault() 480 unsigned size, uintptr_t retaddr) in sparc_raise_mmu_fault() 513 uint64_t val, int size) in leon3_cache_control_st() 546 int size) in leon3_cache_control_ld() 581 int size = 1 << (memop & MO_SIZE); in helper_ld_asi() local 802 int size = 1 << (memop & MO_SIZE); in helper_st_asi() local 1196 int size = 1 << (memop & MO_SIZE); in helper_ld_asi() local [all …]
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-sysfs.c | 167 const char *buf, size_t size) in reset_store() 294 const char *buf, size_t size) in mode_store() 460 const char *buf, size_t size) in pe_store() 495 const char *buf, size_t size) in event_store() 544 const char *buf, size_t size) in event_instren_store() 600 const char *buf, size_t size) in event_ts_store() 630 const char *buf, size_t size) in syncfreq_store() 660 const char *buf, size_t size) in cyc_threshold_store() 693 const char *buf, size_t size) in bb_ctrl_store() 733 const char *buf, size_t size) in event_vinst_store() [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 245 loff_t offset, size_t size) in qlcnic_sysfs_validate_crb() 268 loff_t offset, size_t size) in qlcnic_sysfs_read_crb() 285 loff_t offset, size_t size) in qlcnic_sysfs_write_crb() 301 loff_t offset, size_t size) in qlcnic_sysfs_validate_mem() 314 loff_t offset, size_t size) in qlcnic_sysfs_read_mem() 336 loff_t offset, size_t size) in qlcnic_sysfs_write_mem() 401 size_t size) in qlcnic_sysfs_write_pm_config() 451 size_t size) in qlcnic_sysfs_read_pm_config() 544 size_t size) in qlcnic_sysfs_write_esw_config() 628 size_t size) in qlcnic_sysfs_read_esw_config() [all …]
|
/openbmc/u-boot/arch/x86/cpu/efi/ |
H A D | payload.c | 29 int ret, size; in board_get_usable_ram_top() local 75 int size, ret; in dram_init() local 99 int ret, size; in dram_init_banksize() local 180 int size, ret; in install_e820_map() local 261 int size, ret; in setup_efi_info() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | nubus.h | 21 unsigned long size) in nubus_remap_nocache_ser() 27 unsigned long size) in nubus_remap_nocache_nonser() 33 unsigned long size) in nbus_remap_writethrough() 39 unsigned long size) in nubus_remap_fullcache()
|
H A D | zorro.h | 21 unsigned long size) in z_remap_nocache_ser() 27 unsigned long size) in z_remap_nocache_nonser() 33 unsigned long size) in z_remap_writethrough() 38 unsigned long size) in z_remap_fullcache()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | centaur.c | 27 centaur_get_free_region(unsigned long base, unsigned long size, int replace_reg) in centaur_get_free_region() 50 unsigned long *size, mtrr_type * type) in centaur_get_mcr() 66 unsigned long size, mtrr_type type) in centaur_set_mcr() 91 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in centaur_validate_add_page()
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/ |
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 168 "size": 1, number 187 "size": 1, number [all …]
|