_r                108 arch/x86/include/asm/elf.h #define ELF_PLAT_INIT(_r, load_addr)		\
_r                110 arch/x86/include/asm/elf.h 	_r->bx = 0; _r->cx = 0; _r->dx = 0;	\
_r                111 arch/x86/include/asm/elf.h 	_r->si = 0; _r->di = 0; _r->bp = 0;	\
_r                112 arch/x86/include/asm/elf.h 	_r->ax = 0;				\
_r                183 arch/x86/include/asm/elf.h #define ELF_PLAT_INIT(_r, load_addr)			\
_r                184 arch/x86/include/asm/elf.h 	elf_common_init(&current->thread, _r, 0)
_r                568 include/linux/device-mapper.h 	sector_t _r = ((n) + (sz) - 1); \
_r                569 include/linux/device-mapper.h 	sector_div(_r, (sz)); \
_r                570 include/linux/device-mapper.h 	_r; \
_r                129 include/linux/sh_clk.h #define SH_CLK_MSTP32(_p, _r, _b, _f)				\
_r                130 include/linux/sh_clk.h 	SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT)
_r                132 include/linux/sh_clk.h #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f)			\
_r                133 include/linux/sh_clk.h 	SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
_r                135 include/linux/sh_clk.h #define SH_CLK_MSTP16(_p, _r, _b, _f)				\
_r                136 include/linux/sh_clk.h 	SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT)
_r                138 include/linux/sh_clk.h #define SH_CLK_MSTP8(_p, _r, _b, _f)				\
_r                139 include/linux/sh_clk.h 	SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
_r                282 include/linux/virtio_config.h 		int _r = 0;						\
_r                284 include/linux/virtio_config.h 			_r = -ENOENT;					\
_r                287 include/linux/virtio_config.h 		_r;							\
_r                191 include/math-emu/op-1.h     _FP_W_TYPE _q, _r;					\
_r                195 include/math-emu/op-1.h     doit(_q, _r, X##_f, Y##_f);				\
_r                196 include/math-emu/op-1.h     R##_f = _q | (_r != 0);				\
_r                206 include/math-emu/op-1.h     _FP_W_TYPE _nh, _nl, _q, _r, _y;					\
_r                224 include/math-emu/op-1.h     udiv_qrnnd(_q, _r, _nh, _nl, _y);					\
_r                225 include/math-emu/op-1.h     R##_f = _q | (_r != 0);						\
_r                230 include/math-emu/op-1.h     _FP_W_TYPE _nh, _nl, _q, _r;			\
_r                242 include/math-emu/op-1.h     udiv_qrnnd(_q, _r, _nh, _nl, Y##_f);		\
_r                243 include/math-emu/op-1.h     R##_f = _q | (_r != 0);				\
_r                452 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(_m, _r))						\
_r                455 include/math-emu/op-2.h 	_FP_FRAC_ADD_2(_r, Y, _r);					\
_r                456 include/math-emu/op-2.h 	if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
_r                459 include/math-emu/op-2.h 	    _FP_FRAC_ADD_2(_r, Y, _r);					\
_r                462 include/math-emu/op-2.h     _FP_FRAC_DEC_2(_r, _m);						\
_r                480 include/math-emu/op-2.h 	if (_FP_FRAC_GT_2(_m, _r))					\
_r                483 include/math-emu/op-2.h 	    _FP_FRAC_ADD_2(_r, Y, _r);					\
_r                484 include/math-emu/op-2.h 	    if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
_r                487 include/math-emu/op-2.h 		_FP_FRAC_ADD_2(_r, Y, _r);				\
_r                490 include/math-emu/op-2.h 	if (!_FP_FRAC_EQ_2(_r, _m))					\
_r                125 include/xen/interface/io/ring.h #define FRONT_RING_INIT(_r, _s, __size) do {				\
_r                126 include/xen/interface/io/ring.h     (_r)->req_prod_pvt = 0;						\
_r                127 include/xen/interface/io/ring.h     (_r)->rsp_cons = 0;							\
_r                128 include/xen/interface/io/ring.h     (_r)->nr_ents = __RING_SIZE(_s, __size);				\
_r                129 include/xen/interface/io/ring.h     (_r)->sring = (_s);							\
_r                132 include/xen/interface/io/ring.h #define BACK_RING_INIT(_r, _s, __size) do {				\
_r                133 include/xen/interface/io/ring.h     (_r)->rsp_prod_pvt = 0;						\
_r                134 include/xen/interface/io/ring.h     (_r)->req_cons = 0;							\
_r                135 include/xen/interface/io/ring.h     (_r)->nr_ents = __RING_SIZE(_s, __size);				\
_r                136 include/xen/interface/io/ring.h     (_r)->sring = (_s);							\
_r                140 include/xen/interface/io/ring.h #define FRONT_RING_ATTACH(_r, _s, __size) do {				\
_r                141 include/xen/interface/io/ring.h     (_r)->sring = (_s);							\
_r                142 include/xen/interface/io/ring.h     (_r)->req_prod_pvt = (_s)->req_prod;				\
_r                143 include/xen/interface/io/ring.h     (_r)->rsp_cons = (_s)->rsp_prod;					\
_r                144 include/xen/interface/io/ring.h     (_r)->nr_ents = __RING_SIZE(_s, __size);				\
_r                147 include/xen/interface/io/ring.h #define BACK_RING_ATTACH(_r, _s, __size) do {				\
_r                148 include/xen/interface/io/ring.h     (_r)->sring = (_s);							\
_r                149 include/xen/interface/io/ring.h     (_r)->rsp_prod_pvt = (_s)->rsp_prod;				\
_r                150 include/xen/interface/io/ring.h     (_r)->req_cons = (_s)->req_prod;					\
_r                151 include/xen/interface/io/ring.h     (_r)->nr_ents = __RING_SIZE(_s, __size);				\
_r                155 include/xen/interface/io/ring.h #define RING_SIZE(_r)							\
_r                156 include/xen/interface/io/ring.h     ((_r)->nr_ents)
_r                159 include/xen/interface/io/ring.h #define RING_FREE_REQUESTS(_r)						\
_r                160 include/xen/interface/io/ring.h     (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
_r                165 include/xen/interface/io/ring.h #define RING_FULL(_r)							\
_r                166 include/xen/interface/io/ring.h     (RING_FREE_REQUESTS(_r) == 0)
_r                169 include/xen/interface/io/ring.h #define RING_HAS_UNCONSUMED_RESPONSES(_r)				\
_r                170 include/xen/interface/io/ring.h     ((_r)->sring->rsp_prod - (_r)->rsp_cons)
_r                172 include/xen/interface/io/ring.h #define RING_HAS_UNCONSUMED_REQUESTS(_r)				\
_r                174 include/xen/interface/io/ring.h 	unsigned int req = (_r)->sring->req_prod - (_r)->req_cons;	\
_r                175 include/xen/interface/io/ring.h 	unsigned int rsp = RING_SIZE(_r) -				\
_r                176 include/xen/interface/io/ring.h 			   ((_r)->req_cons - (_r)->rsp_prod_pvt);	\
_r                181 include/xen/interface/io/ring.h #define RING_GET_REQUEST(_r, _idx)					\
_r                182 include/xen/interface/io/ring.h     (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
_r                184 include/xen/interface/io/ring.h #define RING_GET_RESPONSE(_r, _idx)					\
_r                185 include/xen/interface/io/ring.h     (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
_r                188 include/xen/interface/io/ring.h #define RING_REQUEST_CONS_OVERFLOW(_r, _cons)				\
_r                189 include/xen/interface/io/ring.h     (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
_r                192 include/xen/interface/io/ring.h #define RING_REQUEST_PROD_OVERFLOW(_r, _prod)               \
_r                193 include/xen/interface/io/ring.h     (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
_r                196 include/xen/interface/io/ring.h #define RING_PUSH_REQUESTS(_r) do {					\
_r                198 include/xen/interface/io/ring.h     (_r)->sring->req_prod = (_r)->req_prod_pvt;				\
_r                201 include/xen/interface/io/ring.h #define RING_PUSH_RESPONSES(_r) do {					\
_r                203 include/xen/interface/io/ring.h     (_r)->sring->rsp_prod = (_r)->rsp_prod_pvt;				\
_r                236 include/xen/interface/io/ring.h #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do {		\
_r                237 include/xen/interface/io/ring.h     RING_IDX __old = (_r)->sring->req_prod;				\
_r                238 include/xen/interface/io/ring.h     RING_IDX __new = (_r)->req_prod_pvt;				\
_r                240 include/xen/interface/io/ring.h     (_r)->sring->req_prod = __new;					\
_r                242 include/xen/interface/io/ring.h     (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) <		\
_r                246 include/xen/interface/io/ring.h #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do {		\
_r                247 include/xen/interface/io/ring.h     RING_IDX __old = (_r)->sring->rsp_prod;				\
_r                248 include/xen/interface/io/ring.h     RING_IDX __new = (_r)->rsp_prod_pvt;				\
_r                250 include/xen/interface/io/ring.h     (_r)->sring->rsp_prod = __new;					\
_r                252 include/xen/interface/io/ring.h     (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) <		\
_r                256 include/xen/interface/io/ring.h #define RING_FINAL_CHECK_FOR_REQUESTS(_r, _work_to_do) do {		\
_r                257 include/xen/interface/io/ring.h     (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r);			\
_r                259 include/xen/interface/io/ring.h     (_r)->sring->req_event = (_r)->req_cons + 1;			\
_r                261 include/xen/interface/io/ring.h     (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r);			\
_r                264 include/xen/interface/io/ring.h #define RING_FINAL_CHECK_FOR_RESPONSES(_r, _work_to_do) do {		\
_r                265 include/xen/interface/io/ring.h     (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r);			\
_r                267 include/xen/interface/io/ring.h     (_r)->sring->rsp_event = (_r)->rsp_cons + 1;			\
_r                269 include/xen/interface/io/ring.h     (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r);			\
_r                 82 scripts/sortextable.h 	Elf_Addr av = _r(a);
_r                 83 scripts/sortextable.h 	Elf_Addr bv = _r(b);
_r                117 scripts/sortextable.h 	shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff));
_r                121 scripts/sortextable.h 		num_sections = _r(&shdr[0].sh_size);
_r                128 scripts/sortextable.h 	secstrtab = (const char *)ehdr + _r(&shstrtab_sec->sh_offset);
_r                138 scripts/sortextable.h 			relocs = (void *)ehdr + _r(&shdr[i].sh_offset);
_r                139 scripts/sortextable.h 			relocs_size = _r(&shdr[i].sh_size);
_r                147 scripts/sortextable.h 				(const char *)ehdr + _r(&shdr[i].sh_offset));
_r                158 scripts/sortextable.h 				   _r(&symtab_sec->sh_offset));
_r                163 scripts/sortextable.h 	strtab = (const char *)ehdr + _r(&strtab_sec->sh_offset);
_r                165 scripts/sortextable.h 	extab_image = (void *)ehdr + _r(&extab_sec->sh_offset);
_r                168 scripts/sortextable.h 		custom_sort(extab_image, _r(&extab_sec->sh_size));
_r                170 scripts/sortextable.h 		int num_entries = _r(&extab_sec->sh_size) / extable_ent_size;
_r                180 scripts/sortextable.h 	for (i = 0; i < _r(&symtab_sec->sh_size) / sizeof(Elf_Sym); i++) {
_r                181 scripts/sortextable.h 		sym = (void *)ehdr + _r(&symtab_sec->sh_offset);
_r                201 scripts/sortextable.h 		_r(&sort_needed_sec->sh_offset) +
_r                202 scripts/sortextable.h 		_r(&sort_needed_sym->st_value) -
_r                203 scripts/sortextable.h 		_r(&sort_needed_sec->sh_addr);