Searched refs:endianess (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/avocado/ |
H A D | linux_ssh_mips_malta.py | 57 def get_url(self, endianess, path=''): argument 59 return '%s/mips%s/%s' % (self.BASE_URL, qkey[endianess], path) 61 def get_image_info(self, endianess): argument 62 dinfo = self.IMAGE_INFO[endianess] 63 image_url = self.get_url(endianess, dinfo['image_name']) 67 def get_kernel_info(self, endianess, wordsize): argument 69 kernel_url = self.get_url(endianess, 71 kernel_hash = self.IMAGE_INFO[endianess]['kernel_hash'][wordsize] 77 def boot_debian_wheezy_image_and_ssh_login(self, endianess, kernel_path): argument 78 image_url, image_hash = self.get_image_info(endianess) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/ |
H A D | 0001-Fix-build-on-big-endian-architectures.patch | 18 //TODO: add a test on the endianess of the system and define 32 /** change the "endianess" of a 16bit field */ 34 /** change the "endianess" of a 32bit field */
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | msgbuf.h | 65 #warning no endianess set
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | ldconfig-native_2.12.1.bb | 13 file://endianess-header.patch \
|
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | arch-microblaze.inc | 54 # Architecture name, either 'microblaze' or 'microblazeel' depending on endianess
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 110 + --with-endian=VALUE force system endianess
|
/openbmc/u-boot/doc/ |
H A D | README.power-framework | 31 different ICs use different endianess. For this reason struct pmic holds
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 83 #error unknown bitfield endianess
|
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | hacking.rst | 168 indipendente dall'ordine dei byte (endianess) di un processore. Inoltre, 399 per fare conversioni sull'ordine dei byte (endianess): esse ritornano
|
/openbmc/u-boot/scripts/ |
H A D | spelling.txt | 447 endianess||endianness
|
/openbmc/linux/scripts/ |
H A D | spelling.txt | 596 endianess||endianness
|
/openbmc/u-boot/ |
H A D | README | 416 Defines the endianess of the CPU. Implementation of those
|