Searched refs:count (Results 1 – 4 of 4) sorted by relevance
| /libcpu/mips/gs232/ |
| A D | timer.c | 23 unsigned int count; in rt_hw_timer_handler() local 25 count = read_c0_compare(); in rt_hw_timer_handler() 26 write_c0_compare(count); in rt_hw_timer_handler()
|
| /libcpu/aarch64/common/ |
| A D | mmu.c | 699 volatile size_t count; in rt_ioremap_early() local 714 count = (size + ((rt_ubase_t)paddr & ARCH_SECTION_MASK) in rt_ioremap_early() 718 while (count --> 0) in rt_ioremap_early() 732 unsigned long pa, unsigned long count, in _init_map_2M() argument 746 for (i = 0; i < count; i++) in _init_map_2M() 913 unsigned long count = (size + ARCH_SECTION_MASK) >> ARCH_SECTION_SHIFT; in rt_hw_mem_setup_early() local 926 ret = _init_map_2M(tbl1, va, va + pv_off, count, normal_attr); in rt_hw_mem_setup_early() 931 ret = _init_map_2M(tbl0, va + pv_off, va + pv_off, count, normal_attr); in rt_hw_mem_setup_early()
|
| /libcpu/ti-dsp/c28x/ |
| A D | context.s | 337 ; The count is placed in T. For example:
|
| /libcpu/ppc/ppc405/include/asm/ |
| A D | processor.h | 1195 #define get_task_struct(tsk) atomic_inc(&mem_map[MAP_NR(tsk)].count)
|
Completed in 16 milliseconds