• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/arm/include/

Lines Matching refs:_ptr

206 	    : [ptr] "r"   (_ptr),                             \
231 : [ptr] "r" (_ptr), \
238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
248 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
258 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
268 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
278 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
288 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
298 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
307 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
317 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new)
336 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new)
346 atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new)
356 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
365 atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
375 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
395 : [ptr] "r" (_ptr), \
417 : [ptr] "r" (_ptr), \
424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
464 atomic_cmpset_acq_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
474 atomic_cmpset_rel_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
493 atomic_cmpset_acq_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
503 atomic_cmpset_rel_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new)
522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new)
532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new)
542 atomic_cmpset_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)
551 atomic_cmpset_acq_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)
561 atomic_cmpset_rel_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)