Searched refs:bl (Results 1 - 25 of 183) sorted by relevance

12345678

/arch/powerpc/include/asm/
H A Dcontext_tracking.h5 #define SCHEDULE_USER bl schedule_user
7 #define SCHEDULE_USER bl schedule
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
224 "rI" ((USItype)(bl))); \
231 "rI" ((USItype)(bl))); \
239 "rI" ((USItype)(bl))); \
243 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
259 "r" ((USItype)(bl))); \
[all...]
/arch/arm/mach-hisi/
H A Dheadsmp.S15 bl v7_invalidate_l1
/arch/arm/mach-mvebu/
H A Dheadsmp.S34 bl ll_add_cpu_to_smp_group
36 bl ll_enable_coherency
H A Dheadsmp-a9.S24 bl v7_invalidate_l1
H A Dcoherency_ll.S87 bl ll_get_coherency_base
88 bl ll_get_coherency_cpumask
109 bl ll_get_coherency_base
110 bl ll_get_coherency_cpumask
133 bl ll_get_coherency_base
134 bl ll_get_coherency_cpumask
/arch/alpha/math-emu/
H A Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/arch/powerpc/kernel/
H A Dcpu_setup_fsl_booke.S98 bl setup_altivec_ivors
103 bl setup_lrat_ivor
106 bl setup_pw20_idle
107 bl setup_altivec_idle
108 bl __setup_cpu_e5500
128 bl __e500_icache_setup
129 bl __e500_dcache_setup
130 bl __setup_e500_ivors
143 bl __e500_icache_setup
144 bl __e500_dcache_setu
[all...]
H A Dcpu_setup_power.S25 bl __init_hvmode_206
31 bl __init_LPCR
32 bl __init_tlb_power7
44 bl __init_LPCR
45 bl __init_tlb_power7
51 bl __init_FSCR
52 bl __init_PMU
53 bl __init_hvmode_206
60 bl __init_LPCR
61 bl __init_HFSC
[all...]
H A Dcpu_setup_44x.S24 bl __init_fpu_44x
25 bl __plb_disable_wrp
26 bl __fixup_440A_mcheck
31 bl __plb_disable_wrp
32 bl __fixup_440A_mcheck
40 bl __init_fpu_44x
41 bl __fixup_440A_mcheck
H A Dhead_64.S209 bl enable_64b_mode
212 bl relative_toc
218 bl book3e_secondary_thread_init
237 bl enable_64b_mode
240 bl relative_toc
247 bl book3e_secondary_core_init
351 bl enable_64b_mode
354 bl relative_toc
379 bl start_initialization_book3e
393 1: bl __cpu_preinit_ppc97
[all...]
H A Dcpu_setup_6xx.S27 bl __init_fpu_registers
29 bl setup_common_caches
34 bl setup_common_caches
35 bl setup_604_hid0
40 bl __init_fpu_registers
41 bl setup_common_caches
42 bl setup_750_7400_hid0
47 bl __init_fpu_registers
48 bl setup_common_caches
49 bl setup_750_7400_hid
[all...]
/arch/sparc/math-emu/
H A Dsfp-util_32.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
14 "rI" ((USItype)(bl)) \
16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
24 "rI" ((USItype)(bl)) \
H A Dsfp-util_64.h14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
25 "r" ((UDItype)(bl)) \
28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
39 "r" ((UDItype)(bl)) \
/arch/sh/kernel/
H A Dprocess_64.c40 unsigned long long ah, al, bh, bl, ch, cl; local
48 bl = (regs->regs[18]) & 0xffffffff;
52 ah, al, bh, bl, ch, cl);
57 asm volatile ("getcon " __TEA ", %0" : "=r" (bl));
59 bl = (bl) & 0xffffffff;
65 ah, al, bh, bl, ch, cl);
70 bl = (regs->regs[1]) & 0xffffffff;
74 ah, al, bh, bl, ch, cl);
79 bl
[all...]
/arch/powerpc/mm/
H A Dppc_mmu_32.c77 unsigned long tot, bl, done; local
90 for (bl = 128<<10; bl < max_size; bl <<= 1) {
91 if (bl * 2 > tot)
95 setbat(2, PAGE_OFFSET, 0, bl, PAGE_KERNEL_X);
100 for (bl = 128<<10; bl < max_size; bl <<= 1)
101 if (bl *
118 unsigned int bl; local
[all...]
/arch/arm/mach-berlin/
H A Dheadsmp.S17 bl v7_invalidate_l1
/arch/arm/mach-rockchip/
H A Dheadsmp.S19 bl v7_invalidate_l1
/arch/s390/include/asm/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \
15 : "d" (bh), "d" (bl) : "cc"); \
20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \
29 : "d" (bh), "d" (bl) : "cc"); \
/arch/arm/mach-s3c24xx/
H A Dsleep-s3c2412.S41 bl s3c2412_sleep_enter1
43 bl s3c2412_sleep_enter1
/arch/sh/math-emu/
H A Dsfp-util.h5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
8 __x = (al) + (bl); \
13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
16 __x = (al) - (bl); \
/arch/sparc/net/
H A Dbpf_jit_asm.S23 bl bpf_slow_path_word_neg
52 bl bpf_slow_path_half_neg
75 bl bpf_slow_path_byte_neg
88 bl bpf_slow_path_byte_msh_neg
112 bl bpf_error
118 bl bpf_error
124 bl bpf_error
130 bl bpf_error
151 bl bpf_error
165 bl bpf_erro
[all...]
/arch/powerpc/platforms/embedded6xx/
H A Dwii.c101 unsigned long delta, size, bl; local
107 for (bl = 128<<10; bl < max_size; bl <<= 1) {
108 if (bl * 2 > size)
111 setbat(4, PAGE_OFFSET+delta, delta, bl, PAGE_KERNEL_X);
112 return delta + bl;
/arch/arm64/kernel/
H A Dentry.S37 bl context_tracking_user_exit
53 bl context_tracking_user_enter
298 bl do_mem_abort
327 bl do_debug_exception
343 bl trace_hardirqs_off
354 bl el1_preempt
358 bl trace_hardirqs_on
366 1: bl preempt_schedule_irq // irq en/disable is done inside
459 bl do_mem_abort
472 bl do_mem_abor
[all...]
/arch/arm/kernel/
H A Dentry-v7m.S28 bl printk
30 bl show_regs
50 bl nvic_handle_irq
108 bl atomic_notifier_call_chain

Completed in 486 milliseconds

12345678