/linux-4.4.14/arch/sh/lib/ |
D | ashiftrt.S | 41 .global __ashiftrt_r4_0 42 .global __ashiftrt_r4_1 43 .global __ashiftrt_r4_2 44 .global __ashiftrt_r4_3 45 .global __ashiftrt_r4_4 46 .global __ashiftrt_r4_5 47 .global __ashiftrt_r4_6 48 .global __ashiftrt_r4_7 49 .global __ashiftrt_r4_8 50 .global __ashiftrt_r4_9 [all …]
|
D | movmem.S | 43 .global __movmem 44 .global __movstr 81 .global __movmemSI64 82 .global __movstrSI64 87 .global __movmemSI60 88 .global __movstrSI60 93 .global __movmemSI56 94 .global __movstrSI56 99 .global __movmemSI52 100 .global __movstrSI52 [all …]
|
D | udivsi3_i4i-Os.S | 42 .global __udivsi3_i4i 43 .global __udivsi3_i4 107 .global __sdivsi3_i4i 108 .global __sdivsi3_i4 109 .global __sdivsi3
|
D | udivsi3_i4i.S | 58 .global __udivsi3_i4i 59 .global __udivsi3_i4 176 .global __sdivsi3_i4i 177 .global __sdivsi3_i4 178 .global __sdivsi3
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 52 int local, int global, int set) in toggle_breakpoint() argument 96 if (global) { in toggle_breakpoint() 203 int len, local, global, i; in trigger_tests() local 218 for (global = 0; global < 2; global++) { in trigger_tests() 219 if (!local && !global) in trigger_tests() 232 for (global = 0; global < 2; global++) { in trigger_tests() 233 if (!local && !global) in trigger_tests() 243 for (global = 0; global < 2; global++) { in trigger_tests() 244 if (!local && !global) in trigger_tests() 289 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | kvm_emul.S | 59 .global kvm_template_start 62 .global kvm_emulate_mtmsrd 108 .global kvm_emulate_mtmsrd_branch_offs 112 .global kvm_emulate_mtmsrd_reg_offs 116 .global kvm_emulate_mtmsrd_orig_ins_offs 120 .global kvm_emulate_mtmsrd_len 128 .global kvm_emulate_mtmsr 185 .global kvm_emulate_mtmsr_branch_offs 189 .global kvm_emulate_mtmsr_reg1_offs 193 .global kvm_emulate_mtmsr_reg2_offs [all …]
|
D | epapr_hcalls.S | 33 .global epapr_ev_idle_start 49 .global epapr_hypercall_start
|
D | idle_book3e.S | 88 .global epapr_ev_idle_start
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-proc.c | 90 } global; in dice_proc_read() member 126 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 131 buf.global.owner_hi >> 16, in dice_proc_read() 132 buf.global.owner_hi & 0xffff, buf.global.owner_lo); in dice_proc_read() 133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read() 134 dice_proc_fixup_string(buf.global.nick_name, NICK_NAME_SIZE); in dice_proc_read() 135 snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name); in dice_proc_read() 138 buf.global.clock_select & CLOCK_SOURCE_MASK), in dice_proc_read() 140 (buf.global.clock_select & CLOCK_RATE_MASK) in dice_proc_read() [all …]
|
/linux-4.4.14/arch/avr32/kernel/ |
D | syscall-stubs.S | 17 .global __sys_rt_sigsuspend 23 .global __sys_rt_sigreturn 29 .global __sys_mmap2 38 .global __sys_sendto 47 .global __sys_recvfrom 56 .global __sys_pselect6 65 .global __sys_splice 74 .global __sys_epoll_pwait 83 .global __sys_sync_file_range 92 .global __sys_fallocate [all …]
|
D | entry-avr32b.S | 81 .global itlb_miss 95 .global tlb_miss_common 221 .global syscall_return 251 .global ret_from_fork 257 .global ret_from_kernel_thread 820 .global irq_level0 821 .global irq_level1 822 .global irq_level2 823 .global irq_level3 843 .global debug_trampoline
|
D | head.S | 15 .global kernel_entry
|
D | switch_to.S | 12 .global __switch_to
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 84 int i, global = 0; in video_setup() local 87 global = 1; in video_setup() 89 if (!global && !strncmp(options, "ofonly", 6)) { in video_setup() 91 global = 1; in video_setup() 94 if (!global && !strchr(options, ':')) { in video_setup() 96 global = 1; in video_setup() 99 if (!global) { in video_setup()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | lunmgt.c | 103 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global() 165 list_add(&gli->list, &global.gluns); in find_and_create_lun() 180 mutex_lock(&global.mutex); in cxlflash_term_local_luns() 185 mutex_unlock(&global.mutex); in cxlflash_term_local_luns() 193 INIT_LIST_HEAD(&global.gluns); in cxlflash_list_init() 194 mutex_init(&global.mutex); in cxlflash_list_init() 195 global.err_page = NULL; in cxlflash_list_init() 205 mutex_lock(&global.mutex); in cxlflash_term_global_luns() 206 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns() 211 mutex_unlock(&global.mutex); in cxlflash_term_global_luns() [all …]
|
D | main.c | 1071 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1073 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1090 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset() 1153 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init() 1159 writeq_be(reg, &afu->afu_map->global.regs.afu_ctrl); in afu_err_intr_init() 1161 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear); in afu_err_intr_init() 1164 writeq_be(SISL_ASTATUS_MASK, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init() 1167 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear); in afu_err_intr_init() 1170 reg = readq_be(&afu->afu_map->global.fc_regs[0][FC_CONFIG2 / 8]); in afu_err_intr_init() 1174 writeq_be(reg, &afu->afu_map->global.fc_regs[0][FC_CONFIG2 / 8]); in afu_err_intr_init() [all …]
|
D | superpipe.c | 32 struct cxlflash_global global; variable 65 mutex_lock(&global.mutex); in cxlflash_free_errpage() 66 if (global.err_page) { in cxlflash_free_errpage() 67 __free_page(global.err_page); in cxlflash_free_errpage() 68 global.err_page = NULL; in cxlflash_free_errpage() 70 mutex_unlock(&global.mutex); in cxlflash_free_errpage() 1029 struct page *err_page = global.err_page; in get_err_page() 1041 mutex_lock(&global.mutex); in get_err_page() 1042 if (likely(!global.err_page)) in get_err_page() 1043 global.err_page = err_page; in get_err_page() [all …]
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | head.S | 104 .global _start 105 .global _rambase 106 .global _ramvec 107 .global _ramstart 108 .global _ramend 110 .global _init_sp 142 .global kernel_pg_dir 275 .global m68k_cputype 276 .global m68k_mmutype 277 .global m68k_fputype [all …]
|
/linux-4.4.14/arch/metag/kernel/ |
D | user_gateway.S | 29 .global ___user_gateway_start 36 .global ___kuser_get_tls 48 .global ___kuser_get_tls_end 62 .global ___kuser_cmpxchg 94 .global ___kuser_cmpxchg_end 96 .global ___user_gateway_end
|
D | ftrace_stub.S | 11 .global _mcount_wrapper 16 .global _ftrace_caller 24 .global _ftrace_call 35 .global _mcount_wrapper 60 .global _ftrace_stub
|
D | head.S | 10 .global __start 42 .global __exit 49 .global _secondary_startup
|
D | tbiunexp.S | 6 .global ___TBIUnExpXXX
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 60 .global do_func 93 .global serror 103 .global snzrinx 115 .global szero 123 .global sinf 131 .global sone 139 .global spi_2 147 .global szr_inf 156 .global sopr_inf 164 .global sslognp1 [all …]
|
D | kernel_ex.S | 33 .global t_dz 34 .global t_dz2 35 .global t_operr 36 .global t_unfl 37 .global t_ovfl 38 .global t_ovfl2 39 .global t_inx2 40 .global t_frcinx 41 .global t_extdnrm 42 .global t_resdnrm [all …]
|
D | skeleton.S | 62 .global dz define 63 .global real_dz 100 .global real_inex 101 .global inex 174 .global real_ovfl 175 .global ovfl 200 .global real_unfl 201 .global unfl 226 .global real_snan 227 .global snan [all …]
|
D | decbin.S | 97 .global decbin 98 .global calc_e 99 .global pwrten 100 .global calc_m 101 .global norm 102 .global ap_st_z 103 .global ap_st_n
|
D | sgetem.S | 47 .global sgetexp 55 .global sgetexpd 76 .global sgetman 92 .global sgetmand
|
D | x_store.S | 32 .global dest_ext 33 .global dest_dbl 34 .global dest_sgl 36 .global store
|
D | x_unimp.S | 40 .global fpsp_unimp 41 .global uni_2
|
D | slog2.S | 115 .global slog10d 127 .global slog10 141 .global slog2d 154 .global slog2
|
D | sto_res.S | 32 .global sto_cos 65 .global sto_res
|
D | satanh.S | 61 .global satanhd 67 .global satanh
|
D | sasin.S | 55 .global sasind 61 .global sasin
|
D | scosh.S | 68 .global scoshd 78 .global scosh
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 37 .global cpu_enter_idle 55 .global cpu_idle_skip_sleep 70 .global pm_exception 87 .global pm_irq0 118 .global pm_standby 138 .global pm_suspend_to_ram 162 .global pm_sram_end
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | global_timer.txt | 8 * "arm,cortex-a5-global-timer" for Cortex-A5 global timers. 9 * "arm,cortex-a9-global-timer" for Cortex-A9 global 23 compatible = "arm,cortex-a9-global-timer";
|
D | marvell,dove.txt | 14 - compatible: must contain "marvell,dove-global-config" and "syscon". 19 gconf: global-config@e802c { 20 compatible = "marvell,dove-global-config", "syscon";
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore_crt0.S | 36 .global _start 56 .global exit 57 .global _exit 106 .global exit_fini 107 .global _exit_fini
|
D | spu_save_crt0.S | 35 .global _start 94 .global exit 95 .global _exit
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | guts.txt | 3 The global utilities block controls power management, I/O device 11 global-utilities. 21 - fsl,has-rstcr : Indicates that the global utilities register set 29 global-utilities@e0000 { /* global utilities block */ 35 guts: global-utilities@e0000 {
|
D | mpic-timer.txt | 4 - compatible: "fsl,mpic-global-timer" 21 compatible = "fsl,mpic-global-timer"; 32 compatible = "fsl,mpic-global-timer";
|
D | scfg.txt | 15 scfg: global-utilities@fc000 {
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbitimer.S | 21 .global ___TBITimeB 29 .global ___TBITimeI 37 .global ___TBITimes 62 .global ___TBITimerCtrl 87 .global ___TBITimeStamp 111 .global ___TBITimerAdd 143 .global ___TBITimerDeadline 173 .global ___TBITimeCore
|
D | tbiroot.S | 27 .global ___pTBIs 43 .global ___TBI 61 .global ___TBIThrdPrivId 64 .global ___TBIThreadId
|
D | tbicore.S | 22 .global ___pTBISegs 36 .global ___TBISegList 54 .global ___TBIFindSeg 89 .global ___TBISpin 111 .global ___TBIPoll
|
D | tbisoft.S | 32 .global ___TBISwitchTail 49 .global ___TBIJumpX 69 .global ___TBISwitch 126 .global ___TBISyncResume 148 .global ___TBIJump 175 .global ___TBISwitchInit 221 .global ___TBIStart
|
D | tbidspram.S | 27 .global ___TBIDspramSaveA 61 .global ___TBIDspramSaveB 95 .global ___TBIDspramRestoreA 129 .global ___TBIDspramRestoreB
|
D | tbilogf.S | 21 .global ___TBILogF 36 .global ___TBICont
|
D | tbictxfpu.S | 31 .global ___TBICtxFPUSave 122 .global ___TBICtxFPURestore
|
D | tbictx.S | 35 .global ___TBINestInts 56 .global ___TBINestInts2 97 .global ___TBICtxSave 251 .global ___TBICtxRestore
|
/linux-4.4.14/arch/m68k/68000/ |
D | romvec.S | 13 .global _start 14 .global _buserr 15 .global trap 16 .global system_call
|
D | head.S | 29 .global _start 30 .global _rambase 31 .global _ramvec 32 .global _ramstart 33 .global _ramend 36 .global bootlogo_bits
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fskeleton.S | 63 .global _060_fpsp_done 78 .global _060_real_ovfl 97 .global _060_real_unfl 116 .global _060_real_operr 135 .global _060_real_snan 154 .global _060_real_dz 173 .global _060_real_inex 192 .global _060_real_bsun 212 .global _060_real_fline 231 .global _060_real_fpu_disabled [all …]
|
D | iskeleton.S | 70 .global _060_isp_done 92 .global _060_real_chk 132 .global _060_real_divbyzero 165 .global _060_real_cas 176 .global _060_real_cas2 201 .global _060_real_lock_page 263 .global _060_real_unlock_page 274 .global _060_isp_unimp 278 .global _060_isp_cas 282 .global _060_isp_cas2 [all …]
|
D | os.S | 86 .global _060_dmem_write 117 .global _060_imem_read 118 .global _060_dmem_read 149 .global _060_dmem_read_byte 183 .global _060_dmem_read_word 184 .global _060_imem_read_word 219 .global _060_dmem_read_long 220 .global _060_imem_read_long 243 .global _060_dmem_write_byte 265 .global _060_dmem_write_word [all …]
|
/linux-4.4.14/include/media/ |
D | v4l2-dev.h | 54 void v4l2_prio_init(struct v4l2_prio_state *global); 55 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, 57 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local); 58 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local); 59 enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global); 60 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local);
|
/linux-4.4.14/arch/m68k/68360/ |
D | head-rom.S | 14 .global _stext 15 .global __bss_start 16 .global _start 18 .global _rambase 19 .global _ramvec 20 .global _ramstart 21 .global _ramend 23 .global _quicc_base 24 .global _periph_base
|
D | head-ram.S | 15 .global _stext 16 .global _start 18 .global _rambase 19 .global _ramvec 20 .global _ramstart 21 .global _ramend 23 .global _quicc_base 24 .global _periph_base
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | ssi-fiq.S | 31 .global imx_ssi_fiq_start 32 .global imx_ssi_fiq_end 33 .global imx_ssi_fiq_base 34 .global imx_ssi_fiq_rx_buffer 35 .global imx_ssi_fiq_tx_buffer
|
/linux-4.4.14/net/core/ |
D | dev_addr_lists.c | 25 unsigned char addr_type, bool global, in __hw_addr_create_ex() argument 40 ha->global_use = global; in __hw_addr_create_ex() 51 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument 62 if (global) { in __hw_addr_add_ex() 80 return __hw_addr_create_ex(list, addr, addr_len, addr_type, global, in __hw_addr_add_ex() 93 struct netdev_hw_addr *ha, bool global, in __hw_addr_del_entry() argument 96 if (global && !ha->global_use) in __hw_addr_del_entry() 102 if (global) in __hw_addr_del_entry() 118 unsigned char addr_type, bool global, bool sync) in __hw_addr_del_ex() argument 125 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex() [all …]
|
/linux-4.4.14/drivers/hid/ |
D | hid-core.c | 229 report = hid_register_report(parser->device, report_type, parser->global.report_id); in hid_add_field() 236 if ((parser->global.logical_minimum < 0 && in hid_add_field() 237 parser->global.logical_maximum < in hid_add_field() 238 parser->global.logical_minimum) || in hid_add_field() 239 (parser->global.logical_minimum >= 0 && in hid_add_field() 240 (__u32)parser->global.logical_maximum < in hid_add_field() 241 (__u32)parser->global.logical_minimum)) { in hid_add_field() 243 parser->global.logical_minimum, in hid_add_field() 244 parser->global.logical_maximum); in hid_add_field() 249 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_mcast.c | 82 subnet_prefix = be64_to_cpu(my_gid.global.subnet_prefix); in ehca_attach_mcast() 83 interface_id = be64_to_cpu(my_gid.global.interface_id); in ehca_attach_mcast() 119 subnet_prefix = be64_to_cpu(my_gid.global.subnet_prefix); in ehca_detach_mcast() 120 interface_id = be64_to_cpu(my_gid.global.interface_id); in ehca_detach_mcast()
|
/linux-4.4.14/arch/tile/kernel/ |
D | mcount_64.S | 23 .global __mcount 91 .global ftrace_call 100 .global ftrace_graph_call 109 .global ftrace_stub 174 .global ftrace_stub 200 .global return_to_handler
|
D | entry.S | 59 .global _cpu_idle_nap
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.txt | 25 - #global-interrupts : The number of global interrupts exposed by the 28 - interrupts : Interrupt list, with the first #global-irqs entries 29 corresponding to the global interrupts and any 63 #global-interrupts = <2>;
|
/linux-4.4.14/arch/sh/lib64/ |
D | sdivsi3.S | 1 .global __sdivsi3 2 .global __sdivsi3_1 3 .global __sdivsi3_2 99 .global __div_table
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | evmisc.c | 164 info->notify.global = &acpi_gbl_global_notify[handler_list_id]; in acpi_ev_queue_notify_request() 204 if (info->notify.global->handler) { in acpi_ev_notify_dispatch() 205 info->notify.global->handler(info->notify.node, in acpi_ev_notify_dispatch() 207 info->notify.global->context); in acpi_ev_notify_dispatch()
|
/linux-4.4.14/arch/sh/kernel/ |
D | head_64.S | 80 .global empty_zero_page 100 .global mmu_pdtp_cache 104 .global empty_bad_page 108 .global empty_bad_pte_table 112 .global fpu_in_use 148 .global _stext
|
/linux-4.4.14/arch/x86/entry/vdso/vdso32/ |
D | vdso32.lds.S | 24 global: 31 global:
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 243 void v4l2_prio_init(struct v4l2_prio_state *global) in v4l2_prio_init() argument 245 memset(global, 0, sizeof(*global)); in v4l2_prio_init() 249 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, in v4l2_prio_change() argument 257 atomic_inc(&global->prios[new]); in v4l2_prio_change() 259 atomic_dec(&global->prios[*local]); in v4l2_prio_change() 265 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local) in v4l2_prio_open() argument 267 v4l2_prio_change(global, local, V4L2_PRIORITY_DEFAULT); in v4l2_prio_open() 271 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local) in v4l2_prio_close() argument 274 atomic_dec(&global->prios[local]); in v4l2_prio_close() 278 enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global) in v4l2_prio_max() argument [all …]
|
/linux-4.4.14/drivers/clk/qcom/ |
D | Kconfig | 17 Support for the global clock controller on apq8084 devices. 35 Support for the global clock controller on ipq806x devices. 52 Support for the global clock controller on msm8660 devices. 61 Support for the global clock controller on msm8916 devices. 69 Support for the global clock controller on apq8064/msm8960 devices. 96 Support for the global clock controller on msm8974 devices.
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | linkage.h | 11 .global name @ \ 16 .global name @ \
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 27 .global start_kernel 28 .global __bss_start 29 .global _end 110 .global ROM_D, TOP_DATA, END_DATA 136 .global eit_vector 273 .global spi_stack_top 279 .global spu_stack_top
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp_nofault.S | 24 .global xp_nofault_PIOR 32 .global xp_error_PIOR
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capidrv.c | 141 static capidrv_data global; variable 309 for (p = global.contr_list; p; p = p->next) in findcontrbydriverid() 319 capidrv_contr *p = global.contr_list; in findcontrbynumber() 322 for (p = global.contr_list; p; p = p->next) in findcontrbynumber() 520 if (capi20_put_message(&global.ap, skb) != CAPI_NOERROR) in send_message() 668 global.ap.applid, in n0() 1151 global.ap.applid, in handle_incoming_call() 1292 global.ap.applid, in handle_plci() 1417 global.ap.applid, in handle_ncci() 1435 global.ap.applid, in handle_ncci() [all …]
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vm_vectors.S | 26 .global _K_provisional_vec 38 .global _K_VM_event_vector
|
/linux-4.4.14/drivers/uwb/ |
D | drp-avail.c | 51 bitmap_fill(rc->drp_avail.global, UWB_NUM_MAS); in uwb_drp_avail_init() 63 bitmap_and(avail->bm, rc->drp_avail.global, rc->drp_avail.local, UWB_NUM_MAS); in uwb_drp_available() 121 bitmap_and(avail.bm, rc->drp_avail.global, rc->drp_avail.local, UWB_NUM_MAS); in uwb_drp_avail_ie_update() 282 bitmap_copy(rc->drp_avail.global, bmp, UWB_NUM_MAS); in uwbd_evt_handle_rc_drp_avail()
|
/linux-4.4.14/arch/h8300/lib/ |
D | modsi3.S | 5 .global __modsi3 13 .global __umodsi3 19 .global __divsi3
|
D | moddivsi3.S | 5 .global __modsi3 13 .global __umodsi3 19 .global __divsi3
|
D | memset.S | 13 .global memset 14 .global clear_user
|
D | abs.S | 12 .global _abs
|
D | strncpy.S | 6 .global strncpy_from_user
|
D | mulsi3.S | 18 .global __mulsi3
|
/linux-4.4.14/arch/arm/lib/ |
D | floppydma.S | 14 .global floppy_fiqin_end 23 .global floppy_fiqout_end
|
/linux-4.4.14/arch/avr32/lib/ |
D | copy_user.S | 26 .global copy_from_user 34 .global copy_to_user 41 .global __copy_user
|
D | strncpy_from_user.S | 28 .global strncpy_from_user 35 .global __strncpy_from_user
|
D | strnlen_user.S | 17 .global strnlen_user 26 .global __strnlen_user
|
D | clear_user.S | 14 .global clear_user 20 .global __clear_user
|
D | io-writesl.S | 9 .global __raw_writesl
|
D | io-readsl.S | 9 .global __raw_readsl
|
D | __avr32_asr64.S | 13 .global __avr32_asr64
|
D | __avr32_lsr64.S | 13 .global __avr32_lsr64
|
D | __avr32_lsl64.S | 13 .global __avr32_lsl64
|
D | io-readsw.S | 20 .global __raw_readsw
|
D | csum_partial.S | 14 .global csum_partial
|
D | io-writesw.S | 14 .global __raw_writesw
|
D | io-readsb.S | 20 .global __raw_readsb
|
D | memset.S | 23 .global memset
|
D | io-writesb.S | 20 .global __raw_writesb
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 27 .global _ResetVector 28 .global reset
|
/linux-4.4.14/arch/parisc/kernel/ |
D | head.S | 42 .import $global$ /* forward declaration */ 354 .export $global$,data 356 .type $global$,@object 357 .size $global$,4 358 $global$:
|
D | parisc_ksyms.c | 62 extern int $global$; 63 EXPORT_SYMBOL($global$);
|
/linux-4.4.14/arch/arm/mach-rockchip/ |
D | sleep.S | 53 .global rkpm_bootdata_l2ctlr_f 58 .global rkpm_bootdata_l2ctlr
|
/linux-4.4.14/arch/cris/arch-v10/mm/ |
D | tlb.c | 51 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_all() 87 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_mm() 127 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_page()
|
/linux-4.4.14/arch/score/kernel/ |
D | head.S | 31 .global init_thread_union 32 .global kernelsp
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | raw_syscall_helper_32.S | 1 .global sys32_helper 40 .global int80_and_ret
|
D | thunks_32.S | 21 .global call64_from_32
|
D | thunks.S | 20 .global call32_from_64
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.txt | 4 global timer and CPU local timers. The global timer is a 64-bit free running 21 should be specified after the four global timer interrupts have been 41 in addition to four global timer interrupts.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 132 Retrieve OSD global alpha 134 global alpha: 0=off, 1=on 136 bits 0:7 global alpha 143 Update global alpha 145 global alpha: 0=off, 1=on 147 global alpha (8 bits)
|
/linux-4.4.14/mm/kasan/ |
D | kasan.c | 461 static void register_global(struct kasan_global *global) in register_global() argument 463 size_t aligned_size = round_up(global->size, KASAN_SHADOW_SCALE_SIZE); in register_global() 465 kasan_unpoison_shadow(global->beg, global->size); in register_global() 467 kasan_poison_shadow(global->beg + aligned_size, in register_global() 468 global->size_with_redzone - aligned_size, in register_global()
|
/linux-4.4.14/arch/mips/lib/ |
D | strnlen_user.S | 69 .global __strnlen_user_asm 70 .global __strnlen_user_nocheck_asm
|
D | strncpy_user.S | 71 .global __strncpy_from_user_asm 72 .global __strncpy_from_user_nocheck_asm
|
D | strlen_user.S | 49 .global __strlen_user_asm
|
/linux-4.4.14/arch/metag/lib/ |
D | modsi3.S | 10 .global ___umodsi3 24 .global ___modsi3
|
D | div64.S | 7 .global _div_u64 75 .global _div_s64
|
D | clear_page.S | 6 .global _clear_page
|
D | copy_page.S | 6 .global _copy_page
|
D | ucmpdi2.S | 7 .global ___ucmpdi2
|
D | ip_fast_csum.S | 10 .global _ip_fast_csum
|
D | cmpdi2.S | 7 .global ___cmpdi2
|
D | ashrdi3.S | 7 .global ___ashrdi3
|
D | lshrdi3.S | 7 .global ___lshrdi3
|
D | ashldi3.S | 7 .global ___ashldi3
|
/linux-4.4.14/arch/m32r/mm/ |
D | page.S | 16 .global copy_page 54 .global clear_page
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gruhandles.c | 153 int asid, int pagesize, int global, int n, in tgh_invalidate() argument 160 tgh->global = global; in tgh_invalidate()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-stih407-usb.txt | 11 - reset-names : list of reset signal names. Should be "global" and "port" 23 reset-names = "global", "port";
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sun3-head.S | 23 .global m68k_pgtable_cachemode 24 .global kpt
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 33 configuration.. Navigator cloud global address needs to be programmed 45 - Global control register region (global). 79 reg-names = "global", "txchan", "rxchan", 89 reg-names = "global", "txchan", "rxchan",
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 54 .global mvebu_boot_wa_start 55 .global mvebu_boot_wa_end
|
/linux-4.4.14/Documentation/arm/ |
D | swp_emulation | 23 transaction monitoring block called a global monitor to maintain update 24 atomicity. If your system does not implement a global monitor, this option can
|
/linux-4.4.14/arch/openrisc/lib/ |
D | string.S | 35 .global __copy_tofrom_user 76 .global __clear_user
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 32 .global etrax_irv 33 .global romfs_start 34 .global romfs_length 35 .global romfs_in_flash 36 .global nand_boot 37 .global swapper_pg_dir
|
D | cacheflush.S | 1 .global cris_flush_cache_range 86 .global cris_flush_cache
|
/linux-4.4.14/arch/mips/kernel/ |
D | bmips_vec.S | 193 .global bmips_secondary_reentry 205 .global bmips_reset_nmi_vec_end 228 .global bmips_smp_int_vec_end
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | head.S | 23 .global startup 24 .global __bss_start, _ebss, end, zimage_data, zimage_len 38 .global got_len
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 867 .global ret_from_irq 878 .global ret_from_exception 922 .global ret_from_syscall 1202 .global syscall_ret 1217 .global ret_from_fork 1231 .global ret_from_kernel_thread 1324 .global switch_and_save_asid 1344 .global route_to_panic_handler 1366 .global peek_real_address_q 1415 .global poke_real_address_q [all …]
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 1 lglock - local/global locks for mostly local access patterns 16 To manage global data structures that are partitioned over all CPUs 20 global write access. 27 * while making global action possible when needed 101 spinlock and lg_global_* like a global spinlock. 130 data and will very rarely need the global lock
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 45 int global; in global_invalidates() local 55 global = 0; in global_invalidates() 57 global = 1; in global_invalidates() 59 if (!global) { in global_invalidates() 67 return global; in global_invalidates() 408 long npages, int global, bool need_sync) in do_tlbies() argument 412 if (global) { in do_tlbies() 498 int global; in kvmppc_h_bulk_remove() local 503 global = global_invalidates(kvm, 0); in kvmppc_h_bulk_remove() 581 do_tlbies(kvm, tlbrb, n, global, true); in kvmppc_h_bulk_remove()
|
D | book3s_segment.S | 54 .global kvmppc_handler_trampoline_enter 170 .global kvmppc_handler_trampoline_exit 173 .global kvmppc_interrupt_pr
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 940 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_in_phy_coma() 986 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_multicast() 1027 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_unicast() 1500 struct global_regs __iomem *regs = &adapter->regs->global; in et131x_configure_global_regs() 1695 writel(reg, &adapter->regs->global.sw_reset); in et131x_soft_reset() 1712 writel(mask, &adapter->regs->global.int_mask); in et131x_enable_interrupts() 1717 writel(INT_MASK_DISABLE, &adapter->regs->global.int_mask); in et131x_disable_interrupts() 1787 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_enable_phy_coma() 1797 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma() 1801 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_ruc.c | 257 return (gid->global.interface_id == id && in gid_ok() 258 (gid->global.subnet_prefix == gid_prefix || in gid_ok() 259 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok() 285 qp->alt_ah_attr.grh.dgid.global.subnet_prefix, in qib_ruc_check_hdr() 286 qp->alt_ah_attr.grh.dgid.global.interface_id)) in qib_ruc_check_hdr() 317 qp->remote_ah_attr.grh.dgid.global.subnet_prefix, in qib_ruc_check_hdr() 318 qp->remote_ah_attr.grh.dgid.global.interface_id)) in qib_ruc_check_hdr() 666 hdr->sgid.global.subnet_prefix = ibp->gid_prefix; in qib_make_grh() 667 hdr->sgid.global.interface_id = grh->sgid_index ? in qib_make_grh()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vectors.S | 21 .global \name 47 .global RESET
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 148 gid->global.subnet_prefix = tmp->global.subnet_prefix; in mlx5_query_hca_vport_gid() 149 gid->global.interface_id = tmp->global.interface_id; in mlx5_query_hca_vport_gid()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | fixed-head.S | 2 .global _zimage_start
|
D | virtex405-head.S | 4 .global _zimage_start
|
/linux-4.4.14/arch/arm/mach-berlin/ |
D | headsmp.S | 20 .global boot_inst
|
/linux-4.4.14/arch/nios2/kernel/ |
D | head.S | 31 .global empty_zero_page 44 .global _current_thread
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdsox32.lds.S | 18 global:
|
D | vdso.lds.S | 18 global:
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isdnl3.c | 335 st->l3.global = NULL; in setstack_l3dc() 391 if (st->l3.global) { in releasestack_isdnl3() 392 StopAllL3Timer(st->l3.global); in releasestack_isdnl3() 393 kfree(st->l3.global); in releasestack_isdnl3() 394 st->l3.global = NULL; in releasestack_isdnl3() 405 st->l3.global = NULL; in setstack_l3bc()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | ruc.c | 276 return (gid->global.interface_id == id && in gid_ok() 277 (gid->global.subnet_prefix == gid_prefix || in gid_ok() 278 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok() 305 qp->alt_ah_attr.grh.dgid.global.subnet_prefix, in hfi1_ruc_check_hdr() 306 qp->alt_ah_attr.grh.dgid.global.interface_id)) in hfi1_ruc_check_hdr() 337 qp->remote_ah_attr.grh.dgid.global.subnet_prefix, in hfi1_ruc_check_hdr() 338 qp->remote_ah_attr.grh.dgid.global.interface_id)) in hfi1_ruc_check_hdr() 687 hdr->sgid.global.subnet_prefix = ibp->gid_prefix; in hfi1_make_grh() 688 hdr->sgid.global.interface_id = in hfi1_make_grh()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | pm-h1940.S | 29 .global h1940_pm_return
|
D | sleep-s3c2412.S | 32 .global s3c2412_sleep_enter
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vdso32.S | 21 .global vdso32_start, vdso32_end
|
D | vdso.S | 21 .global vdso_start, vdso_end
|
D | vdso.lds.S | 81 global:
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | b4420si-post.dtsi | 79 guts: global-utilities@e0000 { 83 global-utilities@e1000 { 88 rcpm: global-utilities@e2000 {
|
D | p1020rdb-pc_camp_core1.dts | 130 global-utilities@e0000 { //global utilities block
|
D | qoriq-mpic.dtsi | 46 compatible = "fsl,mpic-global-timer"; 100 compatible = "fsl,mpic-global-timer";
|
D | t1023si-post.dtsi | 235 guts: global-utilities@e0000 { 243 global-utilities@e1000 { 263 rcpm: global-utilities@e2000 { 278 scfg: global-utilities@fc000 {
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | vdso.lds.S | 19 global:
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | fiq.S | 8 .global rpc_default_fiq_end
|
/linux-4.4.14/arch/avr32/mm/ |
D | copy_page.S | 19 .global copy_page
|
D | clear_page.S | 17 .global clear_page
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry-ftrace.S | 160 .global ftrace_call 166 .global ftrace_graph_call
|
/linux-4.4.14/arch/alpha/lib/ |
D | clear_page.S | 9 .global clear_page
|
D | copy_page.S | 9 .global copy_page
|
D | ev6-clear_page.S | 9 .global clear_page
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 178 .global efi32_boot_gdt 186 .global efi_gdt64
|
/linux-4.4.14/arch/arc/include/asm/ |
D | linkage.h | 23 .global \nm
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 18 my $global = \$GLOBALS{$name}; 37 $$global = $name;
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih418.dtsi | 39 reset-names = "global", "port"; 48 reset-names = "global", "port";
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 17 be no collateral damage caused by doing the global flush, and 25 cache on modern CPUs, and the global flushes have become more 40 This will cause us to do the global flush for more cases.
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 33 NOTE: Please note here that the system wide global DSCR value never 41 Changing the global DSCR default in the sysfs will change all the CPU 48 the same thing as above but unlike the global one above, it just changes
|
/linux-4.4.14/Documentation/devicetree/ |
D | todo.txt | 7 - Switch to RCU for tree updates and get rid of global spinlock
|
/linux-4.4.14/arch/arm/include/asm/ |
D | entry-macro-multi.S | 34 .global \symbol_name
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | Makefile | 8 via_utility.o vt1636.o global.o tblDPASetting.o viamode.o \
|
/linux-4.4.14/arch/blackfin/lib/ |
D | umulsi3_highpart.S | 8 .global ___umulsi3_highpart;
|
D | modsi3.S | 12 .global ___modsi3;
|
D | smulsi3_highpart.S | 8 .global ___smulsi3_highpart;
|
/linux-4.4.14/Documentation/arm64/ |
D | memory.txt | 18 virtual address. The swapper_pg_dir contains only kernel (global) 19 mappings while the user pgd contains only user (non-global) mappings.
|
/linux-4.4.14/arch/m32r/boot/ |
D | setup.S | 117 .global eit_vector 176 .global dcache_dummy
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 57 bool "Maintain global object list for debugging purposes" 60 Maintain a global list of active fscache objects that can be
|
/linux-4.4.14/arch/arc/kernel/ |
D | ctx_sw_asm.S | 23 .global __switch_to
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | strcmp.S | 8 .global strcmp
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | debug.S | 34 .global semi_writec_buf
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 54 global control methods(*) 58 global control methods(*) and the disabling of nonboot CPUs 61 - test the freezing of processes, suspending of devices, platform global 65 (*) the platform global control methods are only available on ACPI systems 82 invoke the global control methods (eg. ACPI global control methods) used to 84 configurable number of seconds and invoke the platform (eg. ACPI) global
|
/linux-4.4.14/arch/arm/kernel/ |
D | sigreturn_codes.S | 66 .global sigreturn_codes
|
/linux-4.4.14/arch/h8300/kernel/ |
D | head_ram.S | 24 .global _start
|
/linux-4.4.14/arch/avr32/boot/u-boot/ |
D | head.S | 23 .global _start
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 561 global _fsins_ 618 global _fsind_ 676 global _fsinx_ 738 global _fcoss_ 795 global _fcosd_ 853 global _fcosx_ 915 global _fsinhs_ 972 global _fsinhd_ 1030 global _fsinhx_ 1092 global _flognp1s_ [all …]
|
/linux-4.4.14/arch/x86/configs/ |
D | xen.config | 1 # global x86 required specific stuff
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 77 global:
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdso.lds.S | 82 global:
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 19 .global __kernel_datapage_offset;
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 86 global:
|
/linux-4.4.14/arch/x86/lguest/ |
D | head_32.S | 137 .global lguest_noirq_iret
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_32.S | 64 .global root_flags 65 .global ram_flags 66 .global root_dev 67 .global sparc_ramdisk_image 68 .global sparc_ramdisk_size
|