/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/ |
H A D | lv-conf.inc | 47 -e "s|^([[:space:]]*#define LV_USE_LINUX_DRM[[:space:]]).*|\1${LVGL_CONFIG_USE_DRM}|" \ 49 -e "s|^([[:space:]]*#define LV_USE_LINUX_FBDEV[[:space:]]).*|\1${LVGL_CONFIG_USE_FBDEV}|" \ 51 -e "s|^([[:space:]]*#define LV_USE_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \ 52 -e "s|^([[:space:]]*#define LV_USE_DRAW_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \ 53 -e "s|^([[:space:]]*#define LV_SDL_BUF_COUNT[[:space:]]).*|\1 2|" \ 54 … -e "s|^([[:space:]]*#define LV_SDL_FULLSCREEN[[:space:]]).*|\1${LVGL_CONFIG_SDL_FULLSCREEN}|" \ 56 -e "s|^([[:space:]]*#define LV_COLOR_DEPTH[[:space:]]).*|\1${LVGL_CONFIG_LV_COLOR_DEPTH}|" \ 57 -e "s|^([[:space:]]*#define LV_MEM_CUSTOM[[:space:]]).*|\1${LVGL_CONFIG_LV_MEM_CUSTOM}|" \ 58 -e "s|^([[:space:]]*#define LV_MEM_SIZE[[:space:]]).*|\1${LVGL_CONFIG_LV_MEM_SIZE}|" \ 60 -e "s|^([[:space:]]*#define LV_TICK_CUSTOM[[:space:]]).*|\1 1|" \ [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm2-space.c | 31 static void tpm2_flush_sessions(struct tpm_chip *chip, struct tpm_space *space) in tpm2_flush_sessions() argument 35 for (i = 0; i < ARRAY_SIZE(space->session_tbl); i++) { in tpm2_flush_sessions() 36 if (space->session_tbl[i]) in tpm2_flush_sessions() 37 tpm2_flush_context(chip, space->session_tbl[i]); in tpm2_flush_sessions() 41 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size) in tpm2_init_space() argument 43 space->context_buf = kzalloc(buf_size, GFP_KERNEL); in tpm2_init_space() 44 if (!space->context_buf) in tpm2_init_space() 47 space->session_buf = kzalloc(buf_size, GFP_KERNEL); in tpm2_init_space() 48 if (space->session_buf == NULL) { in tpm2_init_space() 49 kfree(space->context_buf); in tpm2_init_space() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 026.out | 31 write failed: No space left on device 36 write failed: No space left on device 41 qemu-io: Failed to flush the L2 table cache: No space left on device 42 qemu-io: Failed to flush the refcount block cache: No space left on device 43 write failed: No space left on device 48 qemu-io: Failed to flush the L2 table cache: No space left on device 49 qemu-io: Failed to flush the refcount block cache: No space left on device 50 write failed: No space left on device 89 write failed: No space left on device 90 read failed: No space left on device [all …]
|
H A D | 026.out.nocache | 31 write failed: No space left on device 36 write failed: No space left on device 41 qemu-io: Failed to flush the L2 table cache: No space left on device 42 qemu-io: Failed to flush the refcount block cache: No space left on device 43 write failed: No space left on device 48 qemu-io: Failed to flush the L2 table cache: No space left on device 49 qemu-io: Failed to flush the refcount block cache: No space left on device 50 write failed: No space left on device 89 write failed: No space left on device 90 read failed: No space left on device [all …]
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 148 # - \s is not working with etags, use a space or [ \t] 153 '/^\(ENTRY\|_GLOBAL\)([[:space:]]*\([[:alnum:]_\\]*\)).*/\2/' 156 '/^SYSCALL_DEFINE[0-9]([[:space:]]*\([[:alnum:]_]*\).*/sys_\1/' 157 '/^BPF_CALL_[0-9]([[:space:]]*\([[:alnum:]_]*\).*/\1/' 158 '/^COMPAT_SYSCALL_DEFINE[0-9]([[:space:]]*\([[:alnum:]_]*\).*/compat_sys_\1/' 159 '/^TRACE_EVENT([[:space:]]*\([[:alnum:]_]*\).*/trace_\1/' 160 '/^TRACE_EVENT([[:space:]]*\([[:alnum:]_]*\).*/trace_\1_rcuidle/' 161 '/^DEFINE_EVENT([^,)]*,[[:space:]]*\([[:alnum:]_]*\).*/trace_\1/' 162 '/^DEFINE_EVENT([^,)]*,[[:space:]]*\([[:alnum:]_]*\).*/trace_\1_rcuidle/' 163 '/^DEFINE_INSN_CACHE_OPS([[:space:]]*\([[:alnum:]_]*\).*/get_\1_slot/' [all …]
|
/openbmc/linux/arch/s390/kvm/ |
H A D | gaccess.h | 109 * Copies a simple value from kernel space to a guest vcpu's lowcore. 132 * write_guest_lc - copy data from kernel space to guest vcpu's lowcore 135 * @data: source address in kernel space 138 * Copy data from kernel space to guest vcpu's lowcore. The entire range must 158 * read_guest_lc - copy data from guest vcpu's lowcore to kernel space 161 * @data: destination address in kernel space 164 * Copy data from guest vcpu's lowcore to kernel space. The entire range must 213 * write_guest_with_key - copy data from kernel space to guest space 217 * @data: source address in kernel space 221 * Copy @len bytes from @data (kernel space) to @ga (guest address). [all …]
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 10 #include "../free-space-cache.h" 17 * entry and remove space from either end and the middle, and make sure we can 18 * remove space that covers adjacent extent entries. 40 test_err("full remove left some lingering space"); in test_extents() 70 test_err("still have space at the front"); in test_extents() 75 test_err("still have space in the middle"); in test_extents() 80 test_err("still have space at the end"); in test_extents() 110 test_err("left some space in bitmap"); in test_bitmaps() 136 test_err("couldn't add space that straddles two bitmaps %d", in test_bitmaps() 143 test_err("couldn't remove overlapping space %d", ret); in test_bitmaps() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | budget.c | 13 * space management. 15 * Factors such as compression, wasted space at the ends of LEBs, space in other 17 * impossible to accurately predict the amount of space needed. Consequently 30 * When pessimistic budget calculations say that there is no enough space, 67 * This function runs garbage collector to make some more free space. Returns 75 /* Make some free space by garbage-collecting dirty space */ in run_gc() 108 * make_free_space - make more free space on the file-system. 112 * is supposedly no free space. But in most cases there is some free space: 114 * needed, so shrinking the liability is one way to make free space - the 115 * cached data will take less space then it was budgeted for; [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | budget.c | 13 * space management. 15 * Factors such as compression, wasted space at the ends of LEBs, space in other 17 * impossible to accurately predict the amount of space needed. Consequently 26 * When pessimistic budget calculations say that there is no enough space, 62 * This function runs garbage collector to make some more free space. Returns 70 /* Make some free space by garbage-collecting dirty space */ in run_gc() 100 * make_free_space - make more free space on the file-system. 104 * is supposedly no free space. But in most cases there is some free space: 106 * needed, so shrinking the liability is one way to make free space - the 107 * cached data will take less space then it was budgeted for; [all …]
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | usbdevfs_ioctl.sh | 10 …="^#[[:space:]]*define[[:space:]]+USBDEVFS_(\w+)(\(\w+\))?[[:space:]]+_IO[CWR]{0,2}\([[:space:]]*(… 11 grep -E "$regex" ${header_dir}/usbdevice_fs.h | grep -E -v 'USBDEVFS_\w+32[[:space:]]' | \ 17 regex="^#[[:space:]]*define[[:space:]]+USBDEVFS_(\w+)[[:space:]]+_IO[WR]{0,2}\([[:space:]]*'U'[[:sp… 18 grep -E $regex ${header_dir}/usbdevice_fs.h | grep -E 'USBDEVFS_\w+32[[:space:]]' | \
|
H A D | vhost_virtio_ioctl.sh | 7 regex='^#[[:space:]]*define[[:space:]]+VHOST_(\w+)[[:space:]]+_IOW?\([[:space:]]*VHOST_VIRTIO[[:spa… 14 regex='^#[[:space:]]*define[[:space:]]+VHOST_(\w+)[[:space:]]+_IOW?R\([[:space:]]*VHOST_VIRTIO[[:sp…
|
H A D | mount_flags.sh | 7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MS_([[:alnum:]_]+)[[:space:]]+([[:digit:]]+)[[:s… 11 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MS_([[:alnum:]_]+)[[:space:]]+\(1<<([[:digit:]]+…
|
/openbmc/u-boot/doc/mvebu/ |
H A D | armada-8k-memory.txt | 15 0xF0000000 0xF0FFFFFF AP Internal registers space 20 space. 23 space. 25 0xF6000000 0xF6FFFFFF CP-0 / PCIe#0 Memory space. 27 0xF7000000 0xF7FFFFFF CP-0 / PCIe#1 Memory space. 29 0xF8000000 0xF8FFFFFF CP-0 / PCIe#2 Memory space. 31 0xF9000000 0xF900FFFF CP-0 / PCIe#0 IO space. 33 0xF9010000 0xF901FFFF CP-0 / PCIe#1 IO space. 35 0xF9020000 0xF902FFFF CP-0 / PCIe#2 IO space. 39 0xFA000000 0xFAFFFFFF CP-1 / PCIe#0 Memory space. [all …]
|
/openbmc/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.sh | 17 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x000… 24 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00… 33 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00…
|
/openbmc/linux/arch/arm/mach-mv78xx0/ |
H A D | mv78xx0.h | 16 * c0000000 PCIe Memory space 17 * f0800000 PCIe #0 I/O space 18 * f0900000 PCIe #1 I/O space 19 * f0a00000 PCIe #2 I/O space 20 * f0b00000 PCIe #3 I/O space 21 * f0c00000 PCIe #4 I/O space 22 * f0d00000 PCIe #5 I/O space 23 * f0e00000 PCIe #6 I/O space 24 * f0f00000 PCIe #7 I/O space 29 * fee00000 f0800000 64K PCIe #0 I/O space [all …]
|
/openbmc/linux/include/linux/ |
H A D | rio_drv.h | 46 * rio_local_read_config_32 - Read 32 bits from local configuration space 48 * @offset: Offset into local configuration space 52 * device's configuration space. 61 * rio_local_write_config_32 - Write 32 bits to local configuration space 63 * @offset: Offset into local configuration space 67 * device's configuration space. 76 * rio_local_read_config_16 - Read 16 bits from local configuration space 78 * @offset: Offset into local configuration space 82 * device's configuration space. 91 * rio_local_write_config_16 - Write 16 bits to local configuration space [all …]
|
/openbmc/linux/sound/core/ |
H A D | memory.c | 15 * copy_to_user_fromio - copy data from mmio-space to user-space 16 * @dst: the destination pointer on user-space 20 * Copies the data from mmio-space to user-space. 35 * copy_to_iter_fromio - copy data from mmio-space to iov_iter 40 * Copies the data from mmio-space to iov_iter. 67 * copy_from_user_toio - copy data from user-space to mmio-space 68 * @dst: the destination pointer on mmio-space 69 * @src: the source pointer on user-space 72 * Copies the data from user-space to mmio-space. 87 * copy_from_iter_toio - copy data from iov_iter to mmio-space [all …]
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | 5level-paging.rst | 10 space and 64 TiB of physical address space. We are already bumping into 17 It bumps the limits to 128 PiB of virtual address space and 4 PiB of 18 physical address space. This "ought to be enough for anybody" ©. 34 User-space and large virtual address space 36 On x86, 5-level paging enables 56-bit userspace virtual address space. 37 Not all user space is ready to handle wide addresses. It's known that 42 To mitigate this, we are not going to allocate virtual address space 45 But userspace can ask for allocation from full address space by 50 occupied, we look for unmapped area in *full* address space, rather than 58 to allocation from 47-bit address space. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0005-RH-add-mpathconf.patch | 310 + sed -i '/^blacklist_exceptions[[:space:]]*{/ a\ 334 +if grep -q "^blacklist[[:space:]]*{" $TMPFILE ; then 338 +if grep -q "^blacklist_exceptions[[:space:]]*{" $TMPFILE ; then 342 +if grep -q "^defaults[[:space:]]*{" $TMPFILE ; then 363 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*devnode \"\.\?\*\""… 365 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*devn… 371 + if sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*wwid \"\.\?\*\"" ; … 373 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*wwid… 379 + if sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:sp… 381 + elif sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*find_multipaths[[:… [all …]
|
/openbmc/linux/lib/ |
H A D | iomap_copy.c | 10 * __iowrite32_copy - copy data to MMIO space, in 32-bit units 11 * @to: destination, in MMIO space (must be 32-bit aligned) 15 * Copy data from kernel space to MMIO space, in units of 32 bits at a 33 * __ioread32_copy - copy data from MMIO space, in 32-bit units 35 * @from: source, in MMIO space (must be 32-bit aligned) 38 * Copy data from MMIO space to kernel space, in units of 32 bits at a 54 * __iowrite64_copy - copy data to MMIO space, in 64-bit or 32-bit units 55 * @to: destination, in MMIO space (must be 64-bit aligned) 59 * Copy data from kernel space to MMIO space, in units of 32 or 64 bits at a
|
/openbmc/linux/Documentation/powerpc/ |
H A D | pci_iov_resource_on_powernv.rst | 57 - For DMA we then provide an entire address space for each PE that can 63 - For MSIs, we have two windows in the address space (one at the top of 64 the 32-bit space and one much higher) which, via a combination of the 75 from the CPU address space to the PCI address space. There is one M32 78 the CPU address space to the PCIe bus and must be naturally aligned 89 portion of address space from the CPU to PCIe 93 ignores that however and will forward in that space if we try). 96 maps each segment to a PE#. That allows portions of the MMIO space 102 onto a segment alignment/granularity so that the space behind a bridge 127 for large BARs in 64-bit space: [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | uaccess.h | 28 * get_user: - Get a simple variable from user space. 30 * @ptr: Source address, in user space. 35 * This macro copies a single simple variable from user space to kernel 36 * space. It supports simple types like char and int, but not larger 55 * put_user: - Write a simple value into user space. 56 * @x: Value to copy to user space. 57 * @ptr: Destination address, in user space. 62 * This macro copies a single simple value from kernel space to user 63 * space. It supports simple types like char and int, but not larger 80 * __get_user: - Get a simple variable from user space, with less checking. [all …]
|
/openbmc/linux/Documentation/PCI/ |
H A D | acpi-info.rst | 12 method for accessing PCI config space below it, the address space windows 33 reserving address space. The static tables are for things the OS needs to 45 describe all the address space they consume. This includes all the windows 53 space, since it is consumed by the host bridge. 58 spec defines Consumer/Producer only for the Extended Address Space 60 Address Space descriptors. Consequently, OSes have to assume all 63 Prior to the addition of Extended Address Space descriptors, the failure of 66 bridge registers (including ECAM space) in PNP0C02 catch-all devices [6]. 67 With the exception of ECAM, the bridge register space is device-specific 71 New architectures should be able to use "Consumer" Extended Address Space [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor.sh | 42 [[ "$line" =~ ^([0-9]+:[[:space:]][^:]+) ]] && intf="${BASH_REMATCH[1]}" 43 [[ "$line" =~ ^[[:space:]]*inet ]] && echo "[ADDR]$intf $line" 69 pfx_re='^\[ADDR\](Deleted )?[0-9]+:[[:space:]]*' 70 intf_re='([^ ]+)[[:space:]]+' 71 fam_re='([^ ]+)[[:space:]]+' 72 addr_re='([^/]+)/[0-9]+[[:space:]]+' 73 metric_re='(metric[[:space:]]+[^ ]+[[:space:]]+)?' 74 brd_re='(brd[[:space:]]+[^ ]+[[:space:]]+)?' 75 scope_re='scope[[:space:]]+([^ ]+)[[:space:]]*(.*)' 104 pfx_re='^\[LINK\](Deleted )?[0-9]+:[[:space:]]*' [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | space-info.c | 5 #include "space-info.h" 8 #include "free-space-cache.h" 18 * HOW DOES SPACE RESERVATION WORK 26 * 1) space_info. This is the ultimate arbiter of how much space we can use. 30 * determining if there is space to make an allocation. There is a space_info 36 * much space is accounted for in space_info->bytes_may_use. 66 * enough space 77 * Flushes various things attempting to free up space. 80 * This is called by anything that either subtracts space from 84 * completed. If it can the space is added to space_info->bytes_may_use and [all …]
|