/openbmc/linux/drivers/firmware/efi/ |
H A D | memattr.c | 15 static int __initdata tbl_size; variable 42 tbl_size = sizeof(*tbl) + tbl->num_entries * tbl->desc_size; in efi_memattr_init() 43 memblock_reserve(efi_mem_attr_table, tbl_size); in efi_memattr_init() 135 if (tbl_size <= sizeof(*tbl)) in efi_memattr_apply_permissions() 147 tbl = memremap(efi_mem_attr_table, tbl_size, MEMREMAP_WB); in efi_memattr_apply_permissions()
|
H A D | tpm.c | 43 unsigned int tbl_size; in efi_tpm_eventlog_init() local 63 tbl_size = sizeof(*log_tbl) + log_tbl->size; in efi_tpm_eventlog_init() 64 memblock_reserve(efi.tpm_log, tbl_size); in efi_tpm_eventlog_init()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_pef.c | 219 uint8_t tbl_size; in ipmi_pef_get_policy_table() local 231 tbl_size = (rsp->data[1] & PEF_POLICY_TABLE_SIZE_MASK); in ipmi_pef_get_policy_table() 232 i = (tbl_size * sizeof(struct pef_cfgparm_policy_table_entry)); in ipmi_pef_get_policy_table() 239 for (ptmp=ptbl, i=1; i<=tbl_size; i++) { in ipmi_pef_get_policy_table() 248 tbl_size = 0; in ipmi_pef_get_policy_table() 256 return(tbl_size); in ipmi_pef_get_policy_table() 270 uint8_t tbl_size, dsttype, timeout, retries; in ipmi_pef_print_lan_dest() local 286 tbl_size = (rsp->data[1] & PEF_LAN_DEST_TABLE_SIZE_MASK); in ipmi_pef_print_lan_dest() 465 uint8_t tbl_size, wrk; in ipmi_pef_print_serial_dest() local 482 tbl_size = (rsp->data[1] & PEF_SERIAL_DEST_TABLE_SIZE_MASK); in ipmi_pef_print_serial_dest() [all …]
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | simple_alloc.c | 130 unsigned long heap_base, tbl_size; in simple_alloc_init() local 136 tbl_size = tbl_entries * sizeof(struct alloc_info); in simple_alloc_init() 139 memset(alloc_tbl, 0, tbl_size); in simple_alloc_init() 141 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_bios.c | 367 acpi_size tbl_size; in amdgpu_acpi_vfct_bios() local 373 tbl_size = hdr->length; in amdgpu_acpi_vfct_bios() 374 if (tbl_size < sizeof(UEFI_ACPI_VFCT)) { in amdgpu_acpi_vfct_bios() 382 while (offset < tbl_size) { in amdgpu_acpi_vfct_bios() 387 if (offset > tbl_size) { in amdgpu_acpi_vfct_bios() 393 if (offset > tbl_size) { in amdgpu_acpi_vfct_bios()
|
H A D | amdgpu_ras_eeprom.c | 145 #define RAS_NUM_RECS(_tbl_hdr) (((_tbl_hdr)->tbl_size - \ 148 #define RAS_NUM_RECS_V2_1(_tbl_hdr) (((_tbl_hdr)->tbl_size - \ 241 pp[3] = cpu_to_le32(hdr->tbl_size); in __encode_table_header_to_buf() 254 hdr->tbl_size = le32_to_cpu(pp[3]); in __decode_table_header_from_buf() 434 hdr->tbl_size = RAS_TABLE_HEADER_SIZE + in amdgpu_ras_eeprom_reset_table() 446 hdr->tbl_size = RAS_TABLE_HEADER_SIZE; in amdgpu_ras_eeprom_reset_table() 740 control->tbl_hdr.tbl_size = RAS_TABLE_HEADER_SIZE + in amdgpu_ras_eeprom_update_header() 744 control->tbl_hdr.tbl_size = RAS_TABLE_HEADER_SIZE + in amdgpu_ras_eeprom_update_header() 752 control->tbl_hdr.tbl_size); in amdgpu_ras_eeprom_update_header() 1103 control->tbl_hdr.tbl_size, in amdgpu_ras_debugfs_table_read()
|
H A D | amdgpu_ras_eeprom.h | 50 uint32_t tbl_size; member
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_bios.c | 613 acpi_size tbl_size; in radeon_acpi_vfct_bios() local 620 tbl_size = hdr->length; in radeon_acpi_vfct_bios() 621 if (tbl_size < sizeof(UEFI_ACPI_VFCT)) { in radeon_acpi_vfct_bios() 629 while (offset < tbl_size) { in radeon_acpi_vfct_bios() 634 if (offset > tbl_size) { in radeon_acpi_vfct_bios() 640 if (offset > tbl_size) { in radeon_acpi_vfct_bios()
|
/openbmc/linux/include/linux/ |
H A D | fs_parser.h | 85 extern bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, 90 static inline bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table() argument
|
/openbmc/linux/fs/exfat/ |
H A D | nls.c | 752 unsigned long long tbl_size, num_sectors; in exfat_create_upcase_table() local 780 tbl_size = le64_to_cpu(ep->dentry.upcase.size); in exfat_create_upcase_table() 783 num_sectors = ((tbl_size - 1) >> blksize_bits) + 1; in exfat_create_upcase_table()
|
/openbmc/linux/fs/ |
H A D | fs_parser.c | 334 bool validate_constant_table(const struct constant_table *tbl, size_t tbl_size, in validate_constant_table() argument 340 if (tbl_size == 0) { in validate_constant_table() 345 for (i = 0; i < tbl_size; i++) { in validate_constant_table()
|
/openbmc/linux/drivers/power/supply/ |
H A D | rt9455_charger.c | 255 static unsigned int rt9455_find_idx(const int tbl[], int tbl_size, int v) in rt9455_find_idx() argument 265 for (i = 0; i < tbl_size - 1; i++) in rt9455_find_idx() 269 return (tbl_size - 1); in rt9455_find_idx() 274 const int tbl[], int tbl_size, int *val) in rt9455_get_field_val() argument 283 v = (v >= tbl_size) ? (tbl_size - 1) : v; in rt9455_get_field_val() 291 const int tbl[], int tbl_size, int val) in rt9455_set_field_val() argument 293 unsigned int idx = rt9455_find_idx(tbl, tbl_size, val); in rt9455_set_field_val()
|
H A D | bq24190_charger.c | 237 static u8 bq24190_find_idx(const int tbl[], int tbl_size, int v) in bq24190_find_idx() argument 241 for (i = 1; i < tbl_size; i++) in bq24190_find_idx() 302 const int tbl[], int tbl_size, in bq24190_get_field_val() argument 312 v = (v >= tbl_size) ? (tbl_size - 1) : v; in bq24190_get_field_val() 320 const int tbl[], int tbl_size, in bq24190_set_field_val() argument 325 idx = bq24190_find_idx(tbl, tbl_size, val); in bq24190_set_field_val()
|
H A D | bq25890_charger.c | 386 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx() local 388 for (idx = 1; idx < tbl_size && tbl[idx] <= value; idx++) in bq25890_find_idx()
|
/openbmc/linux/drivers/acpi/pmic/ |
H A D | tps68470_pmic.c | 280 unsigned int tbl_size) in tps68470_pmic_common_handler() argument 289 ret = pmic_get_reg_bit(address, tbl, tbl_size, ®, &bitmask); in tps68470_pmic_common_handler()
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 1115 size_t tbl_size; in ena_com_indirect_table_allocate() local 1132 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate() 1135 rss->rss_ind_tbl = dma_alloc_coherent(ena_dev->dmadev, tbl_size, &rss->rss_ind_tbl_dma_addr, in ena_com_indirect_table_allocate() 1140 tbl_size = (1ULL << log_size) * sizeof(u16); in ena_com_indirect_table_allocate() 1141 rss->host_rss_ind_tbl = devm_kzalloc(ena_dev->dmadev, tbl_size, GFP_KERNEL); in ena_com_indirect_table_allocate() 1150 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate() 1153 dma_free_coherent(ena_dev->dmadev, tbl_size, rss->rss_ind_tbl, rss->rss_ind_tbl_dma_addr); in ena_com_indirect_table_allocate() 1163 size_t tbl_size = (1ULL << rss->tbl_log_size) * in ena_com_indirect_table_destroy() local 1167 dma_free_coherent(ena_dev->dmadev, tbl_size, rss->rss_ind_tbl, in ena_com_indirect_table_destroy() 2617 u32 tbl_size; in ena_com_indirect_table_get() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ddp.c | 130 sec->tbl_size = 1; in i40e_add_pinfo() 170 sec->tbl_size = 1; in i40e_del_pinfo()
|
H A D | i40e_type.h | 1460 u16 tbl_size; member
|
/openbmc/linux/drivers/regulator/ |
H A D | mt6360-regulator.c | 383 int tbl_size) in mt6360_regulator_irq_register() argument 387 for (i = 0; i < tbl_size; i++) { in mt6360_regulator_irq_register()
|
/openbmc/linux/kernel/dma/ |
H A D | swiotlb.c | 529 size_t tbl_size, slots_size; in swiotlb_exit() local 540 tbl_size = PAGE_ALIGN(mem->end - mem->start); in swiotlb_exit() 543 set_memory_encrypted(tbl_vaddr, tbl_size >> PAGE_SHIFT); in swiotlb_exit() 548 free_pages(tbl_vaddr, get_order(tbl_size)); in swiotlb_exit() 553 memblock_free_late(mem->start, tbl_size); in swiotlb_exit()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | init.c | 258 static inline unsigned long tbl_size(int entry_size, int last_bdf) in tbl_size() function 1649 pci_seg->dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE, last_bdf); in alloc_pci_segment() 1650 pci_seg->alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE, last_bdf); in alloc_pci_segment() 1651 pci_seg->rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE, last_bdf); in alloc_pci_segment()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 1314 u32 i, tbl_size; in bnxt_get_rxfh() local 1324 tbl_size = bnxt_get_rxfh_indir_size(dev); in bnxt_get_rxfh() 1325 for (i = 0; i < tbl_size; i++) in bnxt_get_rxfh() 1348 u32 i, pad, tbl_size = bnxt_get_rxfh_indir_size(dev); in bnxt_set_rxfh() local 1350 for (i = 0; i < tbl_size; i++) in bnxt_set_rxfh() 1352 pad = bp->rss_indir_tbl_entries - tbl_size; in bnxt_set_rxfh()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 1033 uint32_t tbl_size, i; in get_ss_info_from_internal_ss_info_tbl_V2_1() local 1047 tbl_size = (le16_to_cpu(header->sHeader.usStructureSize) in get_ss_info_from_internal_ss_info_tbl_V2_1() 1053 for (i = 0; i < tbl_size; i++) { in get_ss_info_from_internal_ss_info_tbl_V2_1()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_l2.c | 480 p_config->tbl_size = p_rss->rss_table_size_log; in qed_sp_vport_update_rss() 493 1 << p_config->tbl_size); in qed_sp_vport_update_rss()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 755 size_t tbl_size,
|