Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 13 of 13) sorted by relevance

/arch/mips/vdso/
A Dgenvdso.h7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso) in FUNC() function
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
58 static inline bool FUNC(get_symbols)(const char *path, void *vdso) in FUNC() function
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in FUNC()
98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in FUNC()
102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
114 offset = FUNC(swap_uint)(sym->st_value); in FUNC()
A Dgenvdso.c89 #define FUNC(name) _FUNC(name, ELF_BITS) macro
/arch/powerpc/kvm/
A Dbook3s_interrupts.S19 #define FUNC(name) name macro
21 #define FUNC(name) GLUE(.,name) macro
26 #define FUNC(name) name macro
88 bl FUNC(kvmppc_copy_to_svcpu)
126 bl FUNC(kvmppc_entry_trampoline)
157 bl FUNC(kvmppc_copy_from_svcpu)
196 bl FUNC(kvmppc_handle_exit_pr)
A Dbook3s_rmhandlers.S30 #define FUNC(name) name macro
32 #define FUNC(name) GLUE(.,name) macro
37 #define FUNC(name) name macro
/arch/x86/math-emu/
A Dfpu_aux.c66 static FUNC const finit_table[] = {
82 static FUNC const fstsw_table[] = {
92 static FUNC const fp_nop_table[] = {
A Dfpu_emu.h124 typedef void (*FUNC) (void); typedef
A Dfpu_entry.c51 static FUNC const st_instr_table[64] = {
/arch/sparc/lib/
A Dmemcpy.S13 #define FUNC(x) \ macro
67 FUNC(memmove)
125 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/arch/mips/mm/
A Duasm-micromips.c197 if (ip->fields & FUNC) in build_insn()
A Duasm-mips.c263 if (ip->fields & FUNC) in build_insn()
A Duasm.c25 FUNC = 0x100, enumerator
/arch/sparc/net/
A Dbpf_jit_comp_32.c240 #define emit_call(FUNC) \ argument
242 unsigned int _off = (void *)(FUNC) - _here; \
/arch/mips/kernel/
A Dtraps.c513 #define FUNC 0x0000003f macro
674 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()
701 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()

Completed in 23 milliseconds