| /xen/xen/arch/x86/ |
| A D | arch.mk | 14 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS)) 15 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 16 $(call as-option-add,CFLAGS,CC,"vmcall",-DHAVE_AS_VMX) 19 $(call as-option-add,CFLAGS,CC,"rdrand %eax",-DHAVE_AS_RDRAND) 20 $(call as-option-add,CFLAGS,CC,"rdfsbase %rax",-DHAVE_AS_FSGSBASE) 21 $(call as-option-add,CFLAGS,CC,"xsaveopt (%rax)",-DHAVE_AS_XSAVEOPT) 22 $(call as-option-add,CFLAGS,CC,"rdseed %eax",-DHAVE_AS_RDSEED) 23 $(call as-option-add,CFLAGS,CC,"clwb (%rax)",-DHAVE_AS_CLWB) 30 $(call as-option-add,CFLAGS,CC,\ 34 $(call as-option-add,CFLAGS,CC,\ [all …]
|
| A D | physdev.c | 484 struct physdev_pci_device_add add; in do_physdev_op() local 489 if ( copy_from_guest(&add, arg, 1) != 0 ) in do_physdev_op() 492 pdev_info.is_extfn = !!(add.flags & XEN_PCI_DEV_EXTFN); in do_physdev_op() 493 if ( add.flags & XEN_PCI_DEV_VIRTFN ) in do_physdev_op() 496 pdev_info.physfn.bus = add.physfn.bus; in do_physdev_op() 497 pdev_info.physfn.devfn = add.physfn.devfn; in do_physdev_op() 502 if ( add.flags & XEN_PCI_DEV_PXM ) in do_physdev_op() 506 sizeof(add.optarr[0]); in do_physdev_op() 516 ret = pci_add_device(add.seg, add.bus, add.devfn, &pdev_info, node); in do_physdev_op()
|
| /xen/xen/arch/arm/arm32/ |
| A D | entry.S | 167 add r11, sp, #(UREGS_kernel_sizeof + 4) 258 add sp, sp, #1 /* Reset 7 */ 259 add sp, sp, #1 /* Undef 6 */ 260 add sp, sp, #1 /* Hypervisor call 5 */ 261 add sp, sp, #1 /* Prefetch abort 4 */ 262 add sp, sp, #1 /* Data abort 3 */ 263 add sp, sp, #1 /* Hypervisor 2 */ 264 add sp, sp, #1 /* IRQ 1 */ 278 add sp, sp, #1 /* Reset 7 */ 440 add ip, r0, #VCPU_arch_saved_context [all …]
|
| A D | head.S | 65 add \dst, \dst, r10 161 add r8, r10 /* r8 := paddr(DTB) */ 216 add r0, r0, r10 /* Apply physical offset */ 337 add pc, r1, r10 /* Call paddr(init func) */ 384 add r4, r4, r10 /* r4 := paddr(\tlb) */ 467 add r2, r2, #PAGE_SIZE /* Next page */ 468 add r1, r1, #8 /* Next slot */ 544 add r0, r0, r10 /* r0 := paddr (boot_pagetable) */ 652 add r3, #INITINFO_stack /* Find the boot-time stack */ 654 add sp, #STACK_SIZE /* (which grows down from the top). */ [all …]
|
| /xen/xen/arch/x86/boot/ |
| A D | head.S | 270 add MB2_tag_size(%rcx),%ecx 568 add $TRAMPOLINE_SPACE,%ecx 662 2: add $8, %eax 675 add $1, %ecx 694 add $1, %ecx 703 add $PAGE_SIZE, %eax 705 add $PAGE_SIZE, %eax 707 add $PAGE_SIZE, %eax 726 add %edx, (%edi, %eax) 727 add $4,%edi [all …]
|
| /xen/xen/arch/arm/arm64/ |
| A D | entry.S | 44 add x21, sp, #UREGS_SPSR_el1 50 add x21, sp, #UREGS_SP_el0 54 add x21, sp, #UREGS_SP_el1 61 add x21, sp, #UREGS_SPSR_fiq 66 add x21, sp, #UREGS_SPSR_und 77 add x21, sp, #UREGS_SPSR_el1 83 add x21, sp, #UREGS_SP_el0 87 add x21, sp, #UREGS_SP_el1 94 add x21, sp, #UREGS_SPSR_fiq 99 add x21, sp, #UREGS_SPSR_und [all …]
|
| A D | cache.S | 45 add x1, x0, x1 49 add x0, x0, x2
|
| /xen/xen/arch/arm/ |
| A D | arch.mk | 6 $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS)) 7 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 15 $(call cc-option-add,CFLAGS-$(CONFIG_ARM_64),CC,-mno-outline-atomics)
|
| /xen/xen/arch/arm/arm32/lib/ |
| A D | findbit.S | 33 add r2, r2, #8 @ next bit pointer 56 add r2, r2, #1 @ align bit pointer 74 add r2, r2, #8 @ next bit pointer 96 add r2, r2, #1 @ align bit pointer 112 add r2, r2, #8 @ next bit pointer 132 add r2, r2, #1 @ align bit pointer 146 add r2, r2, #8 @ next bit pointer 165 add r2, r2, #1 @ align bit pointer 180 add r0, r2, r3
|
| A D | memmove.S | 34 add r1, r1, r2 35 add r0, r0, r2 54 CALGN( add pc, r4, ip ) 84 add pc, pc, ip 185 16: add r1, r1, #(\pull / 8)
|
| /xen/ |
| A D | Config.mk | 99 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3))) 100 define cc-option-add-closure 106 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o))) 191 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement) 192 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement) 193 $(call cc-option-add,CFLAGS,CC,-Wno-unused-but-set-variable) 194 $(call cc-option-add,CFLAGS,CC,-Wno-unused-local-typedefs)
|
| /xen/xen/arch/arm/arm64/lib/ |
| A D | memset.S | 93 add dst, dst, tmp2 119 add dst, dst, count 140 add dst, dst, #16 201 add dst, dst, #64 204 add dst, dst, tmp2 209 add dst, dst, zva_len_x
|
| A D | memcmp.S | 119 add tmp3, tmp3, tmp1 120 add limit_wd, limit_wd, tmp3, lsr #3 121 add limit, limit, tmp1/* Adjust the limit for the extra. */ 142 add tmp1, tmp1, #8/*valid length in the first 8 bytes of src1*/ 145 add tmp2, tmp2, #8/*valid length in the first 8 bytes of src2*/ 171 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/ 172 add src2, src2, tmp3
|
| A D | strncmp.S | 145 add limit, limit, tmp1 146 add tmp3, tmp3, tmp1 149 add limit_wd, limit_wd, tmp3, lsr #3 161 add tmp1, tmp1, #8 164 add tmp2, tmp2, #8 192 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/ 193 add src2, src2, tmp3
|
| /xen/tools/hotplug/Linux/ |
| A D | block-dummy | 54 add() 98 add) 99 add
|
| A D | remus-netbuf-setup | 98 if ! command -v nl-qdisc-add > /dev/null 2>&1; then 164 do_or_die tc qdisc add dev "$vif" ingress 166 tc filter add dev "$vif" parent ffff: proto ip prio 10 \ 180 nl-qdisc-add --dev="$ifb" --parent root plug >/dev/null 2>&1 188 nl-qdisc-add --dev="$ifb" --parent root \
|
| A D | block-tap | 90 add() function 114 add) 115 add
|
| A D | block-iscsi | 120 add() 144 add) 146 add
|
| A D | colo-proxy-setup | 40 do_without_error tc qdisc add dev $vifname root handle 1: prio 41 do_without_error tc filter add dev $vifname parent 1: protocol ip prio 10 \ 43 do_without_error tc filter add dev $vifname parent 1: protocol arp prio 11 \ 45 do_without_error tc filter add dev $vifname parent 1: protocol ipv6 prio \ 86 do_without_error ip link add name $forwardbr type bridge
|
| /xen/xen/xsm/flask/ss/ |
| A D | services.c | 1976 struct ocontext *add; in security_ocontext_add() local 1980 add->sid = sid; in security_ocontext_add() 2040 prev->next = add; in security_ocontext_add() 2081 add->u.device = low; in security_ocontext_add() 2116 xfree(add); in security_ocontext_add() 2249 if ( add == NULL ) in security_devicetree_setlabel() 2254 add->sid = sid; in security_devicetree_setlabel() 2255 add->u.name = path; in security_devicetree_setlabel() 2288 if ( add && ret == 0 ) in security_devicetree_setlabel() 2292 add = NULL; in security_devicetree_setlabel() [all …]
|
| /xen/docs/misc/ |
| A D | distro_mapping.txt | 19 To add support for new distributions that don't use the above locations, 20 one must grep for the above elements and add appropriate checks. 23 sufficient to set CONFIG_LEAF_DIR=bork; one must also add tests for the
|
| /xen/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)
|
| /xen/xen/scripts/ |
| A D | Kbuild.include | 35 # as-option-add: Conditionally add options to flags 36 # Usage: $(call as-option-add,CFLAGS,CC,"insn",option-yes,option-no) 37 as-option-add = $(eval $(call as-option-add-closure,$(1),$(2),$(3),$(4),$(5))) 38 define as-option-add-closure
|
| /xen/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)
|
| /xen/docs/process/ |
| A D | branching-checklist.txt | 40 git add -p 55 * add branch to osstest 56 ie add both eg qemu-upstream-4.2-testing and xen-4.2-testing to BRANCHES in cr-for-branches 58 * add to patchbot 71 git add versions
|