Searched refs:_val (Results 1 – 8 of 8) sorted by relevance
/arch/openrisc/include/asm/ |
D | spr.h | 20 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ argument 22 : : "K" (_spr), "r" (_val)) 23 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument 25 : : "r" (_off), "r" (_val), "K" (_spr))
|
/arch/mips/include/asm/sn/ |
D | agent.h | 33 #define SET_HUB_NIC(_my_cpuid, _val) \ argument 34 (HUB_S(HUB_NIC_ADDR(_my_cpuid), (_val)))
|
D | addrs.h | 213 #define BDPRT_ENTRY_S(_pa, _rgn, _val) (*(__psunsigned_t *)BDPRT_ENTRY((_pa), (_rgn))=(_val)) argument
|
/arch/blackfin/include/asm/ |
D | uaccess.h | 132 unsigned long _val = 0; \ 139 __get_user_asm(_val, _p, B,(Z)); \ 142 __get_user_asm(_val, _p, W,(Z)); \ 145 __get_user_asm(_val, _p, , ); \ 150 x = (typeof(*(ptr)))_val; \
|
/arch/mips/pci/ |
D | pci-alchemy.c | 264 u8 _val; in alchemy_pci_read() local 265 int rc = read_config_byte(bus, devfn, where, &_val); in alchemy_pci_read() 267 *val = _val; in alchemy_pci_read() 271 u16 _val; in alchemy_pci_read() local 272 int rc = read_config_word(bus, devfn, where, &_val); in alchemy_pci_read() 274 *val = _val; in alchemy_pci_read()
|
/arch/x86/include/asm/ |
D | msr.h | 199 unsigned long long _val = native_read_tscp(&(aux)); \ 200 (low) = (u32)_val; \ 201 (high) = (u32)(_val >> 32); \
|
/arch/x86/kernel/cpu/ |
D | perf_event.h | 22 u64 _val = (val); \ 24 (unsigned long long)(_val)); \ 25 native_write_msr((_msr), (u32)(_val), (u32)(_val >> 32)); \
|
/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 437 #define SET_CPU_LEDS(_nasid, _slice, _val) \ argument 438 (HUB_S(CPU_LED_ADDR(_nasid, _slice), (_val)))
|