Searched refs:numbanks (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-nvic.c | 76 unsigned int irqs, i, ret, numbanks; in nvic_of_init() local 79 numbanks = (readl_relaxed(V7M_SCS_ICTR) & in nvic_of_init() 88 irqs = numbanks * 32; in nvic_of_init() 111 for (i = 0; i < numbanks; ++i) { in nvic_of_init()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-nvic.c | 76 unsigned int irqs, i, ret, numbanks; in nvic_of_init() local 79 numbanks = (readl_relaxed(V7M_SCS_ICTR) & in nvic_of_init() 88 irqs = numbanks * 32; in nvic_of_init() 111 for (i = 0; i < numbanks; ++i) { in nvic_of_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1469 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local 1471 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device() 1511 unsigned int numbanks, bank; in mce_threshold_create_device() local 1522 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device() 1523 bp = kcalloc(numbanks, sizeof(*bp), GFP_KERNEL); in mce_threshold_create_device() 1527 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1302 unsigned int bank, numbanks = this_cpu_read(mce_num_banks); in __threshold_remove_device() local 1304 for (bank = 0; bank < numbanks; bank++) { in __threshold_remove_device() 1344 unsigned int numbanks, bank; in mce_threshold_create_device() local 1355 numbanks = this_cpu_read(mce_num_banks); in mce_threshold_create_device() 1356 bp = kcalloc(numbanks, sizeof(*bp), GFP_KERNEL); in mce_threshold_create_device() 1360 for (bank = 0; bank < numbanks; ++bank) { in mce_threshold_create_device()
|
Completed in 5 milliseconds