Home
last modified time | relevance | path

Searched refs:ht_cfg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dhtirq.c66 struct ht_irq_cfg *ht_cfg; in htirq_domain_alloc() local
82 ht_cfg = kmalloc(sizeof(*ht_cfg), GFP_KERNEL); in htirq_domain_alloc()
83 if (!ht_cfg) in htirq_domain_alloc()
88 kfree(ht_cfg); in htirq_domain_alloc()
93 ht_cfg->msg.address_lo = 0xffffffff; in htirq_domain_alloc()
94 ht_cfg->msg.address_hi = 0xffffffff; in htirq_domain_alloc()
95 ht_cfg->dev = info->ht_dev; in htirq_domain_alloc()
96 ht_cfg->update = info->ht_update; in htirq_domain_alloc()
97 ht_cfg->pos = info->ht_pos; in htirq_domain_alloc()
98 ht_cfg->idx = 0x10 + (info->ht_idx * 2); in htirq_domain_alloc()
[all …]