Home
last modified time | relevance | path

Searched refs:from (Results 5951 - 5975 of 7952) sorted by relevance

1...<<231232233234235236237238239240>>...319

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c981 * The page owner revokes access from another component for a range of
1216 int hyp_pin_shared_mem(void *from, void *to) in hyp_pin_shared_mem() argument
1218 u64 cur, start = ALIGN_DOWN((u64)from, PAGE_SIZE); in hyp_pin_shared_mem()
1246 void hyp_unpin_shared_mem(void *from, void *to) in hyp_unpin_shared_mem() argument
1248 u64 cur, start = ALIGN_DOWN((u64)from, PAGE_SIZE); in hyp_unpin_shared_mem()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbindec.S87 | or less than LEN -1 digits, adjust ILOG and repeat from
335 | of opposite sign in bindec.sa from Coonen).
483 fmovex (%a0),%fp0 |load X from memory
608 | or less than LEN -1 digits, adjust ILOG and repeat from
671 subql #1,%d6 |subtract 1 from ILOG
787 | Digits are stored in L_SCR1(a6) on return from BINDEC as:
816 | L_SCR1:original USER_FPCR/Exponent digits on return from binstr
896 | L_SCR1:Exponent digits on return from binstr
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dmdesc.c27 * DAG. An arbitrary number of ARCs are possible from one
35 * we get from the Hypervisor.
704 u64 mdesc_next_arc(struct mdesc_handle *hp, u64 from, const char *arc_type) in mdesc_next_arc() argument
710 if (from == MDESC_NODE_NULL || from >= last_node) in mdesc_next_arc()
713 ep = base + from; in mdesc_next_arc()
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-buffer.c123 * If datum_size is 0 there will never be anything to read from the in iio_buffer_read_outer()
800 * @from: index to copy from
806 unsigned from; member
826 if (*p && (*p)->from + (*p)->length == in_loc && in iio_buffer_add_demux()
833 (*p)->from = in_loc; in iio_buffer_add_demux()
860 /* Now we have the two masks, work from least sig and build up sizes */ in iio_buffer_update_demux()
1101 * error from the device. In this case there is no good recovery in __iio_update_buffers()
1422 datain + t->from, t->length); in iio_demux()
/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c152 * ddprintk might set the console position from interrupt in write_vga()
473 static void vgacon_set_cursor_size(int xpos, int from, int to) in vgacon_set_cursor_size() argument
478 if ((from == cursor_size_lastfrom) && (to == cursor_size_lastto)) in vgacon_set_cursor_size()
480 cursor_size_lastfrom = from; in vgacon_set_cursor_size()
494 curs = (curs & 0xc0) | from; in vgacon_set_cursor_size()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_hashlimit.c139 cfg_copy(struct hashlimit_cfg3 *to, const void *from, int revision) in cfg_copy() argument
142 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy()
154 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy()
166 memcpy(to, from, sizeof(struct hashlimit_cfg3)); in cfg_copy()
515 pr_info_ratelimited("invalid rate from userspace: %llu\n", in user2rate()
/kernel/linux/linux-5.10/include/net/
H A Dipv6.h973 * rcv function (called from netdevice level)
992 int getfrag(void *from, char *to, int offset, int len,
994 void *from, int length, int transhdrlen,
1008 int getfrag(void *from, char *to, int offset,
1010 void *from, int length, int transhdrlen,
/kernel/linux/linux-5.10/fs/hpfs/
H A Ddnode.c429 * Find dirent with higher name in 'from' subtree and move it to 'to' dnode.
430 * Return the dnode we moved from (to be checked later if it's empty)
433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to) in move_to_top() argument
443 dno = from; in move_to_top()
451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top()
477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to); in move_to_top()
507 a = hpfs_add_to_dnode(i, to, nde->name, nde->namelen, nde, from); in move_to_top()
514 * Check if a dnode is empty and delete it from the tree
709 /* Delete dirent from director
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c77 uint8_t *from = sfep->name + sfep->namelen; in xfs_dir2_sf_get_ino() local
80 from++; in xfs_dir2_sf_get_ino()
83 return get_unaligned_be32(from); in xfs_dir2_sf_get_ino()
84 return get_unaligned_be64(from) & XFS_MAXINUMBER; in xfs_dir2_sf_get_ino()
939 * Remove an entry from a shortform directory.
1155 * Convert from 8-byte inode numbers to 4-byte inode numbers.
1177 * Then nuke it from the inode, and add the new buffer to the inode. in xfs_dir2_sf_toino4()
1227 * Convert existing entries from 4-byte inode numbers to 8-byte inode numbers.
1250 * Then nuke it from the inode, and add the new buffer to the inode. in xfs_dir2_sf_toino8()
/kernel/linux/linux-5.10/fs/kernfs/
H A Ddir.c58 /* kernfs_node_depth - compute depth from @from to @to */
59 static size_t kernfs_depth(struct kernfs_node *from, struct kernfs_node *to) in kernfs_depth() argument
63 while (to->parent && to != from) { in kernfs_depth()
189 * This function can be called from any context.
203 * kernfs_path_from_node - build path of node @to relative to @from.
204 * @from: parent kernfs_node relative to which we need to build the path
209 * Builds @to's path relative to @from in @buf. @from and @to must
210 * be on the same kernfs-root. If @from i
218 kernfs_path_from_node(struct kernfs_node *to, struct kernfs_node *from, char *buf, size_t buflen) kernfs_path_from_node() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdswap.c153 * page from the current block and is then pre-empted by the GC
297 static int mtdswap_read_oob(struct mtdswap_dev *d, loff_t from, in mtdswap_read_oob() argument
300 int ret = mtd_read_oob(d->mtd, from, ops); in mtdswap_read_oob()
307 ret, from); in mtdswap_read_oob()
314 ops->oobretlen, ops->ooblen, from); in mtdswap_read_oob()
777 * Calculate linear ramp down from f1 to f2 when maxdiff goes from in mtdswap_wlfreq()
/kernel/linux/linux-6.6/fs/hpfs/
H A Ddnode.c429 * Find dirent with higher name in 'from' subtree and move it to 'to' dnode.
430 * Return the dnode we moved from (to be checked later if it's empty)
433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to) in move_to_top() argument
443 dno = from; in move_to_top()
451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top()
477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to); in move_to_top()
507 a = hpfs_add_to_dnode(i, to, nde->name, nde->namelen, nde, from); in move_to_top()
514 * Check if a dnode is empty and delete it from the tree
709 /* Delete dirent from director
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c62 /* kernfs_node_depth - compute depth from @from to @to */
63 static size_t kernfs_depth(struct kernfs_node *from, struct kernfs_node *to) in kernfs_depth() argument
67 while (to->parent && to != from) { in kernfs_depth()
192 * This function can be called from any context.
206 * kernfs_path_from_node - build path of node @to relative to @from.
207 * @from: parent kernfs_node relative to which we need to build the path
212 * Builds @to's path relative to @from in @buf. @from and @to must
213 * be on the same kernfs-root. If @from i
221 kernfs_path_from_node(struct kernfs_node *to, struct kernfs_node *from, char *buf, size_t buflen) kernfs_path_from_node() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c77 uint8_t *from = sfep->name + sfep->namelen; in xfs_dir2_sf_get_ino() local
80 from++; in xfs_dir2_sf_get_ino()
83 return get_unaligned_be32(from); in xfs_dir2_sf_get_ino()
84 return get_unaligned_be64(from) & XFS_MAXINUMBER; in xfs_dir2_sf_get_ino()
935 * Remove an entry from a shortform directory.
1151 * Convert from 8-byte inode numbers to 4-byte inode numbers.
1173 * Then nuke it from the inode, and add the new buffer to the inode. in xfs_dir2_sf_toino4()
1223 * Convert existing entries from 4-byte inode numbers to 8-byte inode numbers.
1246 * Then nuke it from the inode, and add the new buffer to the inode. in xfs_dir2_sf_toino8()
/kernel/linux/linux-6.6/include/net/
H A Dipv6.h1081 * rcv function (called from netdevice level)
1100 int getfrag(void *from, char *to, int offset, int len,
1102 void *from, size_t length, int transhdrlen,
1116 int getfrag(void *from, char *to, int offset,
1118 void *from, size_t length, int transhdrlen,
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c121 * ddprintk might set the console position from interrupt in write_vga()
440 static void vgacon_set_cursor_size(int from, int to) in vgacon_set_cursor_size() argument
445 if ((from == cursor_size_lastfrom) && (to == cursor_size_lastto)) in vgacon_set_cursor_size()
447 cursor_size_lastfrom = from; in vgacon_set_cursor_size()
461 curs = (curs & 0xc0) | from; in vgacon_set_cursor_size()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c584 * taking up a few words from the top
741 * This initializes a list of ToPA tables with entries from
855 /* offset of the first region in this table from the beginning of buf */ in pt_update_head()
953 * Set buffer's output pointers from MSR values.
1101 /* clear STOP and INT from current entry */ in pt_buffer_reset_markers()
1148 * pt_buffer_reset_offsets() - adjust buffer's write pointers from aux_head
1150 * @head: Write pointer (aux_head) from AUX buffer.
1154 * current aux_head position from a successful call to perf_aux_output_begin()
1201 * no need to unlink this table from the list in pt_buffer_fini_topa()
1285 * @pages: Array of pointers to buffer pages passed from per
1642 unsigned long from = 0, to; pt_event_snapshot_aux() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_hashlimit.c139 cfg_copy(struct hashlimit_cfg3 *to, const void *from, int revision) in cfg_copy() argument
142 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy()
154 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy()
166 memcpy(to, from, sizeof(struct hashlimit_cfg3)); in cfg_copy()
515 pr_info_ratelimited("invalid rate from userspace: %llu\n", in user2rate()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm24 ; MMX-optimized functions cribbed from the original VP3 source code.
188 ; from original comments: The Macro does IDct on 4 1-D Dcts
466 movdqa m0, I(1) ; Load C. from I(1)
476 movdqa m3, I(2) ; Load D. from I(2)
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex135 from or write to a word of memory in the target address-space. The
154 from or write to a scalar (non-floating-point) CPU register. The
173 from or write to a floating-point CPU register. The index of the
246 safe to use from a signal handler.
H A Dlibunwind.tex68 \Prog{Libunwind} is very easy to use when unwinding a stack from
80 \Func{F}(). A positive return value from \Func{unw\_step}() indicates
173 machine or even a process on a completely different machine from the
246 use locking. Such routines \emph{must~not} be called from signal
/third_party/mbedtls/library/
H A Dx509.c210 /* Get md_alg from md_oid */ in x509_get_hash_alg()
715 * Get signature algorithm from alg OID and optional parameters
1085 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) in mbedtls_x509_time_is_future() argument
1093 return mbedtls_x509_time_cmp(from, &now) > 0; in mbedtls_x509_time_is_future()
1104 int mbedtls_x509_time_is_future(const mbedtls_x509_time *from) in mbedtls_x509_time_is_future() argument
1106 ((void) from); in mbedtls_x509_time_is_future()
1312 * We list all types, but use the following GeneralName types from RFC 5280:
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h16 // Do not include anything from src/compiler here!
80 // Math functions imported from JavaScript that are intrinsified
136 // Compiles a wrapper to call a Fast API function from Wasm.
168 // Compiles a stub with C++ linkage, to be called from Execution::CallWasm,
188 // Values from the instance object are cached between Wasm-level function calls.
211 // the wasm decoder from the internal details of TurboFan.
301 void AppendToMerge(Node* merge, Node* from);
302 void AppendToPhi(Node* phi, Node* from);
430 WasmInstanceCacheNodes* from, Node* merge);
432 WasmInstanceCacheNodes* from, Nod
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl448 add A=A,r8 // H+=Sigma(0) from the past
462 { .mmi; add A=A,r8 // H+=Sigma(0) from the past
516 add A=A,r8 // H+=Sigma0(a) from the past
580 { .mmi; add A=A,r8 };; // H+=Sigma0(a) from the past
/third_party/node/deps/openssl/openssl/apps/
H A Dcms.c215 "Do not load certificates from the default certificates directory"},
217 "Do not load certificates from the default certificates store"},
225 {"from", OPT_FROM, 's', "From address"},
299 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local
563 from = opt_arg(); in cms_main()
1216 if (from) in cms_main()
1217 BIO_printf(out, "From: %s%s", from, mime_eol); in cms_main()

Completed in 40 milliseconds

1...<<231232233234235236237238239240>>...319