| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | qemu_elf.c | 58 static bool init_states(QEMU_Elf *qe) in init_states() argument 60 Elf64_Phdr *phdr = elf64_getphdr(qe->map); in init_states() 74 qe->has_kernel_gs_base = 1; in init_states() 79 end_offset > qe->size) { in init_states() 80 end_offset = qe->size; in init_states() 84 nhdr = (void *)((uint8_t *)qe->map + offset); in init_states() 90 name = (char *)qe->map + offset; in init_states() 96 state = (void *)((uint8_t *)qe->map + offset); in init_states() 113 qe->has_kernel_gs_base = 0; in init_states() 121 qe->state_nr = states->len; in init_states() [all …]
|
| H A D | qemu_elf.h | 45 bool QEMU_Elf_init(QEMU_Elf *qe, const char *filename); 46 void QEMU_Elf_exit(QEMU_Elf *qe);
|
| H A D | main.c | 185 static bool fix_dtb(struct va_space *vs, QEMU_Elf *qe) in fix_dtb() argument 198 for (i = 0; i < qe->state_nr; i++) { in fix_dtb() 199 QEMUCPUState *s = qe->state[i]; in fix_dtb() 213 if (qe->has_kernel_gs_base) { in fix_dtb() 214 QEMUCPUState *s = qe->state[0]; in fix_dtb() 342 struct va_space *vs, QEMU_Elf *qe) in fill_context() argument 346 for (i = 0; i < qe->state_nr; i++) { in fill_context() 350 QEMUCPUState *s = qe->state[i]; in fill_context()
|
| /openbmc/u-boot/drivers/qe/ |
| H A D | Makefile | 5 obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o 6 obj-$(CONFIG_U_QE) += qe.o
|
| H A D | qe.c | 819 qe, 4, 0, qe_cmd,
|
| /openbmc/qemu/block/ |
| H A D | nfs.c | 154 const QDictEntry *qe; in nfs_has_filename_options_conflict() local 156 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in nfs_has_filename_options_conflict() 157 if (!strcmp(qe->key, "host") || in nfs_has_filename_options_conflict() 158 !strcmp(qe->key, "path") || in nfs_has_filename_options_conflict() 159 !strcmp(qe->key, "user") || in nfs_has_filename_options_conflict() 160 !strcmp(qe->key, "group") || in nfs_has_filename_options_conflict() 161 !strcmp(qe->key, "tcp-syn-count") || in nfs_has_filename_options_conflict() 162 !strcmp(qe->key, "readahead-size") || in nfs_has_filename_options_conflict() 163 !strcmp(qe->key, "page-cache-size") || in nfs_has_filename_options_conflict() 164 !strcmp(qe->key, "debug") || in nfs_has_filename_options_conflict() [all …]
|
| /openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
| H A D | README | 42 CPLD. QE-UEC and QE-UART can be enabled for linux kernel by setting "qe" 44 enable QE-TDM for linux kernel, set "qe;tdm" in hwconfig. Syntax is as below 46 'setenv hwconfig qe' to enable QE UEC/UART and disable Nor-Flash/CPLD. 47 'setenv hwconfig 'qe;tdm'' to enalbe QE TDM and disable Nor-Flash/CPLD.
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | gpio.txt | 122 compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank"; 129 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank"; 183 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank"; 197 compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
|
| /openbmc/u-boot/drivers/ |
| H A D | Makefile | 100 obj-$(CONFIG_QE) += qe/ 101 obj-$(CONFIG_U_QE) += qe/
|
| H A D | Kconfig | 85 source "drivers/qe/Kconfig"
|
| /openbmc/u-boot/configs/ |
| H A D | kmtegr1_defconfig | 28 CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),256k(qe-fw),128k(env),128k(envred),-(ubi0);app:…
|
| H A D | P1021RDB-PC_defconfig | 31 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_36BIT_defconfig | 32 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | TWR-P1025_defconfig | 31 …c000000.nor:256k(vsc7385-firmware),256k(dtb),5632k(kernel),57856k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_NAND_defconfig | 43 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_SPIFLASH_defconfig | 42 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_36BIT_SDCARD_defconfig | 42 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_SDCARD_defconfig | 41 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_36BIT_SPIFLASH_defconfig | 43 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| H A D | P1021RDB-PC_36BIT_NAND_defconfig | 44 …ef000000.nor:256k(vsc7385-firmware),256k(dtb),4608k(kernel),9728k(fs),256k(qe-ucode-firmware),1280…
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | immap_83xx.h | 843 u8 qe[0x100000]; /* QE block */ member 880 u8 qe[0x100000]; /* QE block */ member 929 u8 qe[0x100000]; /* QE block */ member
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jsrender.min.js | 3 …qe[e]=a),a):void 0}function C(e,n){return t.isFunction(e)?e.call(n):e}function A(e){var t,n=[],r=e…
|
| H A D | jquery-3.7.1.min.js | 2 …qe(){return!1}function Le(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&… function
|
| H A D | jquery.dataTables-1.13.8.min.js | 4 …for(var qe=(new Intl.NumberFormat).formatToParts(100000.1),n=0;n<qe.length;n++)"group"===qe[n].typ…
|
| /openbmc/ |
| D | opengrok1.0.log | 4018 2026-02-16 03:01:13.661-0600 FINEST t458 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec_phy.c' (2,517) at 20210308005003476 [all...] |