Home
last modified time | relevance | path

Searched refs:space (Results 151 - 175 of 1792) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/include/xen/interface/
H A Dmemory.h131 * any large discontiguities in the machine address space, 2MB gaps in
145 * Returns the location in virtual address space of the machine_to_phys
147 * map it by default into guest address space, do not implement this command.
168 * pseudophysical address space.
179 /* Source mapping space. */
180 unsigned int space; member
182 /* Index into source mapping space. */
198 uint16_t space; /* => enum phys_map_space */ member
204 /* Indexes into space being mapped. */
249 * pseudophysical address space
[all...]
/kernel/linux/linux-6.6/include/xen/interface/
H A Dmemory.h131 * any large discontiguities in the machine address space, 2MB gaps in
145 * Returns the location in virtual address space of the machine_to_phys
147 * map it by default into guest address space, do not implement this command.
168 * pseudophysical address space.
179 /* Source mapping space. */
180 unsigned int space; member
182 /* Index into source mapping space. */
198 uint16_t space; /* => enum phys_map_space */ member
204 /* Indexes into space being mapped. */
249 * pseudophysical address space
[all...]
/kernel/liteos_a/kernel/extended/vdso/src/
H A Dlos_vdso.c57 STATIC INT32 OsVdsoMap(LosVmSpace *space, size_t len, PADDR_T paddr, VADDR_T vaddr, UINT32 flag) in OsVdsoMap() argument
62 ret = LOS_ArchMmuMap(&(space->archMmu), vaddr, paddr, 1, flag); in OsVdsoMap()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhead_40x.S87 .space 4
89 .space 4
91 .space 4
93 .space 4
95 .space 4
97 .space 4
99 .space 4
252 /* Trap_0D is commented out to get more space for system call exception */
548 * exception space :-). Both the instruction and data TLB
/kernel/linux/linux-5.10/arch/arm/common/
H A Dmcpm_head.S216 .space VLOCK_SIZE * MAX_NR_CLUSTERS
221 .space 4 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
225 .space 8 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
229 .space 4 @ set by mcpm_sync_init()
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S218 .space VLOCK_SIZE * MAX_NR_CLUSTERS
223 .space 4 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
227 .space 8 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER
231 .space 4 @ set by mcpm_sync_init()
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c119 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local
127 if (space < max_cols) in pretty_print_string_list()
128 cols = max_cols / space; in pretty_print_string_list()
136 unsigned int size = space; in pretty_print_string_list()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm.h306 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size);
307 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space);
309 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd,
311 int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, void *buf,
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c131 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local
139 if (space < max_cols) in pretty_print_string_list()
140 cols = max_cols / space; in pretty_print_string_list()
148 unsigned int size = space; in pretty_print_string_list()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c201 * Based on the assumption that the given amount of space
203 * NOTE: for smooth operation initial space offering should
212 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window() local
217 space = min(*window_clamp, space); in tcp_select_initial_window()
219 /* Quantize space offering to a multiple of mss if possible. */ in tcp_select_initial_window()
220 if (space > mss) in tcp_select_initial_window()
221 space = rounddown(space, mss); in tcp_select_initial_window()
232 (*rcv_wnd) = min(space, MAX_TCP_WINDO in tcp_select_initial_window()
3112 tcp_retrans_try_collapse(struct sock *sk, struct sk_buff *to, int space) tcp_retrans_try_collapse() argument
3778 int space, err = 0; tcp_send_syn_data() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H A Di810_drv.h79 int space; member
151 if (dev_priv->ring.space < n*4) \
153 dev_priv->ring.space -= n*4; \
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_accel.c51 * wait_for_space - check ring buffer free space
52 * @space: amount of ringbuffer space needed in bytes
56 * The function waits until a free space from the ringbuffer
59 static inline int wait_for_space(struct fb_info *info, u32 space) in wait_for_space() argument
70 (par->iring.size - tail + head) >= space) || in wait_for_space()
71 (tail < head && (head - tail) >= space)) { in wait_for_space()
111 * @space: length of sequence in dwords
115 * Checks/waits for sufficient space in ringbuffer of size
116 * space
118 begin_iring(struct fb_info *info, u32 space) begin_iring() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/
H A Drc-ir-raw.c2 // rc-ir-raw.c - handle IR pulse/space events
65 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
67 * @ev: the struct ir_raw_event descriptor of the pulse/space
70 * pulse/space duration for the raw ir decoding state machines. Pulses are
92 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
94 * @pulse: true for pulse, false for space
97 * store the beginning of an ir pulse or space (or the start/end of ir
119 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw
123 * @ev: the struct ir_raw_event descriptor of the pulse/space
126 * pulse/space duratio
406 unsigned int space; ir_raw_gen_pd() local
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-ir-raw.c2 // rc-ir-raw.c - handle IR pulse/space events
63 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
65 * @ev: the struct ir_raw_event descriptor of the pulse/space
68 * pulse/space duration for the raw ir decoding state machines. Pulses are
90 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
92 * @pulse: true for pulse, false for space
95 * store the beginning of an ir pulse or space (or the start/end of ir
117 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw
121 * @ev: the struct ir_raw_event descriptor of the pulse/space
124 * pulse/space duratio
404 unsigned int space; ir_raw_gen_pd() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
H A Di810_accel.c51 * wait_for_space - check ring buffer free space
52 * @space: amount of ringbuffer space needed in bytes
56 * The function waits until a free space from the ringbuffer
59 static inline int wait_for_space(struct fb_info *info, u32 space) in wait_for_space() argument
70 (par->iring.size - tail + head) >= space) || in wait_for_space()
71 (tail < head && (head - tail) >= space)) { in wait_for_space()
111 * @space: length of sequence in dwords
115 * Checks/waits for sufficient space in ringbuffer of size
116 * space
118 begin_iring(struct fb_info *info, u32 space) begin_iring() argument
[all...]
/kernel/linux/linux-6.6/drivers/pci/endpoint/
H A Dpci-epf-core.c211 * pci_epf_free_space() - free the allocated PCI EPF register space
213 * @addr: the virtual address of the PCI EPF register space
214 * @bar: the BAR number corresponding to the register space
215 * @type: Identifies if the allocated space is for primary EPC or secondary EPC
217 * Invoke to free the allocated PCI EPF register space.
250 * pci_epf_alloc_space() - allocate memory for the PCI EPF register space
253 * @bar: the BAR number corresponding to the allocated register space
257 * Invoke to allocate memory for the PCI EPF register space.
266 void *space; in pci_epf_alloc_space() local
285 space in pci_epf_alloc_space()
[all...]
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtb.h247 * the path config space of @in_port.
303 * @clear_fc: Clear all flow control from the path config space entries
509 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_read()
517 space, in tb_sw_read()
523 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_write()
531 space, in tb_sw_write()
537 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_read()
545 space, in tb_port_read()
551 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_write()
559 space, in tb_port_write()
508 tb_sw_read(struct tb_switch *sw, void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_sw_read() argument
522 tb_sw_write(struct tb_switch *sw, const void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_sw_write() argument
536 tb_port_read(struct tb_port *port, void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_port_read() argument
550 tb_port_write(struct tb_port *port, const void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_port_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_dma.c85 primary->space = primary->size; in mga_do_dma_reset()
144 primary->space = primary->size - primary->tail; in mga_do_dma_flush()
146 primary->space = head - tail; in mga_do_dma_flush()
150 DRM_DEBUG(" space = 0x%06x\n", primary->space); in mga_do_dma_flush()
182 primary->space = primary->size; in mga_do_dma_wrap_start()
184 primary->space = head - dev_priv->primary->offset; in mga_do_dma_wrap_start()
189 DRM_DEBUG(" space = 0x%06x\n", primary->space); in mga_do_dma_wrap_start()
918 dev_priv->prim.space in mga_do_init_dma()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl119 my $space;
149 $space = "";
212 $space = $1;
216 undef($space);
240 if (!defined($space)) {
243 $space = $1;
247 $space = "" if (!($content =~ s/^($space)//));
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg_entry.S72 .space 32
78 .space 32
/kernel/linux/linux-5.10/fs/efs/
H A Defs.h106 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member
113 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
/kernel/linux/linux-6.6/fs/efs/
H A Defs.h103 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member
110 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtoeplitz.sh35 grep -E [[:space:]]+[0-9]+:[[:space:]]+ |
/kernel/liteos_a/kernel/common/
H A Dlos_config.h404 * the size of space for recording exception information
410 * the address of space for recording exception information
430 * <li> "startAddr" must be left to save the exception address space, the size of "buf" is "space" </li>
433 * @param startAddr [IN] Address of storage ,its must be left to save the exception address space
434 * @param space [IN] size of storage.its is also the size of "buf"
443 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf);
452 * and specify location and space and size</li>
456 * <li> "startAddr" must be left to save the exception address space, the size of "buf" is "space",
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_msdos.c30 int space; in msdos_format_name() local
43 space = 1; in msdos_format_name()
68 space = (c == ' '); in msdos_format_name()
71 if (space) in msdos_format_name()
101 space = c == ' '; in msdos_format_name()
107 if (space) in msdos_format_name()

Completed in 19 milliseconds

12345678910>>...72