Searched refs:FUNCTION (Results 1 - 25 of 30) sorted by relevance

12

/fuchsia/zircon/system/core/userboot/
H A Dvdso-syms.ld.h14 #define FUNCTION(name, address, size) \ macro
17 #define WEAK_FUNCTION(name, address, size) FUNCTION(name, address, size)
/fuchsia/zircon/system/utest/hypervisor/
H A Darm64.S25 .macro FUNCTION name
88 FUNCTION vcpu_resume_start label
90 FUNCTION vcpu_resume_end label
93 FUNCTION vcpu_interrupt_start label
99 FUNCTION vcpu_interrupt_end label
102 FUNCTION vcpu_wfi_start label
105 FUNCTION vcpu_wfi_end label
109 FUNCTION vcpu_aarch32_wfi_start label
117 FUNCTION vcpu_aarch32_wfi_end label
120 FUNCTION vcpu_fp_star label
135 FUNCTION vcpu_fp_end label
138 FUNCTION vcpu_aarch32_fp_start label
150 FUNCTION vcpu_aarch32_fp_end label
153 FUNCTION vcpu_read_write_state_start label
189 FUNCTION vcpu_read_write_state_end label
192 FUNCTION guest_set_trap_start label
196 FUNCTION guest_set_trap_end label
[all...]
H A Dx86.S30 .macro FUNCTION name
162 FUNCTION vcpu_resume_start label
178 FUNCTION vcpu_resume_end label
181 FUNCTION vcpu_interrupt_start label
185 FUNCTION vcpu_interrupt_end label
188 FUNCTION vcpu_hlt_start label
192 FUNCTION vcpu_hlt_end label
195 FUNCTION vcpu_pause_start label
198 FUNCTION vcpu_pause_end label
201 FUNCTION vcpu_write_cr0_star label
213 FUNCTION vcpu_write_cr0_end label
216 FUNCTION vcpu_read_write_state_start label
238 FUNCTION vcpu_read_write_state_end label
241 FUNCTION vcpu_compat_mode_start label
309 FUNCTION vcpu_compat_mode_end label
311 FUNCTION vcpu_syscall_start label
334 FUNCTION vcpu_syscall_end label
336 FUNCTION vcpu_sysenter_start label
362 FUNCTION vcpu_sysenter_end label
364 FUNCTION vcpu_sysenter_compat_start label
391 FUNCTION vcpu_sysenter_compat_end label
394 FUNCTION guest_set_trap_start label
397 FUNCTION guest_set_trap_end label
400 FUNCTION guest_set_trap_with_io_start label
403 FUNCTION guest_set_trap_with_io_end label
405 FUNCTION vcpu_vmcall_start label
409 FUNCTION vcpu_vmcall_end label
[all...]
/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dmemcpy.S14 FUNCTION(memcpy_erms)
25 FUNCTION(memcpy_quad)
41 FUNCTION(memcpy)
H A Dmemset.S14 FUNCTION(memset_erms)
28 FUNCTION(memset_quad)
52 FUNCTION(memset)
/fuchsia/zircon/kernel/arch/x86/
H A Dasm.S12 FUNCTION(x86_64_context_switch)
38 FUNCTION(arch_spin_lock)
57 FUNCTION(arch_spin_trylock)
70 FUNCTION(arch_spin_unlock)
76 FUNCTION(arch_zero_page)
87 FUNCTION(load_startup_idt)
H A Dops.S26 FUNCTION(x86_idle)
39 FUNCTION(read_msr_safe)
75 FUNCTION(x86_mwait)
90 FUNCTION(x86_monitor)
H A Duser_copy.S24 FUNCTION(_x86_copy_to_or_from_user)
H A Duspace_entry.S11 FUNCTION(x86_uspace_entry)
H A Dimage.S109 FUNCTION(apply_fixups)
/fuchsia/zircon/kernel/arch/arm64/
H A Dsmccc.S29 FUNCTION(arm_smccc_smc)
40 FUNCTION(arm_smccc_hvc)
H A Dcache-ops.S33 FUNCTION(arch_clean_cache_range)
39 FUNCTION(arch_clean_invalidate_cache_range)
45 FUNCTION(arch_invalidate_cache_range)
51 FUNCTION(arch_sync_cache_range)
61 FUNCTION(arch_invalidate_cache_all)
H A Dasm.S17 FUNCTION(arm64_context_switch)
51 FUNCTION(arm64_elX_to_el1)
122 FUNCTION(arm64_get_secondary_sp)
H A Duspace_entry.S10 FUNCTION(arm64_uspace_entry)
H A Duser_copy.S26 FUNCTION(_arm64_user_copy)
H A Dimage.S72 FUNCTION(apply_fixups)
/fuchsia/zircon/system/utest/thread-initial-state/
H A Dasm.h8 #define FUNCTION(x) \ macro
H A Dx86-64.S42 FUNCTION(thread_entry)
/fuchsia/zircon/kernel/arch/arm64/hypervisor/gic/
H A Del2.S113 FUNCTION(arm64_el2_gicv3_read_gich_apr)
121 FUNCTION(arm64_el2_gicv3_write_gich_apr)
129 FUNCTION(arm64_el2_gicv3_read_gich_hcr)
137 FUNCTION(arm64_el2_gicv3_write_gich_hcr)
145 FUNCTION(arm64_el2_gicv3_read_gich_vtr)
153 FUNCTION(arm64_el2_gicv3_read_gich_vmcr)
161 FUNCTION(arm64_el2_gicv3_write_gich_vmcr)
169 FUNCTION(arm64_el2_gicv3_read_gich_elrsr)
177 FUNCTION(arm64_el2_gicv3_read_gich_misr)
185 FUNCTION(arm64_el2_gicv3_read_gich_l
[all...]
/fuchsia/zircon/scripts/
H A Dshlib-symbols22 # FUNCTION STB_GLOBAL, STT_FUNC symbol
87 T) type=FUNCTION ;;
105 FUNCTION|WEAK_FUNCTION) size="0x0" ;;
H A Ddso-abi.h10 #define FUNCTION(NAME, SIZE) FUNCTION_1(global, NAME) macro
/fuchsia/zircon/kernel/include/
H A Dasm.h21 #define FUNCTION(x) .global x; .hidden x; LOCAL_FUNCTION(x) macro
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Dboot-shim.S21 FUNCTION(_start)
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-start.S35 FUNCTION(_start)
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx.S15 FUNCTION(vmx_enter)
88 FUNCTION(vmx_exit_entry)

Completed in 60 milliseconds

12