/arch/avr32/kernel/ |
D | syscall-stubs.S | 18 .type __sys_rt_sigsuspend,@function 24 .type __sys_sigaltstack,@function 30 .type __sys_rt_sigreturn,@function 36 .type __sys_fork,@function 42 .type __sys_clone,@function 48 .type __sys_vfork,@function 54 .type __sys_execve,@function 60 .type __sys_mmap2,@function 69 .type __sys_sendto,@function 78 .type __sys_recvfrom,@function [all …]
|
/arch/powerpc/platforms/iseries/ |
D | irq.c | 172 u32 bus, dev_id, function, mask; in iseries_enable_IRQ() local 178 function = REAL_IRQ_TO_FUNC(rirq); in iseries_enable_IRQ() 179 dev_id = (REAL_IRQ_TO_IDSEL(rirq) << 4) + function; in iseries_enable_IRQ() 189 u32 bus, dev_id, function, mask; in iseries_startup_IRQ() local 194 function = REAL_IRQ_TO_FUNC(rirq); in iseries_startup_IRQ() 195 dev_id = (REAL_IRQ_TO_IDSEL(rirq) << 4) + function; in iseries_startup_IRQ() 201 mask = 0x01010000 << function; in iseries_startup_IRQ() 230 u32 bus, dev_id, function, mask; in iseries_shutdown_IRQ() local 236 function = REAL_IRQ_TO_FUNC(rirq); in iseries_shutdown_IRQ() 237 dev_id = (REAL_IRQ_TO_IDSEL(rirq) << 4) + function; in iseries_shutdown_IRQ() [all …]
|
D | dt.c | 415 int function = ISERIES_GET_FUNCTION_FROM_SUBBUS(sub_bus); in scan_bridge_slot() local 416 HvAgentId eads_id_sel = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge_slot() 424 for (function = 0; function < 8; function++) { in scan_bridge_slot() 426 function); in scan_bridge_slot() 459 function); in scan_bridge_slot() 470 if (function != 0) in scan_bridge_slot() 473 ",%x", function); in scan_bridge_slot() 503 int function; in scan_bridge() local 507 for (function = 0; function < 8; ++function) { in scan_bridge() 508 agent_id = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge() [all …]
|
/arch/arm/plat-s3c24xx/ |
D | gpio.c | 36 void s3c2410_gpio_cfgpin(unsigned int pin, unsigned int function) in s3c2410_gpio_cfgpin() argument 49 switch (function) { in s3c2410_gpio_cfgpin() 52 function = 0; in s3c2410_gpio_cfgpin() 60 function -= 1; in s3c2410_gpio_cfgpin() 61 function &= 1; in s3c2410_gpio_cfgpin() 62 function <<= S3C2410_GPIO_OFFSET(pin); in s3c2410_gpio_cfgpin() 64 function &= 3; in s3c2410_gpio_cfgpin() 65 function <<= S3C2410_GPIO_OFFSET(pin)*2; in s3c2410_gpio_cfgpin() 75 con |= function; in s3c2410_gpio_cfgpin()
|
/arch/x86/boot/ |
D | copy.S | 19 .type memcpy, @function 37 .type memset, @function 54 .type copy_from_fs, @function 65 .type copy_to_fs, @function 78 .type copy_from_gs, @function 89 .type copy_to_gs, @function
|
/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 45 .type cpu_enter_idle, @function 63 .type cpu_idle_skip_sleep, @function 78 .type pm_exception, @function 95 .type pm_irq0, @function 126 .type pm_standby, @function 146 .type pm_suspend_to_ram, @function 170 .type pm_sram_end, @function
|
/arch/mn10300/kernel/ |
D | kthread.S | 18 # A2 = address of function to call 19 # D2 = function argument 23 .type kernel_thread_helper,@function
|
D | kernel_execve.S | 22 # On entry: D0/D1/8(SP): arguments to function 27 .type kernel_execve,@function
|
/arch/sparc/lib/ |
D | atomic_64.S | 17 .type atomic_add,#function 32 .type atomic_sub,#function 47 .type atomic_add_ret,#function 63 .type atomic_sub_ret,#function 79 .type atomic64_add,#function 94 .type atomic64_sub,#function 109 .type atomic64_add_ret,#function 125 .type atomic64_sub_ret,#function
|
D | bitops.S | 12 .type test_and_set_bit,#function 35 .type test_and_clear_bit,#function 58 .type test_and_change_bit,#function 81 .type set_bit,#function 102 .type clear_bit,#function 123 .type change_bit,#function
|
/arch/sparc/kernel/ |
D | helpers.S | 3 .type __flushw_user,#function 25 .type stack_trace_flush,#function 51 .type hard_smp_processor_id,#function 55 .type real_hard_smp_processor_id,#function
|
D | misctrap.S | 3 .type arch_kgdb_breakpoint,#function 11 .type __do_privact,#function 25 .type do_mna,#function 53 .type do_lddfmna,#function 72 .type do_stdfmna,#function 91 .type breakpoint_trap,#function
|
D | cherrs.S | 5 .type cheetah_fecc_trap_vector,#function 18 .type cheetah_fecc_trap_vector_tl1,#function 31 .type cheetah_cee_trap_vector,#function 44 .type cheetah_cee_trap_vector_tl1,#function 57 .type cheetah_deferred_trap_vector,#function 70 .type cheetah_deferred_trap_vector_tl1,#function 90 .type cheetah_plus_dcpe_trap_vector,#function 102 .type do_cheetah_plus_data_parity,#function 119 .type cheetah_plus_dcpe_trap_vector_tl1,#function 132 .type cheetah_plus_icpe_trap_vector,#function [all …]
|
D | getsetcc.S | 2 .type getcc,#function 12 .type setcc,#function
|
/arch/x86/kernel/cpu/cpufreq/ |
D | speedstep-smi.c | 67 u32 function = GET_SPEEDSTEP_OWNER; in speedstep_smi_ownership() local 81 : "a" (command), "b" (function), "c" (0), "d" (smi_port), in speedstep_smi_ownership() 104 u32 function = GET_SPEEDSTEP_FREQS; in speedstep_smi_get_freqs() local 120 : "a" (command), "b" (function), "c" (state), "d" (smi_port), "S" (0), "D" (0) in speedstep_smi_get_freqs() 142 u32 function=GET_SPEEDSTEP_STATE; in speedstep_get_state() local 154 : "a" (command), "b" (function), "c" (0), "d" (smi_port), "S" (0), "D" (0) in speedstep_get_state() 172 unsigned int function=SET_SPEEDSTEP_STATE; in speedstep_set_state() local 197 : "a" (command), "b" (function), "c" (state), "d" (smi_port), "S" (0), "D" (0) in speedstep_set_state()
|
/arch/frv/lib/ |
D | atomic-ops.S | 26 .type atomic_test_and_ANDNOT_mask,@function 48 .type atomic_test_and_OR_mask,@function 70 .type atomic_test_and_XOR_mask,@function 92 .type atomic_add_return,@function 114 .type atomic_sub_return,@function 136 .type __xchg_32,@function 157 .type __cmpxchg_32,@function
|
D | cache.S | 25 .type frv_dcache_writeback,@function 45 .type frv_cache_invalidate,@function 66 .type frv_icache_invalidate,@function 86 .type frv_cache_wback_inv,@function
|
/arch/s390/include/asm/ |
D | appldata.h | 26 u8 function; /* The function code for the DIAGNOSE */ member 46 u8 function; member 77 parm_list.function = fn; in appldata_asm()
|
/arch/cris/include/asm/ |
D | fasttimer.h | 25 fast_timer_function_type *function; member 33 fast_timer_function_type *function,
|
/arch/cris/include/arch-v32/mach-fs/mach/ |
D | pinmux.h | 33 int crisv32_pinmux_alloc_fixed(enum fixed_function function); 35 int crisv32_pinmux_dealloc_fixed(enum fixed_function function);
|
/arch/frv/kernel/ |
D | kernel_execve.S | 22 # On entry: GR8/GR9/GR10: arguments to function 27 .type kernel_execve,@function
|
/arch/cris/include/arch-v32/mach-a3/mach/ |
D | pinmux.h | 40 int crisv32_pinmux_alloc_fixed(enum fixed_function function); 42 int crisv32_pinmux_dealloc_fixed(enum fixed_function function);
|
/arch/mips/include/asm/ |
D | asm.h | 54 .type symbol, @function; \ 64 .type symbol, @function; \ 71 #define END(function) \ argument 72 .end function; \ 73 .size function, .-function 87 .type symbol, @function; \
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall-sigreturn.S | 6 .type __kernel_sigreturn,@function 23 .type __kernel_rt_sigreturn,@function
|
/arch/mips/pci/ |
D | ops-bonito64.c | 52 int function = PCI_FUNC(devfn); in bonito64_pcibios_config_access() local 60 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg; in bonito64_pcibios_config_access() 64 addr = (busnum << 16) | (device << 11) | (function << 8) | reg; in bonito64_pcibios_config_access()
|