Searched refs:mc_size (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 268 unsigned int mc_size; in scan_microcode() local 270 for (; size >= sizeof(struct microcode_header_intel); size -= mc_size, data += mc_size) { in scan_microcode() 273 mc_size = get_totalsize(mc_header); in scan_microcode() 274 if (!mc_size || mc_size > size || in scan_microcode() 503 unsigned int mc_size, data_size; in parse_microcode_blobs() local 511 mc_size = get_totalsize(&mc_header); in parse_microcode_blobs() 512 if (mc_size < sizeof(mc_header)) { in parse_microcode_blobs() 516 data_size = mc_size - sizeof(mc_header); in parse_microcode_blobs() 523 if (!mc || mc_size > curr_mc_size) { in parse_microcode_blobs() 525 mc = kvmalloc(mc_size, GFP_KERNEL); in parse_microcode_blobs() [all …]
|
/linux-6.12.1/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 257 u32 edc_size, mc_size, win_pf, mem_reg, mem_aperture, mem_base; in csio_t5_memory_rw() local 276 mc_size = EXT_MEM_SIZE_G(csio_rd_reg32(hw, in csio_t5_memory_rw() 278 memoffset = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in csio_t5_memory_rw()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 500 u32 edc_size, mc_size, mem_reg; in t4_memory_rw_init() local 515 mc_size = EXT_MEM0_SIZE_G(t4_read_reg(adap, in t4_memory_rw_init() 517 *mem_off = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in t4_memory_rw_init()
|