/openbmc/linux/Documentation/arch/x86/ |
H A D | zero-page.rst | 16 000/040 ALL screen_info Text mode or frame buffer information 18 040/014 ALL apm_bios_info APM BIOS information (struct apm_bios_info) 19 058/008 ALL tboot_addr Physical address of tboot shared page 20 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information 22 070/008 ALL acpi_rsdp_addr Physical address of ACPI RSDP table 23 080/010 ALL hd0_info hd0 disk parameter, OBSOLETE!! 24 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!! 25 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table), 27 0B0/010 ALL olpc_ofw_header OLPC's OpenFirmware CIF and friends 28 0C0/004 ALL ext_ramdisk_image ramdisk_image high 32bits [all …]
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | config.mk | 21 ALL-y += u-boot-spl_HS_MLO 22 ALL-y += u-boot-spl_HS_ULO 23 ALL-y += u-boot-spl_HS_X-LOADER 33 ALL-y += u-boot-spl_HS_SPI_X-LOADER 34 ALL-y += u-boot-spl_HS_ISSW 50 ALL-y += u-boot-spl_HS_SPI_X-LOADER 51 ALL-y += u-boot-spl_HS_X-LOADER 52 ALL-y += u-boot-spl_HS_MLO 53 ALL-y += u-boot-spl_HS_2ND 56 ALL-y += MLO [all …]
|
/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/sudo/ |
H A D | sudo_%.bbappend | 5 sed -i -e 's:root ALL=(ALL) ALL:#root ALL=(ALL) ALL:' ${D}${sysconfdir}/sudoers
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 263 TRANS(add_w, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_SIGN, tcg_gen_add_tl) 265 TRANS(sub_w, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_SIGN, tcg_gen_sub_tl) 267 TRANS(and, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_and_tl) 268 TRANS(or, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_or_tl) 269 TRANS(xor, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_xor_tl) 270 TRANS(nor, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_nor_tl) 271 TRANS(andn, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_andc_tl) 272 TRANS(orn, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_orc_tl) 273 TRANS(slt, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, gen_slt) 274 TRANS(sltu, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, gen_sltu) [all …]
|
H A D | trans_bit.c.inc | 181 TRANS(ext_w_h, ALL, gen_rr, EXT_NONE, EXT_NONE, tcg_gen_ext16s_tl) 182 TRANS(ext_w_b, ALL, gen_rr, EXT_NONE, EXT_NONE, tcg_gen_ext8s_tl) 183 TRANS(clo_w, ALL, gen_rr, EXT_NONE, EXT_NONE, gen_clo_w) 184 TRANS(clz_w, ALL, gen_rr, EXT_ZERO, EXT_NONE, gen_clz_w) 185 TRANS(cto_w, ALL, gen_rr, EXT_NONE, EXT_NONE, gen_cto_w) 186 TRANS(ctz_w, ALL, gen_rr, EXT_NONE, EXT_NONE, gen_ctz_w) 191 TRANS(revb_2h, ALL, gen_rr, EXT_NONE, EXT_SIGN, gen_revb_2h) 197 TRANS(bitrev_4b, ALL, gen_rr, EXT_ZERO, EXT_SIGN, gen_helper_bitswap) 199 TRANS(bitrev_w, ALL, gen_rr, EXT_NONE, EXT_SIGN, gen_helper_bitrev_w) 201 TRANS(maskeqz, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, gen_maskeqz) [all …]
|
H A D | trans_branch.c.inc | 75 TRANS(beq, ALL, gen_rr_bc, TCG_COND_EQ) 76 TRANS(bne, ALL, gen_rr_bc, TCG_COND_NE) 77 TRANS(blt, ALL, gen_rr_bc, TCG_COND_LT) 78 TRANS(bge, ALL, gen_rr_bc, TCG_COND_GE) 79 TRANS(bltu, ALL, gen_rr_bc, TCG_COND_LTU) 80 TRANS(bgeu, ALL, gen_rr_bc, TCG_COND_GEU) 81 TRANS(beqz, ALL, gen_rz_bc, TCG_COND_EQ) 82 TRANS(bnez, ALL, gen_rz_bc, TCG_COND_NE)
|
H A D | trans_shift.c.inc | 75 TRANS(sll_w, ALL, gen_rrr, EXT_ZERO, EXT_NONE, EXT_SIGN, gen_sll_w) 76 TRANS(srl_w, ALL, gen_rrr, EXT_ZERO, EXT_NONE, EXT_SIGN, gen_srl_w) 77 TRANS(sra_w, ALL, gen_rrr, EXT_SIGN, EXT_NONE, EXT_SIGN, gen_sra_w) 83 TRANS(slli_w, ALL, gen_rri_c, EXT_NONE, EXT_SIGN, tcg_gen_shli_tl) 85 TRANS(srli_w, ALL, gen_rri_c, EXT_ZERO, EXT_SIGN, tcg_gen_shri_tl) 87 TRANS(srai_w, ALL, gen_rri_c, EXT_NONE, EXT_NONE, gen_sari_w)
|
H A D | trans_memory.c.inc | 153 TRANS(ld_b, ALL, gen_load, MO_SB) 154 TRANS(ld_h, ALL, gen_load, MO_TESW) 155 TRANS(ld_w, ALL, gen_load, MO_TESL) 157 TRANS(st_b, ALL, gen_store, MO_UB) 158 TRANS(st_h, ALL, gen_store, MO_TEUW) 159 TRANS(st_w, ALL, gen_store, MO_TEUL) 161 TRANS(ld_bu, ALL, gen_load, MO_UB) 162 TRANS(ld_hu, ALL, gen_load, MO_TEUW)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/ |
H A D | Makefile-error-fix.patch | 43 -ALL = sgpio 45 -all: $(ALL) 56 -install: $(ALL) 57 - for i in $(ALL); do \ 64 - for i in $(ALL); do \ 67 - for i in $(ALL:=.1); do \ 97 +ALL = sgpio 100 +all: $(ALL) 111 +install: $(ALL) 112 + for i in $(ALL); do \ [all …]
|
/openbmc/openbmc/meta-ibm/recipes-extended/sudo/ |
H A D | sudo_%.bbappend | 7 sed -i 's/# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/' ${D}${sysconfdir}/sudoers
|
/openbmc/openbmc/meta-security/recipes-security/libmhash/files/ |
H A D | Makefile.test | 5 ALL = mhash 7 all: $(ALL) 13 rm -f *.debug $(ALL)
|
/openbmc/linux/drivers/uio/ |
H A D | uio_mf624.c | 30 enum mf624_interrupt_source {ADC, CTR4, ALL}; enumerator 50 case ALL: in mf624_disable_interrupt() 78 case ALL: in mf624_enable_interrupt() 110 mf624_disable_interrupt(ALL, info); in mf624_irqcontrol() 112 mf624_enable_interrupt(ALL, info); in mf624_irqcontrol() 199 mf624_disable_interrupt(ALL, info); in mf624_pci_remove()
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 125 ALL-y += checkarmreloc 157 ALL-y += SPL 161 ALL-y += u-boot-dtb.imx 163 ALL-y += u-boot.imx 167 ALL-y += u-boot.vyb
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.spl | 209 ALL-y += $(obj)/$(SPL_BIN).bin 212 ALL-y += $(obj)/$(BOARD)-spl.bin 216 ALL-y += $(obj)/$(SPL_BIN).sfp 220 ALL-y += $(obj)/sunxi-spl.bin 223 ALL-y += $(obj)/sunxi-spl-with-ecc.bin 228 ALL-y += boot.bin 231 ALL-$(CONFIG_SPL_X86_16BIT_INIT) += $(obj)/u-boot-x86-16bit-spl.bin 233 ALL-$(CONFIG_ARCH_ZYNQ) += $(obj)/boot.bin 234 ALL-$(CONFIG_ARCH_ZYNQMP) += $(obj)/boot.bin 236 ALL-$(CONFIG_ARCH_MEDIATEK) += $(obj)/u-boot-spl-mtk.bin [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 696 P4_GEN_ESCR_EMASK(P4_EVENT_SSE_INPUT_ASSIST, ALL, 15), 698 P4_GEN_ESCR_EMASK(P4_EVENT_PACKED_SP_UOP, ALL, 15), 700 P4_GEN_ESCR_EMASK(P4_EVENT_PACKED_DP_UOP, ALL, 15), 702 P4_GEN_ESCR_EMASK(P4_EVENT_SCALAR_SP_UOP, ALL, 15), 704 P4_GEN_ESCR_EMASK(P4_EVENT_SCALAR_DP_UOP, ALL, 15), 706 P4_GEN_ESCR_EMASK(P4_EVENT_64BIT_MMX_UOP, ALL, 15), 708 P4_GEN_ESCR_EMASK(P4_EVENT_128BIT_MMX_UOP, ALL, 15), 710 P4_GEN_ESCR_EMASK(P4_EVENT_X87_FP_UOP, ALL, 15),
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | item_updater.hpp | 82 ALL enumerator 90 UpdaterType type = UpdaterType::ALL, in ItemUpdater() 108 if (type == UpdaterType::BMC || type == UpdaterType::ALL) in ItemUpdater() 112 if (type == UpdaterType::BIOS || type == UpdaterType::ALL) in ItemUpdater()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 2672 TRANS(Bicc, ALL, do_bpcc, a) in TRANS() argument 2687 TRANS(FBfcc, ALL, do_fbpfcc, a) in TRANS() argument 3273 TRANS(WRY, ALL, do_wr_special, a, true, do_wry) in TRANS() argument 3728 TRANS(ADD, ALL, do_arith, a, tcg_gen_add_tl, tcg_gen_addi_tl, gen_op_addcc) in TRANS() argument 3729 TRANS(SUB, ALL, do_arith, a, tcg_gen_sub_tl, tcg_gen_subi_tl, gen_op_subcc) in TRANS() 3730 TRANS(ADDC, ALL, do_arith, a, gen_op_addc, NULL, gen_op_addccc) in TRANS() 3731 TRANS(SUBC, ALL, do_arith, a, gen_op_subc, NULL, gen_op_subccc) in TRANS() 3733 TRANS(TADDcc, ALL, do_arith, a, NULL, NULL, gen_op_taddcc) in TRANS() 3734 TRANS(TSUBcc, ALL, do_arith, a, NULL, NULL, gen_op_tsubcc) in TRANS() 3735 TRANS(TADDccTV, ALL, do_arith, a, NULL, NULL, gen_op_taddcctv) in TRANS() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/ |
H A D | sudo_1.9.16p2.bb | 36 sed -i 's/# \(%wheel ALL=(ALL) ALL\)/\1/' ${D}${sysconfdir}/sudoers
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
H A D | tgtd.init | 54 tgt-admin --update ALL -c /dev/null &>/dev/null 74 tgt-admin --update ALL -c $TGTD_CONFIG &>/dev/null
|
/openbmc/u-boot/ |
H A D | Makefile | 811 ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check 813 ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin 815 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin 820 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot.pbl 823 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin 825 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img 828 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img 830 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img 833 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin 834 ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb [all …]
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | config.mk | 12 ALL-y += u-boot_HS_MLO 14 ALL-y += MLO
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | 0BSD | 5 …RE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUD…
|
H A D | ISC | 9 … SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUD…
|
/openbmc/u-boot/board/BuR/brppt1/ |
H A D | config.mk | 28 ALL-y += $(hw-platform-y)_prog.bin 29 ALL-y += $(hw-platform-y)_prod.zip
|
/openbmc/u-boot/Licenses/ |
H A D | isc.txt | 10 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 11 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|