/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | head.S | 114 add x13, x18, #0x16 251 add x21, x21, x20 /* x21 := paddr(DTB) */ 285 add x0, x0, x20 /* Apply physical offset */ 328 add x0, x0, x20 /* Apply physical offset */ 329 add x1, x1, x20 432 add x4, x4, x20 /* x4 := paddr(boot_first) */ 491 add x2, x2, #PAGE_SIZE /* Next page */ 492 add x1, x1, #8 /* Next slot */ 648 add x11, x11, x10 753 add x1, x1, #:lo12:_start [all …]
|
A D | entry.S | 28 add x21, sp, #UREGS_SPSR_el1 34 add x21, sp, #UREGS_SP_el0 38 add x21, sp, #UREGS_SP_el1 45 add x21, sp, #UREGS_SPSR_fiq 50 add x21, sp, #UREGS_SPSR_und 61 add x21, sp, #UREGS_SPSR_el1 67 add x21, sp, #UREGS_SP_el0 71 add x21, sp, #UREGS_SP_el1 78 add x21, sp, #UREGS_SPSR_fiq 83 add x21, sp, #UREGS_SPSR_und [all …]
|
A D | cache.S | 45 add x1, x0, x1 49 add x0, x0, x2
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | head.S | 109 add r8, r10 /* r8 := paddr(DTB) */ 143 add r0, r0, r10 /* Apply physical offset */ 191 add r0, r0, r10 /* Apply physical offset */ 192 add r1, r1, r10 301 add r1, r1, r10 /* r1 := paddr (boot_third) */ 328 add r4, r4, r10 /* r4 := paddr (boot_third) */ 339 add r2, r2, #PAGE_SIZE /* Next page */ 340 add r1, r1, #8 /* Next slot */ 398 add r2, r2, r10 /* r2 := paddr (xen_fixmap) */ 513 add r7, r7, r6 [all …]
|
A D | entry.S | 24 add r11, sp, #UREGS_kernel_sizeof+4; \ 198 add sp, #(UREGS_SP_usr - UREGS_sp); /* SP, LR, SPSR, PC */ 211 add ip, r0, #VCPU_arch_saved_context 214 add r4, r1, #VCPU_arch_saved_context
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | head.S | 267 add MB2_tag_size(%rcx),%ecx 268 add $(MULTIBOOT2_TAG_ALIGN-1),%ecx 346 add %esi,gdt_boot_base(%rip) 403 add %esi, sym_esi(gdt_boot_base) 495 add MB2_tag_size(%ecx),%ecx 496 add $(MULTIBOOT2_TAG_ALIGN-1),%ecx 506 add %esi,sym_esi(gdt_boot_base) 579 add $TRAMPOLINE_SPACE,%ecx 696 add %edx,%fs:(%edi,%eax) 697 add $4,%edi [all …]
|
/xen-4.10.0-shim-comet/ |
A D | Config.mk | 107 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3))) 108 define cc-option-add-closure 114 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o))) 220 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement) 221 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement) 222 $(call cc-option-add,CFLAGS,CC,-Wno-unused-but-set-variable) 223 $(call cc-option-add,CFLAGS,CC,-Wno-unused-local-typedefs)
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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
|
A D | bitops.S | 30 add x1, x1, x0, lsr #3 // Get word offset 45 add x1, x1, x0, lsr #3 // Get word offset
|
A D | strcmp.S | 116 add tmp1, tmp1, #8 119 add tmp2, tmp2, #8 141 add src1, src1, tmp3 142 add src2, src2, tmp3
|
/xen-4.10.0-shim-comet/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 \
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | services.c | 1974 struct ocontext *add; in security_ocontext_add() local 1978 add->sid = sid; in security_ocontext_add() 2038 prev->next = add; in security_ocontext_add() 2079 add->u.device = low; in security_ocontext_add() 2114 xfree(add); in security_ocontext_add() 2247 if ( add == NULL ) in security_devicetree_setlabel() 2252 add->sid = sid; in security_devicetree_setlabel() 2253 add->u.name = path; in security_devicetree_setlabel() 2286 if ( add && ret == 0 ) in security_devicetree_setlabel() 2290 add = NULL; in security_devicetree_setlabel() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | physdev.c | 488 struct physdev_pci_device_add add; in do_physdev_op() local 493 if ( copy_from_guest(&add, arg, 1) != 0 ) in do_physdev_op() 496 pdev_info.is_extfn = !!(add.flags & XEN_PCI_DEV_EXTFN); in do_physdev_op() 497 if ( add.flags & XEN_PCI_DEV_VIRTFN ) in do_physdev_op() 500 pdev_info.physfn.bus = add.physfn.bus; in do_physdev_op() 501 pdev_info.physfn.devfn = add.physfn.devfn; in do_physdev_op() 506 if ( add.flags & XEN_PCI_DEV_PXM ) in do_physdev_op() 510 sizeof(add.optarr[0]); in do_physdev_op() 520 ret = pci_add_device(add.seg, add.bus, add.devfn, &pdev_info, node); in do_physdev_op()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 81 state.raw_special.add(val) 84 state.raw_pv.add(val) 85 state.raw_hvm_shadow.add(val) 86 state.raw_hvm_hap.add(val) 88 state.raw_hvm_shadow.add(val) 89 state.raw_hvm_hap.add(val) 91 state.raw_hvm_hap.add(val)
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/misc/ |
A D | distro_mapping.txt | 20 To add support for new distributions that don't use the above locations, 21 one must grep for the above elements and add appropriate checks. 24 sufficient to set CONFIG_LEAF_DIR=bork; one must also add tests for the
|
/xen-4.10.0-shim-comet/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)
|