Home
last modified time | relevance | path

Searched full:temporary (Results 1 – 25 of 2024) sorted by relevance

12345678910>>...81

/kernel/linux/linux-5.10/arch/xtensa/mm/
Dmisc.S95 * If we have to deal with cache aliasing, we use temporary memory mappings
97 * the virtual address. We use way 0 and 1 for temporary mappings in such cases.
99 * The temporary DTLB entries shouldn't be flushed by interrupts, but are
101 * fast_second_level_miss handler re-established the temporary mapping.
121 /* Skip setting up a temporary DTLB if not aliased low page. */
127 /* Setup a temporary DTLB for the addr. */
149 /* We need to invalidate the temporary idtlb entry, if any. */
169 /* Skip setting up a temporary DTLB for destination if not aliased. */
175 /* Setup a temporary DTLB for destination. */
181 /* Skip setting up a temporary DTLB for source if not aliased. */
[all …]
/kernel/liteos_m/arch/risc-v/nuclei/gcc/
Dlos_arch_context.h53 STACK_TYPE t0; /* x5 - t0 - temporary register 0 */
54 STACK_TYPE t1; /* x6 - t1 - temporary register 1 */
55 STACK_TYPE t2; /* x7 - t2 - temporary register 2 */
77 STACK_TYPE t3; /* x28 - t3 - temporary register 3 */
78 STACK_TYPE t4; /* x29 - t4 - temporary register 4 */
79 STACK_TYPE t5; /* x30 - t5 - temporary register 5 */
80 STACK_TYPE t6; /* x31 - t6 - temporary register 6 */
/kernel/linux/linux-6.6/arch/xtensa/mm/
Dmisc.S97 * If we have to deal with cache aliasing, we use temporary memory mappings
99 * the virtual address. We use way 0 and 1 for temporary mappings in such cases.
101 * The temporary DTLB entries shouldn't be flushed by interrupts, but are
103 * fast_second_level_miss handler re-established the temporary mapping.
141 /* We need to invalidate the temporary dtlb entry. */
161 /* Setup a temporary DTLB for destination. */
167 /* Setup a temporary DTLB for source. */
202 /* We need to invalidate any temporary mapping! */
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
Dariadne.h108 #define CSR48 0x3000 /* Temporary Storage */
109 #define CSR49 0x3100 /* Temporary Storage */
110 #define CSR50 0x3200 /* Temporary Storage */
111 #define CSR51 0x3300 /* Temporary Storage */
112 #define CSR52 0x3400 /* Temporary Storage */
113 #define CSR53 0x3500 /* Temporary Storage */
114 #define CSR54 0x3600 /* Temporary Storage */
115 #define CSR55 0x3700 /* Temporary Storage */
116 #define CSR56 0x3800 /* Temporary Storage */
117 #define CSR57 0x3900 /* Temporary Storage */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
Dariadne.h108 #define CSR48 0x3000 /* Temporary Storage */
109 #define CSR49 0x3100 /* Temporary Storage */
110 #define CSR50 0x3200 /* Temporary Storage */
111 #define CSR51 0x3300 /* Temporary Storage */
112 #define CSR52 0x3400 /* Temporary Storage */
113 #define CSR53 0x3500 /* Temporary Storage */
114 #define CSR54 0x3600 /* Temporary Storage */
115 #define CSR55 0x3700 /* Temporary Storage */
116 #define CSR56 0x3800 /* Temporary Storage */
117 #define CSR57 0x3900 /* Temporary Storage */
[all …]
/kernel/linux/linux-6.6/lib/crypto/mpi/
Dmpi-div.c26 * preliminary calculated. We have to copy it to temporary space if it's in mpi_fdiv_r()
71 /* If den == quot, den needs temporary storage.
72 * If den == rem, den needs temporary storage.
73 * If num == quot, num needs temporary storage.
74 * If den has temporary storage, it can be normalized while being copied,
153 if (qp == np) { /* Copy NP object to temporary space. */ in mpi_tdiv_qr()
171 * the most significant word. Use temporary storage not to clobber in mpi_tdiv_qr()
190 * temporary space if it overlaps with the quotient or remainder. in mpi_tdiv_qr()
Dmpi-mul.c56 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul()
61 /* Copy to the temporary space. */ in mpi_mul()
64 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul()
66 /* Copy to the temporary space. */ in mpi_mul()
/kernel/linux/linux-5.10/lib/mpi/
Dmpi-div.c26 * preliminary calculated. We have to copy it to temporary space if it's in mpi_fdiv_r()
71 /* If den == quot, den needs temporary storage.
72 * If den == rem, den needs temporary storage.
73 * If num == quot, num needs temporary storage.
74 * If den has temporary storage, it can be normalized while being copied,
153 if (qp == np) { /* Copy NP object to temporary space. */ in mpi_tdiv_qr()
171 * the most significant word. Use temporary storage not to clobber in mpi_tdiv_qr()
190 * temporary space if it overlaps with the quotient or remainder. in mpi_tdiv_qr()
Dmpi-mul.c56 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul()
61 /* Copy to the temporary space. */ in mpi_mul()
64 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul()
66 /* Copy to the temporary space. */ in mpi_mul()
/kernel/linux/linux-5.10/Documentation/vm/
Dhighmem.rst17 at all times. This means the kernel needs to start using temporary mappings of
42 temporary maps to access the rest of the physical memory - the actual direct
50 Temporary Virtual Mappings
53 The kernel contains several ways of creating temporary mappings:
110 Cost of Temporary Mappings
113 The cost of creating temporary mappings can be quite high. The arch has to
121 If CONFIG_MMU is not set, then there can be no temporary mappings and no
/kernel/linux/linux-6.6/Documentation/mm/
Dhighmem.rst15 at all times. This means the kernel needs to start using temporary mappings of
40 temporary maps to access the rest of the physical memory - the actual direct
48 Temporary Virtual Mappings
51 The kernel contains several ways of creating temporary mappings. The following
168 Cost of Temporary Mappings
171 The cost of creating temporary mappings can be quite high. The arch has to
179 If CONFIG_MMU is not set, then there can be no temporary mappings and no
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dpids.rst64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/
Dpids.rst64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dpdb.h477 u8 *tmp; /* temporary data block */
545 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer
547 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer
577 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer
579 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dfpsp.h100 .set FP_SCR1,LV+76 | room for a temporary float value
101 .set FP_SCR2,LV+92 | room for a temporary float value
102 .set L_SCR1,LV+108 | room for a temporary long value
103 .set L_SCR2,LV+112 | room for a temporary long value
109 .set UFLG_TMP,LV+121 | temporary for uflag errata
112 .set L_SCR3,LV+124 | room for a temporary long value
113 .set FP_SCR3,LV+128 | room for a temporary float value
114 .set FP_SCR4,LV+144 | room for a temporary float value
115 .set FP_SCR5,LV+160 | room for a temporary float value
/kernel/linux/linux-6.6/drivers/crypto/caam/
Dpdb.h477 u8 *tmp; /* temporary data block */
545 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer
547 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer
577 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer
579 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dfpsp.h100 .set FP_SCR1,LV+76 | room for a temporary float value
101 .set FP_SCR2,LV+92 | room for a temporary float value
102 .set L_SCR1,LV+108 | room for a temporary long value
103 .set L_SCR2,LV+112 | room for a temporary long value
109 .set UFLG_TMP,LV+121 | temporary for uflag errata
112 .set L_SCR3,LV+124 | room for a temporary long value
113 .set FP_SCR3,LV+128 | room for a temporary float value
114 .set FP_SCR4,LV+144 | room for a temporary float value
115 .set FP_SCR5,LV+160 | room for a temporary float value
/kernel/linux/linux-6.6/arch/mips/net/
Dbpf_jit_comp.h34 #define MIPS_R_T4 12 /* Temporary */
35 #define MIPS_R_T5 13 /* Temporary */
36 #define MIPS_R_T6 14 /* Temporary */
37 #define MIPS_R_T7 15 /* Temporary */
46 #define MIPS_R_T8 24 /* Temporary */
47 #define MIPS_R_T9 25 /* Temporary */
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dia_css_control.h75 * @deprecated{This is a temporary function that allows drivers to migrate to
88 * Temporary function to poll whether the ISP has been started. Once it has,
97 * Temporary function to poll whether the SP has been initialized. Once it has,
106 * Temporary function to poll whether the SP has been terminated. Once it has,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_control.h75 * @deprecated{This is a temporary function that allows drivers to migrate to
88 * Temporary function to poll whether the ISP has been started. Once it has,
97 * Temporary function to poll whether the SP has been initialized. Once it has,
106 * Temporary function to poll whether the SP has been terminated. Once it has,
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dstv0367.c1498 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local
1523 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1525 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1526 temporary = temporary * 10; in stv0367ter_read_ber()
1528 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1529 temporary = temporary * 100; in stv0367ter_read_ber()
1531 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1532 temporary = temporary * 1000; in stv0367ter_read_ber()
1534 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1535 temporary = temporary * 10000; in stv0367ter_read_ber()
[all …]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
Dstv0367.c1498 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local
1523 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1525 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1526 temporary = temporary * 10; in stv0367ter_read_ber()
1528 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1529 temporary = temporary * 100; in stv0367ter_read_ber()
1531 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1532 temporary = temporary * 1000; in stv0367ter_read_ber()
1534 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1535 temporary = temporary * 10000; in stv0367ter_read_ber()
[all …]
/kernel/linux/linux-5.10/Documentation/parisc/
Dregisters.rst36 CR31 (TR 7) Temporary register, used in various places
43 SR0 temporary space register
45 SR1 temporary space register
54 SR0 temporary space register
55 SR1 temporary space register
132 these are generally regarded as temporary registers.
/kernel/linux/linux-6.6/Documentation/arch/parisc/
Dregisters.rst36 CR31 (TR 7) Temporary register, used in various places
43 SR0 temporary space register
45 SR1 temporary space register
54 SR0 temporary space register
55 SR1 temporary space register
132 these are generally regarded as temporary registers.
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
Dregdef.h7 #define t0 $1 /* temporary registers (caller-saved) */
40 #define AT $at /* assembler temporary */

12345678910>>...81