Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 1997) sorted by relevance

12345678910>>...80

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/
H A Dlv-conf.inc43 -e "s|^([[:space:]]*#define LV_USE_LINUX_DRM[[:space:]]).*|\1${LVGL_CONFIG_USE_DRM}|" \
47 -e "s|^([[:space:]]*#define LV_USE_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \
48 -e "s|^([[:space:]]*#define LV_USE_DRAW_SDL[[:space:]]).*|\1${LVGL_CONFIG_USE_SDL}|" \
49 -e "s|^([[:space:]]*#define LV_SDL_BUF_COUNT[[:space:]]).*|\1 2|" \
56 -e "s|^([[:space:]]*#define LV_TICK_CUSTOM[[:space:]]).*|\1 1|" \
57 -e "s|^([[:space:]]*#define LV_TICK_CUSTOM_INCLUDE[[:space:]]).*|\1 <stdint.h>|" \
62 -e "s|^([[:space:]]*#define LV_USE_ASSERT_NULL[[:space:]]).*|\1${DEBUG_BUILD}|" \
63 -e "s|^([[:space:]]*#define LV_USE_ASSERT_MALLOC[[:space:]]).*|\1${DEBUG_BUILD}|" \
64 -e "s|^([[:space:]]*#define LV_USE_ASSERT_STYLE[[:space:]]).*|\1${DEBUG_BUILD}|" \
66 -e "s|^([[:space:]]*#define LV_USE_ASSERT_OBJ[[:space:]]).*|\1${DEBUG_BUILD}|" \
[all …]
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c36 if (space->session_tbl[i]) in tpm2_flush_sessions()
44 if (!space->context_buf) in tpm2_init_space()
67 kfree(space->context_buf); in tpm2_del_space()
68 kfree(space->session_buf); in tpm2_del_space()
170 if (space->context_tbl[i] && ~space->context_tbl[i]) in tpm2_flush_space()
231 if (i >= ARRAY_SIZE(space->context_tbl) || !space->context_tbl[i]) in tpm2_map_to_phandle()
306 if (!space) in tpm2_prepare_space()
499 if (!(space->context_tbl[i] && ~space->context_tbl[i])) in tpm2_save_space()
503 space->context_buf, space->buf_size, in tpm2_save_space()
520 space->session_buf, space->buf_size, in tpm2_save_space()
[all …]
/openbmc/u-boot/doc/mvebu/
H A Darmada-8k-memory.txt15 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.
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.
45 0xFD000000 0xFD00FFFF CP-1 / PCIe#0 IO space.
47 0xFD010000 0xFD01FFFF CP-1 / PCIe#1 IO space.
[all …]
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_dmi.c25 unsigned int space; /* addr space for si, intf# for ssif */ member
36 unsigned int space, in dmi_add_platform_ipmi() argument
71 p.space = space; in dmi_add_platform_ipmi()
82 info->space = space; in dmi_add_platform_ipmi()
100 int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space, in ipmi_dmi_get_slave_addr() argument
107 info->space == space && in ipmi_dmi_get_slave_addr()
129 int space = IPMI_IO_ADDR_SPACE; in dmi_decode_ipmi() local
149 space = 0; /* Match I2C interface 0. */ in dmi_decode_ipmi()
166 space = IPMI_MEM_ADDR_SPACE; in dmi_decode_ipmi()
210 dmi_add_platform_ipmi(base_addr, space, slave_addr, irq, in dmi_decode_ipmi()
/openbmc/qemu/tests/qemu-iotests/
H A D026.out31 write failed: No space left on device
36 write failed: No space left on device
43 write failed: 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
97 write failed: No space left on device
98 read failed: No space left on device
105 write failed: No space left on device
106 read failed: No space left on device
[all …]
H A D026.out.nocache31 write failed: No space left on device
36 write failed: No space left on device
43 write failed: 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
97 write failed: No space left on device
98 read failed: No space left on device
105 write failed: No space left on device
106 read failed: No space left on device
[all …]
/openbmc/linux/Documentation/riscv/
H A Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
53 ffffffc800000000 | -224 GB | ffffffd7ffffffff | 64 GB | vmalloc/ioremap space
140 To maintain compatibility with software that relies on the VA space with a
143 passing 0 into the hint address parameter of mmap. On CPUs with an address space
144 smaller than sv48, the CPU maximum supported address space will be the default.
146 Software can "opt-in" to receiving VAs from another VA space by providing
148 address space that fits entirely into the hint to be used, unless there is no
149 space left in the address space. If there is no space available in the requested
150 address space, an address in the next smallest available address space will be
153 For example, in order to obtain 48-bit VA space, a hint address greater than
[all …]
/openbmc/linux/Documentation/arch/x86/x86_64/
H A D5level-paging.rst10 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
58 to allocation from 47-bit address space.
61 about large address space without manually tracking allocated virtual
[all …]
H A Dmm.rst13 from the top of the 64-bit address space. It's easier to understand the layout
17 64-bit address space (ffffffffffffffff).
19 Note that as we get closer to the top of the address space, the notation changes
24 It also shows it nicely how incredibly large 64-bit address space is.
63 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
67 ffffffffa0000000 |-1536 MB | fffffffffeffffff | 1520 MB | module mapping space
80 - With 56-bit addresses, user-space memory gets expanded by a factor of 512x,
122 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
126 ffffffffa0000000 |-1536 MB | fffffffffeffffff | 1520 MB | module mapping space
136 This causes hole between user space and kernel addresses if you interpret them
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0005-RH-add-mpathconf.patch365 + elif sed -n '/^blacklist[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*#[[:space:]]*devn…
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[[:
384 + if sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*user_friendly_names[…
386 + elif sed -n '/^defaults[[:space:]]*{/,/^}/ p' $TMPFILE | grep -q "^[[:space:]]*user_friendly_name…
454 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*#[[:space:]]*wwid \"\.\?\*\"/ wwid ".*"/' …
476 + sed -i '/^blacklist[[:space:]]*{/,/^}/ s/^[[:space:]]*#[[:space:]]*devnode \"\.\?\*\"/ devnode "…
482 + sed -i '/^defaults[[:space:]]*{/,/^}/ s/^[[:space:]]*find_multipaths[[:space:]]*\(yes\|1\)/ find…
492 + sed -i '/^defaults[[:space:]]*{/,/^}/ s/^[[:space:]]*find_multipaths[[:space:]]*\(no\|0\)/ find_…
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dacpi-ext.c62 struct csr_space *space = data; in find_csr_space() local
71 space->base = addr.address.minimum; in find_csr_space()
72 space->length = addr.address.address_length; in find_csr_space()
80 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
82 acpi_walk_resources(obj, METHOD_NAME__CRS, find_csr_space, &space); in hp_crs_locate()
83 if (!space.length) in hp_crs_locate()
86 *base = space.base; in hp_crs_locate()
87 *length = space.length; in hp_crs_locate()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dcgs_common.h108 typedef uint32_t (*cgs_read_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space,
117 typedef void (*cgs_write_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space,
133 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
134 …cgs_write_ind_register(device, space, ix##reg, (cgs_read_ind_register(device, space, ix##reg) & ~C…
169 #define cgs_read_ind_register(dev,space,index) \ argument
170 CGS_CALL(read_ind_register,dev,space,index)
171 #define cgs_write_ind_register(dev,space,index,value) \ argument
172 CGS_CALL(write_ind_register,dev,space,index,value)
/openbmc/linux/arch/mips/mm/
H A Dtlb-funcs.S22 .space 64
28 .space FASTPATH_SIZE * 4
33 .space FASTPATH_SIZE * 4
38 .space FASTPATH_SIZE * 4
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt17 debug blocks defined within this memory space.
25 The DCSR space exists in the memory-mapped bus.
44 range of the DCSR space.
91 offset and length of the DCSR space registers of the device
120 offset and length of the DCSR space registers of the device
168 This node represents the region of DCSR space allocated to
202 This node represents the region of DCSR space allocated to
231 This node represents the region of DCSR space allocated to
259 This node represents the region of DCSR space allocated to
291 This node represents the region of DCSR space allocated to
[all …]
H A Dmcm.txt8 The LAW node represents the region of CCSR space where local access
10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some
24 physical address offset and length of the CCSR space
37 The MPX LAW node represents the region of CCSR space where MCM config
39 of CCSR space.
53 physical address offset and length of the CCSR space
H A Decm.txt8 The LAW node represents the region of CCSR space where local access
10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some
24 physical address offset and length of the CCSR space
37 The E500 LAW node represents the region of CCSR space where ECM config
39 of CCSR space.
53 physical address offset and length of the CCSR space
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vgpu.c143 struct drm_mm_node space[4]; member
183 vgt_deballoon_space(ggtt, &bl_info.space[i]); in intel_vgt_deballoon()
295 ret = vgt_balloon_space(ggtt, &bl_info.space[2], in intel_vgt_balloon()
303 ret = vgt_balloon_space(ggtt, &bl_info.space[3], in intel_vgt_balloon()
311 ret = vgt_balloon_space(ggtt, &bl_info.space[0], in intel_vgt_balloon()
319 ret = vgt_balloon_space(ggtt, &bl_info.space[1], in intel_vgt_balloon()
330 vgt_deballoon_space(ggtt, &bl_info.space[0]); in intel_vgt_balloon()
332 vgt_deballoon_space(ggtt, &bl_info.space[3]); in intel_vgt_balloon()
334 vgt_deballoon_space(ggtt, &bl_info.space[2]); in intel_vgt_balloon()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Daf9005-remote.c76 u16 mark, space; in af9005_rc_decode() local
83 space = (u16) (data[2] << 8) + data[3]; in af9005_rc_decode()
84 if (space * 3 < mark) { in af9005_rc_decode()
102 space = (u16) (data[i + 2] << 8) + data[i + 3]; in af9005_rc_decode()
103 space >>= 1; in af9005_rc_decode()
104 if (mark * 2 > space) in af9005_rc_decode()
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c281 if (space < cnt) in copy_packages()
385 if (space - off < 32) { in gen_mjpeghdr_to_package()
632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package() argument
674 if (space - off < 32) { in gen_mpeg1hdr_to_package()
818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package() argument
842 if (space - off < 32) { in gen_mpeg4hdr_to_package()
885 if (space - off < 32) { in gen_mpeg4hdr_to_package()
1516 return config_package(go, code, space); in do_special()
1532 return final_package(go, code, space); in do_special()
1534 return audio_to_package(go, code, space); in do_special()
[all …]
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c98 return max(space, 0); in tty_buffer_space_avail()
312 if (unlikely(space == 0)) in __tty_insert_flip_string_flags()
315 memcpy(char_buf_ptr(tb, tb->used), chars, space); in __tty_insert_flip_string_flags()
318 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in __tty_insert_flip_string_flags()
319 flags += space; in __tty_insert_flip_string_flags()
327 tb->used += space; in __tty_insert_flip_string_flags()
328 copied += space; in __tty_insert_flip_string_flags()
329 chars += space; in __tty_insert_flip_string_flags()
358 if (likely(space)) { in tty_prepare_flip_string()
364 tb->used += space; in tty_prepare_flip_string()
[all …]
/openbmc/linux/Documentation/arch/arm/
H A Dmemory.rst14 space, and this must be shared between user space processes, the
18 certain regions of VM space for use for new facilities; therefore
19 this document may reserve more VM space over time.
56 fee00000 feffffff Mapping of PCI I/O space. This is a static
57 mapping within the vmalloc space.
59 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space.
74 space.
76 MODULES_VADDR MODULES_END-1 Kernel module space
85 00001000 TASK_SIZE-1 User space mappings
93 space are also caught via this mapping.
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c21 unsigned int space; in intel_ring_update_space() local
23 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space()
25 ring->space = space; in intel_ring_update_space()
26 return space; in intel_ring_update_space()
226 GEM_BUG_ON(ring->space < bytes); in wait_for_space()
267 if (unlikely(total_bytes > ring->space)) { in intel_ring_begin()
290 GEM_BUG_ON(need_wrap > ring->space); in intel_ring_begin()
296 ring->space -= need_wrap; in intel_ring_begin()
301 GEM_BUG_ON(ring->space < bytes); in intel_ring_begin()
306 ring->space -= bytes; in intel_ring_begin()
/openbmc/linux/drivers/usb/host/
H A Duhci-debug.c44 int len, int space) in uhci_show_td() argument
101 char *buf, int len, int space) in uhci_show_urbp() argument
142 out += sprintf(out, "%*s%d: ", space + 2, "", i); in uhci_show_urbp()
157 space, "", ninactive, nactive); in uhci_show_urbp()
166 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() argument
182 space, "", qh, qtype, in uhci_show_qh()
188 space, "", qh->period, qh->phase, qh->load, in uhci_show_qh()
192 space, "", qh->period, qh->phase, qh->load); in uhci_show_qh()
227 space, ""); in uhci_show_qh()
232 len - (out - buf), space + 2); in uhci_show_qh()
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Dbts.c389 pad = space; in bts_buffer_reset()
390 if (space > handle->size) { in bts_buffer_reset()
391 space = handle->size; in bts_buffer_reset()
392 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
409 if (next_space > space || !space) { in bts_buffer_reset()
417 space = next_space; in bts_buffer_reset()
433 if (space > wakeup) { in bts_buffer_reset()
434 space = wakeup; in bts_buffer_reset()
435 space -= space % BTS_RECORD_SIZE; in bts_buffer_reset()
438 buf->end = head + space; in bts_buffer_reset()
[all …]
/openbmc/linux/drivers/pnp/
H A Dinterface.c56 static void pnp_print_port(pnp_info_buffer_t * buffer, char *space, in pnp_print_port() argument
60 "%i-bit address decoding\n", space, in pnp_print_port()
68 static void pnp_print_irq(pnp_info_buffer_t * buffer, char *space, in pnp_print_irq() argument
73 pnp_printf(buffer, "%sirq ", space); in pnp_print_irq()
101 static void pnp_print_dma(pnp_info_buffer_t * buffer, char *space, in pnp_print_dma() argument
107 pnp_printf(buffer, "%sdma ", space); in pnp_print_dma()
159 space, (unsigned long long) mem->min, in pnp_print_mem()
194 pnp_print_port(buffer, space, &option->u.port); in pnp_print_option()
197 pnp_print_mem(buffer, space, &option->u.mem); in pnp_print_option()
200 pnp_print_irq(buffer, space, &option->u.irq); in pnp_print_option()
[all …]

12345678910>>...80