/arch/x86/include/asm/ |
D | fixmap.h | 21 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() 28 #define set_fixmap(idx, phys) \ argument 34 #define set_fixmap_nocache(idx, phys) \ argument 37 #define clear_fixmap(idx) \ argument 50 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
|
/arch/sh/kernel/cpu/sh5/ |
D | clock-sh5.c | 27 int idx = (ctrl_inl(cprc_base + 0x00) >> 6) & 0x0007; in master_clk_init() local 37 int idx = (ctrl_inw(cprc_base) >> 12) & 0x0007; in module_clk_recalc() local 47 int idx = (ctrl_inw(cprc_base) >> 3) & 0x0007; in bus_clk_recalc() local 57 int idx = (ctrl_inw(cprc_base) & 0x0007); in cpu_clk_recalc() local 72 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7706.c | 28 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 40 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 52 int idx = ((frqcr & 0x8000) >> 13) | ((frqcr & 0x0030) >> 4); in bus_clk_recalc() local 64 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh3.c | 32 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 44 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 56 int idx = ((frqcr & 0x8000) >> 13) | ((frqcr & 0x0030) >> 4); in bus_clk_recalc() local 68 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 84 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7709.c | 35 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 47 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 62 int idx = (frqcr & 0x0080) ? in bus_clk_recalc() local 75 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 92 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7710.c | 38 int idx = (ctrl_inw(FRQCR) & 0x0007); in module_clk_recalc() local 48 int idx = (ctrl_inw(FRQCR) & 0x0700) >> 8; in bus_clk_recalc() local 58 int idx = (ctrl_inw(FRQCR) & 0x0070) >> 4; in cpu_clk_recalc() local 73 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7712.c | 27 int idx = (frqcr & 0x0300) >> 8; in master_clk_init() local 39 int idx = frqcr & 0x0007; in module_clk_recalc() local 51 int idx = (frqcr & 0x0030) >> 4; in cpu_clk_recalc() local 66 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7705.c | 44 int idx = ctrl_inw(FRQCR) & 0x0003; in module_clk_recalc() local 54 int idx = (ctrl_inw(FRQCR) & 0x0300) >> 8; in bus_clk_recalc() local 64 int idx = (ctrl_inw(FRQCR) & 0x0030) >> 4; in cpu_clk_recalc() local 79 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7785.c | 38 int idx = (ctrl_inl(FRQMR1) & 0x000f); in module_clk_recalc() local 48 int idx = ((ctrl_inl(FRQMR1) >> 16) & 0x000f); in bus_clk_recalc() local 58 int idx = ((ctrl_inl(FRQMR1) >> 28) & 0x0003); in cpu_clk_recalc() local 73 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops() 81 int idx = ((ctrl_inl(FRQMR1) >> 20) & 0x0003); in shyway_clk_recalc() local 97 int idx = ((ctrl_inl(FRQMR1) >> 12) & 0x0003); in ddr_clk_recalc() local 113 int idx = ((ctrl_inl(FRQMR1) >> 24) & 0x0003); in ram_clk_recalc() local
|
D | clock-sh7770.c | 33 int idx = ((ctrl_inl(FRQCR) >> 28) & 0x000f); in module_clk_recalc() local 43 int idx = (ctrl_inl(FRQCR) & 0x000f); in bus_clk_recalc() local 53 int idx = ((ctrl_inl(FRQCR) >> 24) & 0x000f); in cpu_clk_recalc() local 68 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7780.c | 34 int idx = (ctrl_inl(FRQCR) & 0x0003); in module_clk_recalc() local 44 int idx = ((ctrl_inl(FRQCR) >> 16) & 0x0007); in bus_clk_recalc() local 54 int idx = ((ctrl_inl(FRQCR) >> 24) & 0x0001); in cpu_clk_recalc() local 69 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops() 77 int idx = ((ctrl_inl(FRQCR) >> 20) & 0x0007); in shyway_clk_recalc() local
|
D | clock-shx3.c | 45 int idx = ((ctrl_inl(FRQCR) >> PFC_POS) & PFC_MSK); in module_clk_recalc() local 55 int idx = ((ctrl_inl(FRQCR) >> BFC_POS) & BFC_MSK); in bus_clk_recalc() local 65 int idx = ((ctrl_inl(FRQCR) >> IFC_POS) & IFC_MSK); in cpu_clk_recalc() local 80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops() 88 int idx = ((ctrl_inl(FRQCR) >> CFC_POS) & CFC_MSK); in shyway_clk_recalc() local
|
D | clock-sh7763.c | 34 int idx = ((ctrl_inl(FRQCR) >> 4) & 0x07); in module_clk_recalc() local 44 int idx = ((ctrl_inl(FRQCR) >> 16) & 0x07); in bus_clk_recalc() local 68 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops() 76 int idx = ((ctrl_inl(FRQCR) >> 20) & 0x07); in shyway_clk_recalc() local
|
/arch/um/sys-i386/ |
D | tls.c | 64 int idx; in get_free_idx() local 93 int idx; in load_TLS() local 202 int idx, int flushed) in set_tls_entry() 219 int idx, ret = -EFAULT; in arch_copy_tls() local 239 int idx) in get_tls_entry() 280 int idx, ret; in sys_set_thread_area() local 311 int ptrace_set_thread_area(struct task_struct *child, int idx, in ptrace_set_thread_area() 328 int idx, ret; in sys_get_thread_area() local 350 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area()
|
/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4.c | 40 int idx = (ctrl_inw(FRQCR) & 0x0007); in module_clk_recalc() local 50 int idx = (ctrl_inw(FRQCR) >> 3) & 0x0007; in bus_clk_recalc() local 60 int idx = (ctrl_inw(FRQCR) >> 6) & 0x0007; in cpu_clk_recalc() local 75 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/arm/mach-omap2/ |
D | prcm.c | 68 u32 prm_read_mod_reg(s16 module, u16 idx) in prm_read_mod_reg() 75 void prm_write_mod_reg(u32 val, s16 module, u16 idx) in prm_write_mod_reg() 82 u32 prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) in prm_rmw_mod_reg_bits() 96 u32 cm_read_mod_reg(s16 module, u16 idx) in cm_read_mod_reg() 103 void cm_write_mod_reg(u32 val, s16 module, u16 idx) in cm_write_mod_reg() 110 u32 cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) in cm_rmw_mod_reg_bits()
|
/arch/powerpc/include/asm/ |
D | fixmap.h | 58 #define set_fixmap(idx, phys) \ argument 63 #define set_fixmap_nocache(idx, phys) \ argument 66 #define clear_fixmap(idx) \ argument 82 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
|
/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7201.c | 46 int idx = (ctrl_inw(FREQCR) & 0x0007); in module_clk_recalc() local 56 int idx = (ctrl_inw(FREQCR) & 0x0007); in bus_clk_recalc() local 66 int idx = ((ctrl_inw(FREQCR) >> 4) & 0x0007); in cpu_clk_recalc() local 81 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7206.c | 46 int idx = (ctrl_inw(FREQCR) & 0x0007); in module_clk_recalc() local 65 int idx = (ctrl_inw(FREQCR) & 0x0007); in cpu_clk_recalc() local 80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7203.c | 51 int idx = (ctrl_inw(FREQCR) & 0x0007); in module_clk_recalc() local 61 int idx = (ctrl_inw(FREQCR) & 0x0007); in bus_clk_recalc() local 85 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) in arch_init_clk_ops()
|
/arch/mips/mm/ |
D | highmem.c | 38 enum fixed_addresses idx; in __kmap_atomic() local 62 enum fixed_addresses idx = type + KM_TYPE_NR*smp_processor_id(); in __kunmap_atomic() local 89 enum fixed_addresses idx; in kmap_atomic_pfn() local 104 unsigned long idx, vaddr = (unsigned long)ptr; in __kmap_atomic_to_page() local
|
/arch/sparc/mm/ |
D | highmem.c | 34 unsigned long idx; in kmap_atomic() local 71 unsigned long idx = type + KM_TYPE_NR*smp_processor_id(); in kunmap_atomic() local 107 unsigned long idx, vaddr = (unsigned long)ptr; in kmap_atomic_to_page() local
|
/arch/x86/mm/ |
D | highmem_32.c | 74 enum fixed_addresses idx; in kmap_atomic_prot() local 102 enum fixed_addresses idx = type + KM_TYPE_NR*smp_processor_id(); in kunmap_atomic() local 128 enum fixed_addresses idx; in kmap_atomic_pfn() local 144 unsigned long idx, vaddr = (unsigned long)ptr; in kmap_atomic_to_page() local
|
/arch/um/include/asm/ |
D | fixmap.h | 47 #define set_fixmap(idx, phys) \ argument 52 #define set_fixmap_nocache(idx, phys) \ argument 76 static inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
|
/arch/sparc/include/asm/ |
D | fixmap.h | 60 #define set_fixmap(idx, phys) \ argument 65 #define set_fixmap_nocache(idx, phys) \ argument 87 static inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
|