Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcpu.c471 static struct rman cpu_hardirq_rman; variable
520 cpu_hardirq_rman.rm_start = 0; in cpu_attach()
521 cpu_hardirq_rman.rm_end = 5; in cpu_attach()
522 cpu_hardirq_rman.rm_type = RMAN_ARRAY; in cpu_attach()
523 cpu_hardirq_rman.rm_descr = "CPU Hard Interrupts"; in cpu_attach()
525 error = rman_init(&cpu_hardirq_rman); in cpu_attach()
531 error = rman_manage_region(&cpu_hardirq_rman, in cpu_attach()
532 cpu_hardirq_rman.rm_start, in cpu_attach()
533 cpu_hardirq_rman.rm_end); in cpu_attach()
560 res = rman_reserve_resource(&cpu_hardirq_rman, start, end, count, 0, in cpu_alloc_resource()