/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | wof.S | 32 * from the trap. 90 * up for us to see if this is from user or kernel. 107 * from kernel mode with only kernel windows in the register 124 jmp %t_pc ! Return from trap 200 * how to proceed based upon whether we came from kernel mode 201 * or not. If we came from kernel mode, toss the window into 204 * If we came from user land we build a full stack frame and call 258 /* Return from trap if C-code actually fixes things, if it 260 * be given the look of death from Commander Peanut. 280 * return from tra [all...] |
H A D | rtrap_32.S | 3 * rtrap.S: Return from Sparc trap low-level code. 108 * a window from the stack, if necessary. 113 * set we can return from trap safely. 121 * window from the users stack. 134 * for return from traps. 184 be 1f ! Nope, just return from the trap 194 /* Grrr, make sure we load from the right %sp... */ 202 /* Reload the entire frame in case this is from a
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | perf_event.h | 274 * The pseudo umask-code starts from the middle of the pseudo event 449 * We abuse bit 3 from flags to pass exact information, see perf_misc_flags 466 unsigned int from; member
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-sa1100.S | 42 mcr p15, 0, r0, c9, c0, 5 @ Allow read-buffer operations from userland
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 8 * This code is called from the kernel's undefined instruction trap. 126 @ we always save the state when we switch away from a thread. 176 @ always subtract 4 from the following
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sint.S | 8 | Entry points sint and sintrz are called from do_func
|
H A D | sgetem.S | 132 subl %d3,%d5 |sub 32 from shift for ls mant
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.h | 199 * @erase_map: the erase map parsed from the SFDP Sector Map Parameter 415 ssize_t spi_nor_read_data(struct spi_nor *nor, loff_t from, size_t len,
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stwotox.S | 54 | 1. Fetch 2**(j/64) from table as Fact1 and Fact2.
|
H A D | sint.S | 8 | Entry points sint and sintrz are called from do_func
|
H A D | sgetem.S | 132 subl %d3,%d5 |sub 32 from shift for ls mant
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_entry.S | 16 * products derived from this software without specific prior 111 | directly here, these function may only be called from within
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | sleep.S | 68 @ (see Errata 50, ...processor does not exit from sleep...)
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | entry.S | 15 It is called from the kernel with code similar to this: 32 r9) and the kernel takes care of returning control from the trap to 132 USERL( .Lrep, ldrt r0, [r4]) @ load opcode from user space
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-sa1100.S | 42 mcr p15, 0, r0, c9, c0, 5 @ Allow read-buffer operations from userland
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | etrap_32.S | 79 /* Calculate mask of trap window. See if from user 84 be trap_setup_from_user ! nope, from user mode 98 /* Trap from kernel with a window available. 108 /* Spill from kernel, but only kernel windows, adjust 166 /* Trap from user, but not into the invalid window. 168 * any window from the %wim at trap time until 196 /* A spill occurred from either kernel or user mode
|
H A D | rtrap_32.S | 3 * rtrap.S: Return from Sparc trap low-level code. 108 * a window from the stack, if necessary. 113 * set we can return from trap safely. 121 * window from the users stack. 134 * for return from traps. 184 be 1f ! Nope, just return from the trap 194 /* Grrr, make sure we load from the right %sp... */ 202 /* Reload the entire frame in case this is from a
|
H A D | wof.S | 32 * from the trap. 90 * up for us to see if this is from user or kernel. 107 * from kernel mode with only kernel windows in the register 124 jmp %t_pc ! Return from trap 200 * how to proceed based upon whether we came from kernel mode 201 * or not. If we came from kernel mode, toss the window into 204 * If we came from user land we build a full stack frame and call 258 /* Return from trap if C-code actually fixes things, if it 260 * be given the look of death from Commander Peanut. 280 * return from tra [all...] |
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 95 /* Caches available index value from user. */ 230 struct iov_iter *from);
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | spi-nor.h | 302 * @read: read data from the SPI NOR. 315 ssize_t (*read)(struct spi_nor *nor, loff_t from, size_t len, u8 *buf);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | seq_file.h | 19 size_t from; member
|
H A D | tcp.h | 79 #define TCP_DSACK_SEEN (1 << 2) /*1 = DSACK was received from peer*/ 93 snd_wscale : 4, /* Window scaling received from sender */ 206 u32 max_window; /* Maximal window ever seen from peer */ 235 is_sack_reneg:1, /* in recovery from loss with SACK reneg? */ 314 /* from STCP, retrans queue hinting */ 514 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
|
/kernel/linux/linux-5.10/scripts/ |
H A D | leaking_addresses.pl | 50 my $input_raw = ""; # Read raw results from file instead of scanning. 91 -i, --input-raw=<file> Read results from file instead of scanning. 217 # Gets config option value from kernel config file. 523 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total;
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.h | 217 int compare_proc_modules(const char *from, const char *to);
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.h | 54 * ocfs2_init_*_extent_tree() will fill an ocfs2_extent_tree from the 262 unsigned int from, unsigned int to,
|