Home
last modified time | relevance | path

Searched refs:cpu_id_start (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Drseq.c37 * cpu = TLS->rseq::cpu_id_start
88 if (put_user(cpu_id, &t->rseq->cpu_id_start)) in rseq_update_cpu_id()
98 u32 cpu_id_start = 0, cpu_id = RSEQ_CPU_ID_UNINITIALIZED; in rseq_reset_rseq_cpu_id() local
101 * Reset cpu_id_start to its initial state (0). in rseq_reset_rseq_cpu_id()
103 if (put_user(cpu_id_start, &t->rseq->cpu_id_start)) in rseq_reset_rseq_cpu_id()
376 * registered, ensure the cpu_id_start and cpu_id fields in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/kernel/
H A Drseq.c41 * cpu = TLS->rseq::cpu_id_start
98 unsafe_put_user(cpu_id, &rseq->cpu_id_start, efault_end); in rseq_update_cpu_node_id()
119 u32 cpu_id_start = 0, cpu_id = RSEQ_CPU_ID_UNINITIALIZED, node_id = 0, in rseq_reset_rseq_cpu_node_id() local
123 * Reset cpu_id_start to its initial state (0). in rseq_reset_rseq_cpu_node_id()
125 if (put_user(cpu_id_start, &t->rseq->cpu_id_start)) in rseq_reset_rseq_cpu_node_id()
428 * registered, ensure the cpu_id_start and cpu_id fields in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Drseq.h64 * Restartable sequences cpu_id_start field. Updated by the
73 * using the cpu_id_start value.
75 __u32 cpu_id_start; member
85 * with the cpu_id_start value previously read, before performing
87 * cpu_id_start value before returning a value loaded from a data
88 * structure indexed using the cpu_id_start value.
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drseq.h64 * Restartable sequences cpu_id_start field. Updated by the
73 * using the cpu_id_start value.
75 __u32 cpu_id_start; member
85 * with the cpu_id_start value previously read, before performing
87 * cpu_id_start value before returning a value loaded from a data
88 * structure indexed using the cpu_id_start value.
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Drseq-abi.h64 * Restartable sequences cpu_id_start field. Updated by the
73 * using the cpu_id_start value.
75 __u32 cpu_id_start; member
85 * with the cpu_id_start value previously read, before performing
87 * cpu_id_start value before returning a value loaded from a data
88 * structure indexed using the cpu_id_start value.
H A Drseq.h141 return RSEQ_ACCESS_ONCE(rseq_get_abi()->cpu_id_start); in rseq_cpu_start()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Drseq-abi.h64 * Restartable sequences cpu_id_start field. Updated by the
73 * using the cpu_id_start value.
75 __u32 cpu_id_start; member
85 * with the cpu_id_start value previously read, before performing
87 * cpu_id_start value before returning a value loaded from a data
88 * structure indexed using the cpu_id_start value.
H A Drseq.h181 return RSEQ_ACCESS_ONCE(rseq_get_abi()->cpu_id_start); in rseq_cpu_start()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drseq.h48 __u32 cpu_id_start; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drseq.h48 __u32 cpu_id_start; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drseq.h42 __u32 cpu_id_start; member

Completed in 5 milliseconds