| /tools/ocaml/ |
| A D | Makefile.rules | 34 $(call quiet-command, $(OCAMLLEX) -q -o $@ $<,MLLEX,$@) 37 $(call quiet-command, $(OCAMLYACC) -q $<,MLYACC,$@) 40 $(call quiet-command, $(CC) $(CFLAGS) -c -o $@ $<,CC,$@) 44 $(call move-if-changed,$@.tmp,$@) 50 …$(call quiet-command, $(OCAMLDEP) $(ALL_OCAML_OBJ_SOURCES) *.mli > $@.tmp; $(call move-if-changed,… 75 $(call mk-caml-stubs,$$@, $$+) 84 $(call mk-caml-shared-lib-native,$$@, $(1).cmxa) 88 $(call mk-caml-stubs,$$@, $$+) 90 $(call mk-caml-lib-stubs,$$@, $$+) 97 $(call mk-caml-lib-bytecode,$$@, , $$+) [all …]
|
| /tools/libs/call/ |
| A D | core.c | 101 privcmd_hypercall_t call = { in xencall0() local 105 return osdep_hypercall(xcall, &call); in xencall0() 111 privcmd_hypercall_t call = { in xencall1() local 116 return osdep_hypercall(xcall, &call); in xencall1() 122 privcmd_hypercall_t call = { in xencall2() local 127 return osdep_hypercall(xcall, &call); in xencall2() 133 privcmd_hypercall_t call = { in xencall2L() local 138 return osdep_hypercall(xcall, &call); in xencall2L() 144 privcmd_hypercall_t call = { in xencall3() local 156 privcmd_hypercall_t call = { in xencall4() local [all …]
|
| A D | minios.c | 43 multicall_entry_t call; in osdep_hypercall() local 46 call.op = hypercall->op; in osdep_hypercall() 48 call.args[i] = hypercall->arg[i]; in osdep_hypercall() 50 ret = HYPERVISOR_multicall(&call, 1); in osdep_hypercall() 56 if ((long) call.result < 0) { in osdep_hypercall() 57 errno = - (long) call.result; in osdep_hypercall() 60 return call.result; in osdep_hypercall()
|
| /tools/xl/ |
| A D | xl_utils.h | 21 #define CHK_ERRNOVAL( call ) ({ \ argument 22 int chk_errnoval = (call); \ 27 __FILE__,__LINE__, strerror(chk_errnoval), #call); \ 33 #define CHK_SYSCALL( call ) ({ \ argument 34 if ((call) == -1) { \ 36 __FILE__,__LINE__, strerror(errno), #call); \ 41 #define MUST( call ) ({ \ argument 42 int must_rc = (call); \ 45 __FILE__,__LINE__, must_rc, #call); \
|
| /tools/libs/ |
| A D | uselibs.mk | 15 LIBS_LIBS += call 22 USELIBS_devicemodel := toollog toolcore call 25 USELIBS_hypfs := toollog toolcore call 28 USELIBS_manage := toollog toolcore call 31 USELIBS_ctrl := toollog call evtchn gnttab foreignmemory devicemodel 56 $(USELIBS_$(lib)) $(call xenlibs-dependencies,$(USELIBS_$(lib)))))
|
| A D | libs.mk | 21 LDLIBS += $(call xenlibs-ldlibs,$(USELIBS_$(LIBNAME))) 76 @$(call move-if-changed,$@.tmp,$@) 80 $(call move-if-changed,$(@D)/.$(@F),$@)
|
| A D | Makefile | 9 SUBDIRS-y += call
|
| /tools/firmware/vgabios/ |
| A D | clext.c | 387 call cirrus_check 415 call cirrus_check 421 call _display_string 537 call _cirrus_debugmsg 617 call cirrus_get_crtc 679 call cirrus_get_crtc 708 call cirrus_get_crtc 1068 call cirrus_vesa_05h 1384 call cirrus_get_crtc 1405 call cirrus_get_crtc [all …]
|
| A D | vbe.c | 302 call dispi_get_enable 322 call dispi_get_enable 470 call dispi_get_bpp 702 call dispi_set_id 703 call dispi_get_id 716 call dispi_set_id 721 call _printf 1246 call dispi_get_bank 1252 call dispi_get_bank 1293 call dispi_get_bpp [all …]
|
| A D | vgabios.c | 235 call init_vga_card 242 call vbe_init 249 call cirrus_init 260 call _display_info 397 call _int10_func 431 call _printf 1733 call _unknown 2144 call _unknown 2904 call _printf 3093 call _unknown [all …]
|
| A D | Notes | 9 variables and call function #2 above
|
| /tools/ |
| A D | Rules.mk | 86 $(addprefix -Wl$(comma)-rpath-link=$(XEN_ROOT)/tools/libs/,$(call xenlibs-dependencies,$(1))) 97 $(call xenlibs-rpath,$(1)) $(call xenlibs-libs,$(1)) \ 105 $(call xenlibs-rpath,$(1)) \ 112 $(call xenlibs-ldflags,$(1)) \ 121 SHLIB_libxen$(1) = $$(call xenlibs-rpath,$(1)) -Wl,-rpath-link=$$(XEN_libxen$(1)) 122 LDLIBS_libxen$(1) = $$(call xenlibs-ldlibs,$(1)) 125 $(foreach lib,$(LIBS_LIBS),$(eval $(call LIB_defs,$(lib)))) 143 dbg_opt_level := $(call cc-option,$(CC),-Og,-O0) 166 CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs)
|
| /tools/firmware/rombios/ |
| A D | apmbios.S | 61 call APMSYM(out_str) 102 call APMSYM(put_num) 118 call APMSYM(put_reg) 122 call APMSYM(put_reg) 125 call APMSYM(put_reg) 128 call APMSYM(put_reg) 131 call APMSYM(put_reg) 134 call APMSYM(put_reg) 157 call APMSYM(put_regs) 258 call APMSYM(out_str) [all …]
|
| A D | 32bitgateway.c | 79 ; bx: index of function to call 81 ; dx, ax: 32 bit result of call (even if 'void' is expected) 119 ; Marshal arguments and call 32-bit function 125 call eax
|
| A D | rombios.c | 8703 ; - call a function that detect which function to call 9355 call _s3_resume 10291 call eax 10381 call _pmm 10907 call ebda_post 11025 call rom_scan 11053 call _ata_init 11054 call _ata_detect 11063 call _cdemu_init 11071 call smbios_init [all …]
|
| /tools/libs/ctrl/ |
| A D | xc_resource.c | 50 multicall_entry_t *call; in xc_resource_op_multi() local 98 call = call_list + i; in xc_resource_op_multi() 99 call->op = __HYPERVISOR_platform_op; in xc_resource_op_multi() 100 call->args[0] = HYPERCALL_BUFFER_AS_ARG(platform_op); in xc_resource_op_multi() 116 call = call_list + i; in xc_resource_op_multi() 117 op->result = call->result; in xc_resource_op_multi()
|
| A D | xc_private.c | 353 }, *call = &multicall; in xc_memory_op() local 354 DECLARE_HYPERCALL_BOUNCE(call, sizeof(*call), in xc_memory_op() 357 if ( xc_hypercall_bounce_pre(xch, call) ) in xc_memory_op() 363 ret = do_multicall_op(xch, HYPERCALL_BUFFER(call), 1); in xc_memory_op() 365 xc_hypercall_bounce_post(xch, call); in xc_memory_op()
|
| /tools/firmware/ |
| A D | Rules.mk | 16 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS)) 18 $(call cc-option-add,CFLAGS,CC,-fcf-protection=none) 22 $(call cc-option-add,CFLAGS,CC,-Wa$$(comma)-mx86-used-note=no)
|
| /tools/include/xen-foreign/ |
| A D | Makefile | 33 $(call move-if-changed,$@.tmp2,$@) 40 $(call move-if-changed,$@.tmp2,$@) 47 $(call move-if-changed,$@.tmp2,$@) 54 $(call move-if-changed,$@.tmp2,$@)
|
| /tools/tests/x86_emulator/ |
| A D | Makefile | 109 $(foreach isa,$(ISA),$(eval $(call isa-check-cc,$(isa)))) 129 3dnowa := $(call cc-option,$(CC),-m3dnowa,-march=k8) 172 $(foreach flavor,$(SIMD) $(FMA),$(eval $(call simd-defs,$(flavor)))) 173 $(foreach flavor,$(SG),$(eval $(call simd-sg-defs,$(flavor)))) 174 $(foreach flavor,$(AES),$(eval $(call simd-aes-defs,$(flavor)))) 175 $(foreach flavor,$(CLMUL),$(eval $(call simd-clmul-defs,$(flavor)))) 176 $(foreach flavor,$(SHA),$(eval $(call simd-sha-defs,$(flavor)))) 177 $(foreach flavor,$(GF),$(eval $(call simd-gf-defs,$(flavor)))) 178 $(foreach flavor,$(OPMASK),$(eval $(call opmask-defs,$(flavor)))) 297 $(call cc-option-add,HOSTCFLAGS-x86_64,HOSTCC,-no-pie) [all …]
|
| /tools/firmware/rombios/32bit/tcgbios/ |
| A D | Makefile | 7 $(call cc-option-add,CFLAGS,CC,-fno-pic) 8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
|
| /tools/helpers/ |
| A D | Makefile | 23 xen-init-dom0: LDLIBS += $(call xenlibs-ldlibs,ctrl toollog store light) 32 init-xenstore-domain: LDLIBS += $(call xenlibs-ldlibs,toollog store ctrl guest light) 39 init-dom0less: LDLIBS += $(call xenlibs-ldlibs,ctrl toollog store light guest foreignmemory)
|
| /tools/firmware/etherboot/patches/ |
| A D | boot_prompt_option.patch | 13 call exec 18 call print_character
|
| /tools/firmware/rombios/32bit/ |
| A D | Makefile | 7 $(call cc-option-add,CFLAGS,CC,-fno-pic) 8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
|
| /tools/firmware/hvmloader/ |
| A D | Makefile | 26 SMBIOS_REL_DATE ?= $(call date,"+%m/%d/%Y") 68 LDFLAGS-$(call ld-option,--warn-rwx-segments) := --no-warn-rwx-segments
|